|
Interface Manager
C4Interface.h
class PushButtonElement
The PushButtonElement class represents an interface element that displays a push button containing text.
Definition
class PushButtonElement : public TextElement
Constructor
PushButtonElement(const char *text = nullptr, Font *font = nullptr);
Parameters
text |
The text to display inside the push button.
|
font |
The font in which the text is displayed.
|
Description
Base Classes
TextElement |
The text displayed in the push button is based on the TextElement class.
|
|