GimpUi » GimpUi.IntComboBox »

GimpUi.IntComboBox.get_label

@accepts(GimpUi.IntComboBox)
@returns(unicode)
def get_label(self):
    # Python wrapper for gimp_int_combo_box_get_label()
  

Returns the label previously set with GimpUi.IntComboBox.set_label, or None,

Since 2.10

self

a GimpUi.IntComboBox

Returns

More Information

  • GimpUi.IntComboBox