Clickable button with text label. More...
#include <button.h>


Public Member Functions | |
| TuiButton (const String &text=String(), ObjectBase *parent=nullptr) | |
| void | setText (const String &text) |
| Sets the button text. | |
| const String & | text () const |
| Returns the button text. | |
| Size2Di32 | sizeHint () const override |
| Size2Di32 | minimumSizeHint () const override |
Public Member Functions inherited from promeki::TuiWidget | |
| TuiWidget (ObjectBase *parent=nullptr) | |
| Constructs a TuiWidget. | |
| ~TuiWidget () override | |
| Destructor. | |
| void | update () override |
| Marks the widget as needing a repaint. | |
Clickable button with text label.