30 #ifndef _CEGUITabControlProperties_h_
31 #define _CEGUITabControlProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace TabControlProperties
61 "Property to get/set the height of the tabs.",
62 "{0.050000,0.000000}")
83 "Property to get/set the padding either side of the tab buttons.",
84 "{0.000000,5.000000}")
105 "Property to get/set the position of the buttons pane.",
118 #endif // end of guard _CEGUIListboxProperties_h_
Property to query/set the position of the button pane in tab control.
Definition: CEGUITabControlProperties.h:100
Property to access the tab text padding setting of the tab control.
Definition: CEGUITabControlProperties.h:78
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 tab height setting of the tab control.
Definition: CEGUITabControlProperties.h:56
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
String class used within the GUI system.
Definition: CEGUIString.h:57