GimpUi.prop_enum_label_new
function prop_enum_label_new(config: GObject.Object, property_name: String): Gtk.Widget {
// Gjs wrapper for gimp_prop_enum_label_new()
}
Since 2.4
- config
Object to which property is attached.
- property_name
Name of enum property to be displayed.
- Returns
The newly created GimpUi.EnumLabel widget.