diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index adf56df0..bd3de4f3 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -65,6 +65,7 @@ private: char *escaped_str; public: static FltkTooltip *create(const char *text); + static void cancel(); void onEnter(); void onLeave(); void onMotion(); @@ -165,6 +166,7 @@ public: bool fontExists (const char *name); core::style::Color *createColor (int color); core::style::Tooltip *createTooltip (const char *text); + void cancelTooltip(); core::Imgbuf *createImgbuf (core::Imgbuf::Type type, int width, int height); |