28 #ifndef _FalTabControlProperties_h_
29 #define _FalTabControlProperties_h_
30 #include "../../CEGUIProperty.h"
39 namespace FalagardTabControlProperties
55 "Property to get/set the widget type used when creating tab buttons. Value should be \"[widgetTypeName]\".",
66 #endif // end of guard _FalTabControlProperties_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