28 #ifndef _CEGUITooltipProperties_h_
29 #define _CEGUITooltipProperties_h_
31 #include "../CEGUIProperty.h"
41 namespace TooltipProperties
59 "Property to get/set the hover timeout value in seconds. Value is a float.",
83 "Property to get/set the display timeout value in seconds. Value is a float.",
107 "Property to get/set duration of the fade effect in seconds. Value is a float.",
119 #endif // end of guard _CEGUITooltipProperties_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