wax.waxobject.WaxObject
Mixin class for Wax controls.
Stick attributes and methods here that every Wax control should have.
BindEvents(self, name, f, items, wxevent)
None
GetAllChildren(self, grandchild, child)
Return a generator returning all children, grandchildren, etc,
of the given widget. The widgets are traversed depth-first.
GetStyleDict(self, k, ret)
Returns a dictionary with style info for this object.
HasStyle(self, style, substyle, temp, sval, subval, mystyle, v, ws, k)
Returns whether or not a style is set for this object.
SetAttributes(self, kwargs, value, key)
Set a number of attributes at once. E.g.
widget.SetAttributes(Font=MYFONT, Size=(100,200))
SetDefaultFont(self)
None
SetProperties(self, kwargs, f, value, key)
As SetAttributes, but raises an error if an unknown property name
is specified.
SetSizeX(self, ix, y, x)
None
SetSizeY(self, iy, x, y)
None
[member '__dict__']
The dictionary of attributes and methods for this class
[member '__doc__']
Documentation for this class
[member '__module__']
The module that this class belongs to
[member '__weakref__']
No Documentation
[operator 'getattr']
Usage: a.b
[operator 'setattr']
Usage: a.b = c