Class: EditObjectAttributesDialog | ./EditObjectAttributesDialog.py | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an editable (pseudo-)inspector for a selected set of attributes of a given object
By making use of Python 2.2's capability of subclassing built-in types such as ints, information about editing etc. is conveyed. An attr must have: - validate(value) method [return 1, if value is a valid new value for attr] The class of an attr can have the following mix-ins: - Popubable - WithDefault
|