| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Spacer
A spacer represents expandable or fixed 'whitespace' in the GUI. In a XML file you can get this by adding a <Spacer /> inside a VBox or HBox element (Windows implicitly are VBox elements). Attributes ---------- As with widgets a number of attributes can be set on a spacer (inside the XML definition). - min_size: Int: The minimal size this Spacer is allowed to have. - max_size: Int: The maximal size this Spacer is allowed to have. - fixed_size: Int: Set min_size and max_size to the same vale - effectively a Fixed size spacer.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
ATTRIBUTES = [IntAttr('min_size'), IntAttr('size'), IntAttr('m
|
|||
size = property(_getSize, _setSize)
|
|||
width = property(_getSize, _setSize)
|
|||
height = property(_getSize, _setSize)
|
|||
fixed_size = property(fset= _setFixedSize)
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
repr(x)
|
|
|||
ATTRIBUTES
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Feb 11 00:00:29 2012 | http://epydoc.sourceforge.net |