( self, name, attributes=[] )
| 38 | return True |
| 39 | raise Exception() |
| 40 | def add_group( self, name, attributes=[] ): |
| 41 | self.__dict__[name] = TclVariables(self._name +'.'+name, self._update_cmd, attributes) |
| 42 | |
| 43 | |
| 44 | visoptions = TclVariables('::visoptions', 'Ng_Vis_Set parameters', visoptions_variables) |