aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index dc9bf227..98aa4fc1 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -152,7 +152,8 @@ private:
bool scrollIdleNotInterrupted;
/* Anchors of the widget tree */
- lout::container::typed::HashTable <lout::object::String, Anchor> *anchorsTable;
+ lout::container::typed::HashTable <lout::object::String, Anchor>
+ *anchorsTable;
SelectionState selectionState;
FindtextState findtextState;
@@ -336,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);