30 #ifndef _CEGUIListHeaderSegmentProperties_h_
31 #define _CEGUIListHeaderSegmentProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace ListHeaderSegmentProperties
64 "Property to get/set the sizable setting of the header segment. Value is either \"True\" or \"False\".",
90 "Property to get/set the click-able setting of the header segment. Value is either \"True\" or \"False\".",
116 "Property to get/set the drag-able setting of the header segment. Value is either \"True\" or \"False\".",
143 "Property to get/set the sort direction setting of the header segment. Value is the text of one of the SortDirection enumerated value names.",
166 "Property to get/set the sizing cursor image for the List Header Segment. Value should be \"set:[imageset name] image:[image name]\".",
189 "Property to get/set the moving cursor image for the List Header Segment. Value should be \"set:[imageset name] image:[image name]\".",
202 #endif // end of guard _CEGUIListHeaderSegmentProperties_h_
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