-
- Downloads
Changed the way that validation works. PropertyBase objects now have a...
Changed the way that validation works. PropertyBase objects now have a validate() method which, when called, will raise a ValueError for invalid values. The tkprop module now defines custom Tkinter.*Var classes which, when their set method is called, will call the validate() method of their containing PropertyBase object. Validation is set up in the tkpropwidget module, and works nicely for all property types (so far).
Please register or sign in to comment