Gorgon Game Engine
Textbox.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Inputbox.h"
4 
5 namespace Gorgon { namespace Widgets {
6 
9  template<class V_ = UI::ConversionValidator<std::string>>
11 
14 
15 } }
Gorgon::TextualProperty
Supports everything that string class supports including +, +=, length()
Definition: Property.h:562
Inputbox.h
Gorgon
Root namespace for Gorgon Game Engine.
Definition: Any.h:19
Gorgon::Widgets::Inputbox
This class allows users to enter any value to an inputbox.
Definition: Inputbox.h:328