Inheritance Graph
graph BT
Button
Button --> Container
click Button "escript_type_GUI_Button"
click Container "escript_type_GUI_Container"
Functions
| |
|
| getText() |
[ESMF] string Button.getText() |
| isSwitchedOn() |
[ESMF] bool Button.isSwitchedOn() |
| onClick() |
[ESMF] Bool Button.onClick() \note ObjectAttribute |
| setColor(p0) |
[ESMF] self Button.setColor(Util.Color4) |
| setFont(p0) |
[ESMF] self Button.setFont(AbstractFont f) |
| setSwitch(p0) |
[ESMF] self Button.setSwitch(bool) |
| setText(p0) |
[ESMF] self Button.setText(string) |
| setTextStyle(p0) |
[ESMF] self Button.setTextStyle(int i) |