GimpUi.prop_memsize_entry_new
function prop_memsize_entry_new(config: GObject.Object, property_name: String): Gtk.Widget {
// Gjs wrapper for gimp_prop_memsize_entry_new()
}
Creates a GimpUi.MemsizeEntry (spin button and option menu) to set and display the value of the specified memsize property. See GimpUi.MemsizeEntry.new for more information.
Since 2.4
- config
Object to which property is attached.
- property_name
Name of memsize property.
- Returns
A new GimpUi.MemsizeEntry.