30 #ifndef _CEGUIGridLayoutContainerProperties_h_
31 #define _CEGUIGridLayoutContainerProperties_h_
33 #include "../CEGUIProperty.h"
46 namespace GridLayoutContainerProperties
54 "Size of the grid of this layout container. "
55 "Value uses the 'w:# h:#' format and will be rounded up because "
56 "only integer values are valid as grid size.")
69 "Sets the method used for auto positioning. "
70 "Possible values: 'Disabled', 'Left to Right', 'Top to Bottom'.")
82 #endif // end of guard _CEGUIGridLayoutContainerProperties_h_
Definition: CEGUIGridLayoutContainerProperties.h:49
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Definition: CEGUIGridLayoutContainerProperties.h:64
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
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.
String class used within the GUI system.
Definition: CEGUIString.h:57