Class
GimpChoice
Instance methods
gimp_choice_add
This procedure adds a new possible value to choice list of values. The id is an optional integer identifier. This can be useful for instance
when you want to work with different enum values mapped to each nick.
since: 3.0
gimp_choice_add_deprecated
This procedure is used to add a deprecated nick. It must either have
a valid redirect_to alias (when you are basically renaming a choice)
or a free-text reason (e.g. for planning choice removal through a
deprecation period).
unstable since: 3.4
gimp_choice_is_deprecated
Lookup whether nick is a deprecated choice or not. If it is
deprecated, either redirect_to will be set or reason will be,
depending on whether nick was simply renamed or if the deprecation
requires a more complex human-readable reason.
unstable since: 3.4
gimp_choice_is_valid
This procedure checks if the given nick is valid and refers to
an existing and sensitive choice.
since: 3.0
gimp_choice_set_sensitive
Change the sensitivity of a possible nick. Technically a non-sensitive nick
means it cannot be chosen anymore (so gimp_choice_is_valid() will return FALSE; nevertheless gimp_choice_list_nicks() and other
functions to get information about a choice will still function).
since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.