30 #ifndef _CEGUIListboxProperties_h_
31 #define _CEGUIListboxProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace ListboxProperties
64 "Property to get/set the sort setting of the list box. Value is either \"True\" or \"False\".",
90 "Property to get/set the multi-select setting of the list box. Value is either \"True\" or \"False\".",
115 "ForceVertScrollbar",
116 "Property to get/set the 'always show' setting for the vertical scroll bar of the list box. Value is either \"True\" or \"False\".",
141 "ForceHorzScrollbar",
142 "Property to get/set the 'always show' setting for the horizontal scroll bar of the list box. Value is either \"True\" or \"False\".",
167 "Property to access the show item tooltips setting of the list box. Value is either \"True\" or \"False\".",
179 #endif // end of guard _CEGUIListboxProperties_h_
Property to access the sort setting of the list box.
Definition: CEGUIListboxProperties.h:59
Property to access the multi-select setting of the list box.
Definition: CEGUIListboxProperties.h:85
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
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
String class used within the GUI system.
Definition: CEGUIString.h:57