28 #ifndef _CEGUIMenuBaseProperties_h_
29 #define _CEGUIMenuBaseProperties_h_
31 #include "../CEGUIProperty.h"
37 namespace MenuBaseProperties
56 "Property to get/set the item spacing of the menu. Value is a float.",
81 "AllowMultiplePopups",
82 "Property to get/set the state of the allow multiple popups setting for the menu. Value is either \"True\" or \"False\".",
106 "AutoCloseNestedPopups",
107 "Property to set if the menu should close all its open child popups, when it gets hidden. Value is either \"True\" or \"False\".",
119 #endif // end of guard _CEGUIMenuBaseProperties_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