28 #ifndef _CEGUIMenuItemProperties_h_
29 #define _CEGUIMenuItemProperties_h_
31 #include "../CEGUIProperty.h"
41 namespace MenuItemProperties
66 "Property to specify an offset for the popup menu position. Value is a UVector2 property value.",
91 "Property to specify the time, which has to elapse before the popup window is opened/closed if the hovering state changes. Value is a float property value.",
101 #endif // end of guard _CEGUIMenuItemProperties_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