![]() |
Gorgon Game Engine
|
Go to the source code of this file.
Namespaces | |
| Gorgon | |
| Root namespace for Gorgon Game Engine. | |
| Gorgon::Widgets | |
Typedefs | |
| using | Textbox = Inputbox< std::string, UI::ConversionValidator< std::string >, TextualProperty > |
| An inputbox variant designed to edit text. More... | |
| template<class V_ = UI::ConversionValidator<std::string>> | |
| using | TextInputbox = Inputbox< std::string, V_, TextualProperty > |
| This inputbox variant is designed to contain text. More... | |