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
GUITextBox(int x, int y, int width, int maxLength, bool countLengthByBytes)
Definition: textBox.cpp:24
void SetText(const char *text)
Definition: textBox.cpp:87