ToolTip.pkg 228 B

12345678910111213
  1. $#include "ToolTip.h"
  2. class ToolTip : public UIElement
  3. {
  4. ToolTip(Context* context);
  5. virtual ~ToolTip();
  6. void SetDelay(float delay);
  7. float GetDelay() const;
  8. tolua_property__get_set float delay;
  9. };