This class is used to hold data about the main caption in ButtonPanel
.
Default class constructor. |
|
Convenience function to create a |
|
Draws the main caption. Actually the drawing is done in |
|
Returns the best size for the main caption in |
|
Returns the caption text. |
|
Sets the caption text. |
This class is used to hold data about the main caption in ButtonPanel
.
Default class constructor.
parent – the text parent object, an instance of ButtonPanel
;
text (string) – the actual main caption string.
Convenience function to create a wx.DC
.
Draws the main caption. Actually the drawing is done in BPArt
.
Returns the best size for the main caption in ButtonPanel
.
An instance of wx.Size
.
Returns the caption text.
A string representing the caption text.
Sets the caption text.
text (string) – the main caption string.