GimpUi.prop_unit_combo_box_new
@accepts(GObject.Object, unicode)
@returns(Gtk.Widget)
def prop_unit_combo_box_new(config, property_name):
# Python wrapper for gimp_prop_unit_combo_box_new()
Creates a GimpUi.UnitComboBox to set and display the value of a Unit property. See GimpUi.UnitComboBox.new for more information.
Since 2.8
- config
Object to which property is attached.
- property_name
Name of Unit property.
- Returns