diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh index db546f2a..44abc42f 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -475,6 +475,11 @@ protected: core::StackingIteratorStack *iteratorStack, Widget **interruptedWidget, int majorLevel); + Widget *getWidgetAtPointLevel (int x, int y, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget, int majorLevel); + int getLastLevelIndex (int majorLevel, int minorLevel); + //bool buttonPressImpl (core::EventButton *event); //bool buttonReleaseImpl (core::EventButton *event); //bool motionNotifyImpl (core::EventMotion *event); |