aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-08 22:07:59 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-08 22:07:59 -0400
commite5f0de4d3d9d272a73bc829cd25af2054244676e (patch)
treedf3203c9e4c6d673c102ec86e5df7f9527ccfda0 /dw/layout.hh
parenta87058e4e0652252a7161d8c5736370fa2ea68a8 (diff)
Cancel the tooltip window when a popup menu is shown
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 0ac1ea5b..98aa4fc1 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -337,6 +337,11 @@ public:
return platform->createTooltip (text);
}
+ inline void cancelTooltip ()
+ {
+ return platform->cancelTooltip ();
+ }
+
inline Imgbuf *createImgbuf (Imgbuf::Type type, int width, int height)
{
return platform->createImgbuf (type, width, height);