Definition textBox.hpp:29
Flag
Definition textBox.hpp:31
@ FlagDrawBox
Enables drawing the text box's outline and background.
Definition textBox.hpp:33
@ FlagEditable
Allows the contents of the text box to be modified.
Definition textBox.hpp:36
const char * GetText()
Definition textBox.cpp:87
void SetText(const char *text)
Definition textBox.cpp:99