diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-07-26 21:53:02 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-07-26 21:53:02 +0200 |
commit | d2bccfee406c9b99dfd85269f14d93a3ef73da0b (patch) | |
tree | 1d9784434792c0f079d7c6e063fab9f5ce47a1b8 /dw/layout.hh | |
parent | 604b03e2b43db99bfbadcf891f459b48dc39ff2a (diff) | |
parent | 6b787a09569a823e8ebaae8025c33e4ead9e306e (diff) |
merge port to fltk-1.3 (dillo_port1.3)
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 8 |
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); |