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_is_valid
This procedure checks if the given nick
is valid and refers to
an existing 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.