Beispiel #1
0
 def set_help(self, help):
     if self._help is None:
         self._help = help
         if hasattr(self, '_help_box') and HELP_PALETTE:
             add_section(self._help_box,
                         self._help,
                         icon=self._name + 'off')
 def set_help(self, help):
     if self._help is None:
         self._help = help
         if hasattr(self, '_help_box') and HELP_PALETTE:
             add_section(self._help_box, self._help,
                         icon=self._name + 'off')