Method summary
- __init__(self, parent, theme, text = '')
- AcceptsFocus(self)
- GetMinSize(self)
- SetFont(self, font)
- SetLabel(self, label)
Methods
- __init__(self, parent, theme, text = '')
Initializes the object.
- AcceptsFocus(self)
Indicate that we are a static control that does not accept focus.
- GetMinSize(self)
Returns the minimum size for the window.
- SetFont(self, font)
Set the window font.
- SetLabel(self, label)
Set the window label.