Home | Trees | Index | Help |
|
---|
Package wx :: Class StatusBar |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ | StatusBar
Proxy of C++ StatusBar class
Method Summary | |
---|---|
Window |
Construct and show a generic Window. |
bool |
Create the GUI part of the Window for 2-phase creation mode. |
int | GetBorderX(self)
|
int | GetBorderY(self)
|
VisualAttributes |
Get the default attributes for this class. (Static method) |
Rect | GetFieldRect(self,
i)
|
Return a list of field values in the status bar. | |
int | GetFieldsCount(self)
|
String | GetStatusText(self,
number)
|
PopStatusText(self,
number)
| |
PushStatusText(self,
text,
number)
| |
Set the values of the statusbar fields from a list of strings. | |
SetFieldsCount(self,
number)
| |
SetMinHeight(self,
height)
| |
SetStatusStyles(self,
styles)
| |
SetStatusText(self,
text,
number)
| |
SetStatusWidths(self,
widths)
|
Property Summary | |
---|---|
BorderX : See GetBorderX | |
BorderY : See GetBorderY | |
FieldRect : See GetFieldRect | |
Fields : See GetFields and SetFields | |
FieldsCount : See GetFieldsCount and SetFieldsCount | |
StatusText : See GetStatusText and SetStatusText | |
thisown : The membership flag |
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
style=DEFAULT_STATUSBAR_STYLE,
name=StatusLineNameStr)
|
Create(self, parent, id=-1, style=ST_SIZEGRIP, name=StatusLineNameStr)Create the GUI part of the Window for 2-phase creation mode.
|
GetFields(self)Return a list of field values in the status bar. |
SetFields(self, items)Set the values of the statusbar fields from a list of strings. |
Static Method Details |
---|
GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)Get the default attributes for this class. This is useful if you want to use the same font or colour in your own control as in a standard control -- which is a much better idea than hard coding specific colours or fonts which might look completely out of place on the user's system, especially if it uses themes. The variant parameter is only relevant under Mac currently and is
ignore under other platforms. Under Mac, it will change the size of
the returned font. See
|
Property Details |
---|
BorderXSee
|
BorderYSee
|
FieldRectSee
|
Fields |
FieldsCountSee
|
StatusTextSee
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:14:32 2007 | http://epydoc.sf.net |