void SetFont(uint8_t *font)
Sets font.
Definition: TextBox.h:64
void SetIsReadOnly(bool isReadOnly)
Defines whether window is readonly.
Definition: TextBoxNumber.h:64
Text box for numbers.
Definition: TextBoxNumber.h:24
Definition: TextExampleWindow.h:25
void SetNumber(float number)
Initialize window with number.
Definition: TextBoxNumber.h:74
MainWindow(int width, int height)
Constructor.
Definition: MainWindow.h:52
Base class for main application window. Each application has to have one main window, which is root parent for all other application windows.
Definition: MainWindow.h:38
void SetMargins(int offset_x, int offset_y)
Defines offset from left and top for text.
Definition: TextBox.h:58