void SetFont(uint8_t *font)
Sets font.
Definition: TextBox.h:64
Base class for window with text content.
Definition: TextBox.h:30
Interface that provides content change notifications (like text is changed in text box) from child wi...
Definition: IContentChangedEventReceiver.h:24
TextBox(int left, int top, int width, int height)
Constructor.
Definition: TextBox.h:45
void RegisterContentChangedReceiver(IContentChangedEventReceiver *event)
Application need to call this function if it wants receive notification about this window content cha...
Definition: TextBox.h:53
void SetMargins(int offset_x, int offset_y)
Defines offset from left and top for text.
Definition: TextBox.h:58