28 #ifndef _CEGUITreeProperties_h_
29 #define _CEGUITreeProperties_h_
31 #include "../CEGUIProperty.h"
44 namespace TreeProperties
63 "Property to get/set the sort setting of the tree. "
64 "Value is either \"True\" or \"False\".",
90 "Property to get/set the multi-select setting of the tree. "
91 "Value is either \"True\" or \"False\".",
118 "ForceVertScrollbar",
119 "Property to get/set the 'always show' setting for the vertical scroll "
120 "bar of the tree. Value is either \"True\" or \"False\".",
148 "ForceHorzScrollbar",
149 "Property to get/set the 'always show' setting for the horizontal "
150 "scroll bar of the tree. Value is either \"True\" or \"False\".",
176 "Property to access the show item tooltips setting of the tree. "
177 "Value is either \"True\" or \"False\".",
189 #endif // end of guard _CEGUITreeProperties_h_
Property to access the sort setting of the Tree.
Definition: CEGUITreeProperties.h:58
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
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the multi-select setting of the tree.
Definition: CEGUITreeProperties.h:85
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