Definition services/gui/modules/text_box.c:15
TextBox * text_box_alloc(void)
Allocate and initialize text_box.
Definition services/gui/modules/text_box.c:276
void text_box_free(TextBox *text_box)
Deinitialize and free text_box.
Definition services/gui/modules/text_box.c:299
void text_box_set_focus(TextBox *text_box, TextBoxFocus focus)
Set TextBox focus.
Definition services/gui/modules/text_box.c:361
void text_box_reset(TextBox *text_box)
Clean text_box.
Definition services/gui/modules/text_box.c:319
void text_box_set_font(TextBox *text_box, TextBoxFont font)
Set TextBox font.
Definition services/gui/modules/text_box.c:355
void text_box_set_text(TextBox *text_box, const char *text)
Set text for text_box.
Definition services/gui/modules/text_box.c:341
View * text_box_get_view(TextBox *text_box)
Get text_box view.
Definition services/gui/modules/text_box.c:314