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