Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.propgrid.UIntProperty.DoGetValidator.1.py
2016-09-08 12:29:28 -07:00

10 lines
213 B
Python

class MyPropertyClass(wx.propgrid.UIntProperty):
...
def DoGetValidator(self):
validator = MyValidator(...)
... prepare validator...
return validator