GimpUi.StringComboBox.get_active

@accepts(GimpUi.StringComboBox)
@returns(unicode)
def get_active(self):
    # Python wrapper for gimp_string_combo_box_get_active()
  

Retrieves the value of the selected (active) item in the self.

Since 2.4

self

a GimpUi.StringComboBox

Returns