Method
GimpChoiceset_sensitive
since: 3.0
Declaration [src]
void
gimp_choice_set_sensitive (
  GimpChoice* choice,
  const gchar* nick,
  gboolean sensitive
)
Description [src]
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).
Available since: 3.0