28 #ifndef _FalEditboxProperties_h_
29 #define _FalEditboxProperties_h_
31 #include "../../CEGUIProperty.h"
38 namespace FalagardEditboxProperties
57 "Property to get/set whether the Editbox caret should blink. "
58 "Value is either \"True\" or \"False\".",
80 "Property to get/set the caret blink timeout / speed. "
81 "Value is a float value indicating the timeout in seconds.",
107 "Property to get/set the horizontal formatting mode. "
108 "Value is one of: LeftAligned, RightAligned or HorzCentred",
120 #endif // end of guard _FalEditboxProperties_h_
Property to access the setting that controls the speed at which the caret blinks when the caret blink...
Definition: FalEditboxProperties.h:75
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the horizontal formatting mode setting.
Definition: FalEditboxProperties.h:102
Property to access the setting that controls whether the caret will blink.
Definition: FalEditboxProperties.h:52
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
Property(const String &name, const String &help, const String &defaultValue="", bool writesXML=true)
Creates a new Property object.
Definition: CEGUIProperty.h:81
String class used within the GUI system.
Definition: CEGUIString.h:57