uint32_t textBackgroundColor
Definition textbox.h:47
XE_EXPORT void ChTextBoxSetText(ChTextBox *tb, char *text)
Definition textbox.cpp:130
XE_EXPORT ChTextBox * ChCreateTextBox(ChWindow *win, int x, int y, int width, int height)
Definition textbox.cpp:104
XE_EXPORT void ChTextBoxSetFont(ChTextBox *tb, ChFont *font)
Definition textbox.cpp:142
XE_EXPORT void ChTextBoxSetFontSize(ChTextBox *tb, int sz)
Definition textbox.cpp:151
XE_EXPORT void ChTextBoxUpdate(ChTextBox *tb, ChWindow *mainWin)
Definition textbox.cpp:90
struct _text_box_ ChTextBox