28 #ifndef _CEGUIScrollablePaneProperties_h_
29 #define _CEGUIScrollablePaneProperties_h_
31 #include "../CEGUIProperty.h"
41 namespace ScrollablePaneProperties
60 "ContentPaneAutoSized",
61 "Property to get/set the setting which controls whether the content pane will auto-size itself. Value is either \"True\" or \"False\".",
88 "Property to get/set the current content area rectangle of the content pane. Value is \"l:[float] t:[float] r:[float] b:[float]\" (where l is left, t is top, r is right, and b is bottom).",
89 "l:0.000000 t:0.000000 r:0.000000 b:0.000000")
113 "ForceVertScrollbar",
114 "Property to get/set the setting which controls whether the vertical scroll bar is aways shown. Value is either \"True\" or \"False\".",
140 "ForceHorzScrollbar",
141 "Property to get/set the setting which controls whether the horizontal scroll bar is aways shown. Value is either \"True\" or \"False\".",
165 "Property to get/set the step size for the horizontal Scrollbar. Value is a float.",
189 "Property to get/set the overlap size for the horizontal Scrollbar. Value is a float.",
212 "HorzScrollPosition",
213 "Property to get/set the scroll position of the horizontal Scrollbar as a fraction. Value is a float.",
237 "Property to get/set the step size for the vertical Scrollbar. Value is a float.",
261 "Property to get/set the overlap size for the vertical Scrollbar. Value is a float.",
284 "VertScrollPosition",
285 "Property to get/set the scroll position of the vertical Scrollbar as a fraction. Value is a float.",
297 #endif // end of guard _CEGUIScrollablePaneProperties_h_
Property to access the setting which controls whether the content pane is automatically resized accor...
Definition: CEGUIScrollablePaneProperties.h:56
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the current content pane area rectangle (as window relative pixels).
Definition: CEGUIScrollablePaneProperties.h:83
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
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