Predefined input validators.  
 More...
#include <TGUI/Widgets/EditBox.hpp>
|  | 
| static TGUI_API const char * | All | 
|  | Accept any input. 
 | 
|  | 
| static TGUI_API const char * | Int | 
|  | Accept negative and positive integers. 
 | 
|  | 
| static TGUI_API const char * | UInt | 
|  | Accept only positive integers. 
 | 
|  | 
| static TGUI_API const char * | Float | 
|  | Accept decimal numbers. 
 | 
|  | 
Predefined input validators. 
The documentation for this struct was generated from the following file: