[ CCode ( cname = "gimp_memsize_entry_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public MemsizeEntry (uint64 value, uint64 lower, uint64 upper)
Creates a new MemsizeEntry which is a
HBox with a SpinButton
and a GtkOptionMenu all setup to allow the user to enter memory sizes.
| value |
the initial value (in Bytes) |
| lower |
the lower limit for the value (in Bytes) |
| upper |
the upper limit for the value (in Bytes) |
|
Pointer to the new MemsizeEntry. |