Method

GimpUiUnitComboBoxset_active

Declaration [src]

void
gimp_unit_combo_box_set_active (
  GimpUnitComboBox* combo,
  GimpUnit* unit
)

Description [src]

Sets unit as the currently selected GimpUnit on combo.

Parameters

unit

Type: GimpUnit

A GimpUnit.

The data is owned by the caller of the function.