30 #ifndef _FalagardStaticProperties_h_
31 #define _FalagardStaticProperties_h_
33 #include "../../CEGUIProperty.h"
44 namespace FalagardStaticProperties
64 "Property to get/set the state of the frame enabled setting for the FalagardStatic widget. Value is either \"True\" or \"False\".",
90 "Property to get/set the state of the frame background setting for the FalagardStatic widget. Value is either \"True\" or \"False\".",
103 #endif // end of guard _FalagardStaticProperties_h_
Property to access the state of the frame background setting for the FalagardStatic widget...
Definition: FalStaticProperties.h:85
Property to access the state of the frame enabled setting for the FalagardStatic widget.
Definition: FalStaticProperties.h:59
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.
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