Method

GimpUiIntComboBoxget_label

since: 2.10

Declaration [src]

const gchar*
gimp_int_combo_box_get_label (
  GimpIntComboBox* combo_box
)

Description [src]

Returns the label previously set with gimp_int_combo_box_set_label(), or NULL,

Available since: 2.10

Return value

Type: const gchar*

The combo_box label.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.