| GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    | 
validates input in textctrls, combobox, taken from wxpython demo More...


| Public Member Functions | |
| def | __init__ | 
| def | Clone | 
| def | Validate | 
| def | OnChar | 
| Data Fields | |
| flag | |
validates input in textctrls, combobox, taken from wxpython demo
Definition at line 68 of file psmap/dialogs.py.
| def dialogs.TCValidator.__init__ | ( | self, | |
| flag = None | |||
| ) | 
Definition at line 70 of file psmap/dialogs.py.
| def dialogs.TCValidator.Clone | ( | self | ) | 
Definition at line 75 of file psmap/dialogs.py.
References dialogs.TCValidator.flag, layertree.LayerTree.flag, and widgets.NTCValidator.flag.
| def dialogs.TCValidator.OnChar | ( | self, | |
| event | |||
| ) | 
Definition at line 89 of file psmap/dialogs.py.
References dialogs.TCValidator.flag, layertree.LayerTree.flag, and widgets.NTCValidator.flag.
| def dialogs.TCValidator.Validate | ( | self, | |
| win | |||
| ) | 
Definition at line 78 of file psmap/dialogs.py.
References dialogs.TCValidator.flag, layertree.LayerTree.flag, widgets.NTCValidator.flag, mapdisp.MapFrameBase.GetWindow(), histogram.HistogramFrame.GetWindow(), and render.Map.GetWindow().
| dialogs.TCValidator.flag | 
Definition at line 72 of file psmap/dialogs.py.
Referenced by dialogs.TCValidator.Clone(), dialogs.TCValidator.OnChar(), and dialogs.TCValidator.Validate().