GimpUi.prop_enum_label_new
@accepts(GObject.Object, unicode)
@returns(Gtk.Widget)
def prop_enum_label_new(config, property_name):
# Python 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