28 #ifndef _FalMultiLineEditboxProperties_h_
29 #define _FalMultiLineEditboxProperties_h_
31 #include "../../CEGUIProperty.h"
37 namespace FalagardMultiLineEditboxProperties
56 "Property to get/set whether the Editbox caret should blink. "
57 "Value is either \"True\" or \"False\".",
79 "Property to get/set the caret blink timeout / speed. "
80 "Value is a float value indicating the timeout in seconds.",
93 #endif // end of guard _FalMultiLineEditboxProperties_h_
Property to access the setting that controls whether the caret will blink.
Definition: FalMultiLineEditboxProperties.h:51
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.
Property to access the setting that controls the speed at which the caret blinks when the caret blink...
Definition: FalMultiLineEditboxProperties.h:74
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
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