#include <Button.h>
Inherits Widget.
Inheritance diagram for Button:


Public Methods | |
| Button (const string t="", int i=0) | |
| Default constructor. More... | |
| void | setBKColor (const Color4 c) |
| Set the background color. | |
| void | setTextOffsetX (unsigned int offset) |
| Sets the X text position. | |
| void | setTextOffsetY (unsigned int offset) |
| Sets the Y text position. | |
| void | refresh () |
| Repaints the region. More... | |
| bool | handleEvent (Event &event) |
| Handle window-system events. More... | |
| void | parseSymbol (Token &t, ObjectFile &file) |
| Reads a single parameter sections inside the body of the object description. More... | |
| void | |