uint32_t textBackgroundColor
Definition textbox.h:47
XE_EXPORT void ChTextBoxSetText(ChTextBox *tb, char *text)
Definition textbox.cpp:128
XE_EXPORT ChTextBox * ChCreateTextBox(ChWindow *win, int x, int y, int width, int height)
Definition textbox.cpp:102
XE_EXPORT void ChTextBoxSetFont(ChTextBox *tb, ChFont *font)
Definition textbox.cpp:140
XE_EXPORT void ChTextBoxSetFontSize(ChTextBox *tb, int sz)
Definition textbox.cpp:149
XE_EXPORT void ChTextBoxUpdate(ChTextBox *tb, ChWindow *mainWin)
Definition textbox.cpp:88
struct _text_box_ ChTextBox