GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
validates input in textctrls, taken from wxpython demo More...
Public Member Functions | |
def | __init__ |
def | Clone |
def | OnChar |
Data Fields | |
flag | |
validates input in textctrls, taken from wxpython demo
Definition at line 315 of file widgets.py.
def widgets.NTCValidator.__init__ | ( | self, | |
flag = None |
|||
) |
Definition at line 317 of file widgets.py.
def widgets.NTCValidator.Clone | ( | self | ) |
Definition at line 322 of file widgets.py.
References widgets.NTCValidator.flag.
def widgets.NTCValidator.OnChar | ( | self, | |
event | |||
) |
Definition at line 325 of file widgets.py.
References widgets.NTCValidator.flag.
widgets.NTCValidator.flag |
Definition at line 319 of file widgets.py.
Referenced by dialogs.TCValidator.Clone(), widgets.NTCValidator.Clone(), dialogs.TCValidator.OnChar(), widgets.NTCValidator.OnChar(), layertree.LayerTree.OnEndDrag(), layertree.LayerTree.RecreateItem(), and dialogs.TCValidator.Validate().