Gimp.Choice.is_valid
@accepts(Gimp.Choice, unicode)
@returns(bool)
def is_valid(self, nick):
# Python wrapper for gimp_choice_is_valid()
This procedure checks if the given nick is valid and refers to an existing choice.
Since 3.0
- self
a %GimpChoice.
- nick
the nick to check.
- Returns