#include "Base/spStandard.hpp"
#include "GUI/spGUIGadget.hpp"
Go to the source code of this file.
Classes | |
class | sp::gui::GUIStringGadget |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::gui |
Namespace for each GUI (Graphics User Interface) objects (e.g. Windows, Buttons etc.) for developing level editors or the like. | |
Enumerations | |
enum | sp::gui::EStringFlags { sp::gui::GUIFLAG_READONLY = 0x00000001, sp::gui::GUIFLAG_UPPERCASE = 0x00000002, sp::gui::GUIFLAG_LOWERCASE = 0x00000004, sp::gui::GUIFLAG_PASSWORD = 0x00000008, sp::gui::GUIFLAG_NUMERIC = 0x00000010, sp::gui::GUIFLAG_NUMERICINT = 0x00000020 } |
Text field behaviour options. More... |