Creates and manages a temporary wx.TextCtrl for validation purposes.
Uses wx.propgrid.PropertyGrid’s current editor, if available.
wx.propgrid.
PGInDialogValidator
(object)¶Possible constructors:
PGInDialogValidator()
Creates and manages a temporary TextCtrl for validation purposes.
__init__
(self)¶DoValidate
(self, propGrid, validator, value)¶propGrid (wx.propgrid.PropertyGrid) –
validator (wx.Validator) –
value (string) –
bool