Gimp.Choice.list_nicks

@accepts(Gimp.Choice)
@returns([unicode])
def list_nicks(self):
    # Python wrapper for gimp_choice_list_nicks()
  

This procedure returns the list of nicks allowed for self.

Since 3.0

self

a %GimpChoice.

Returns