diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-08 22:07:59 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-08 22:07:59 -0400 |
commit | e5f0de4d3d9d272a73bc829cd25af2054244676e (patch) | |
tree | df3203c9e4c6d673c102ec86e5df7f9527ccfda0 /dw/fltkplatform.hh | |
parent | a87058e4e0652252a7161d8c5736370fa2ea68a8 (diff) |
Cancel the tooltip window when a popup menu is shown
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); |