Gimp.Choice.get_help

@accepts(Gimp.Choice, unicode)
@returns(unicode)
def get_help(self, nick):
    # Python wrapper for gimp_choice_get_help()
  

Returns the longer documentation for nick.

Since 3.0

self

a %GimpChoice.

nick

the nick to lookup.

Returns