30 #ifndef _CEGUIMultiLineEditboxProperties_h_
31 #define _CEGUIMultiLineEditboxProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace MultiLineEditboxProperties
64 "Property to get/set the read-only setting for the edit box. Value is either \"True\" or \"False\".",
90 "Property to get/set the word-wrap setting of the edit box. Value is either \"True\" or \"False\".",
115 "Property to get/set the current carat index. Value is \"[uint]\".",
140 "Property to get/set the zero based index of the selection start position within the text. Value is \"[uint]\".",
165 "Property to get/set the length of the selection (as a count of the number of code points selected). Value is \"[uint]\".",
190 "Property to get/set the the maximum allowed text length (as a count of code points). Value is \"[uint]\".",
212 "SelectionBrushImage",
213 "Property to get/set the selection brush image for the editbox. Value should be \"set:[imageset name] image:[image name]\".",
237 "ForceVertScrollbar",
238 "Property to get/set the 'always show' setting for the vertical scroll bar of the list box. Value is either \"True\" or \"False\".",
251 #endif // end of guard _CEGUIMultiLineEditboxProperties_h_
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 current carat index.
Definition: CEGUIMultiLineEditboxProperties.h:110
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.
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 current selection length.
Definition: CEGUIMultiLineEditboxProperties.h:160
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
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
Property to access the read-only setting of the edit box.
Definition: CEGUIMultiLineEditboxProperties.h:59
Property to access the current selection start index.
Definition: CEGUIMultiLineEditboxProperties.h:135
Property to access the selection brush image.
Definition: CEGUIMultiLineEditboxProperties.h:208
Property to access the word-wrap setting of the edit box.
Definition: CEGUIMultiLineEditboxProperties.h:85
String class used within the GUI system.
Definition: CEGUIString.h:57
Property to access the maximum text length for the edit box.
Definition: CEGUIMultiLineEditboxProperties.h:185