aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index bce2d651..98750d57 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -45,6 +45,8 @@ private:
void draw (lout::container::typed::Vector<Float> *list,
core::View *view, core::Rectangle *area);
+ core::Widget *getWidgetAtPoint (lout::container::typed::Vector<Float> *list,
+ int x, int y, int level);
inline static bool isRefFloat (int ref)
{ return ref != -1 && (ref & 1) == 1; }
@@ -71,6 +73,7 @@ public:
void markSizeChange (int ref);
void markExtremesChange (int ref);
+ core::Widget *getWidgetAtPoint (int x, int y, int level);
static bool isWidgetOutOfFlow (core::Widget *widget);
void addWidget (core::Widget *widget, core::Widget *generatingBlock);