GimpUi.IntComboBox.get_active_user_data

@accepts(GimpUi.IntComboBox, gpointer)
@returns(bool)
def get_active_user_data(self, user_data):
    # Python wrapper for gimp_int_combo_box_get_active_user_data()
  

Retrieves the user-data of the selected (active) item in the self.

Since 2.10

self

a GimpUi.IntComboBox

user_data

return location for the gpointer value

Returns