Top | ![]() |
![]() |
![]() |
![]() |
GimpUnitComboBoxGimpUnitComboBox — A GtkComboBox to select a GimpUnit. |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkComboBox ╰── GimpUnitComboBox
GimpUnitComboBox implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GtkWidget *
gimp_unit_combo_box_new_with_model (GimpUnitStore *model
);
GimpUnit
gimp_unit_combo_box_get_active (GimpUnitComboBox *combo
);
Returns the GimpUnit currently selected in the combo box.
void gimp_unit_combo_box_set_active (GimpUnitComboBox *combo
,GimpUnit unit
);
Sets unit
as the currently selected GimpUnit on combo
.