diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-25 12:13:51 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-25 12:13:51 +0200 |
commit | dcf6e00e9b790e0868d8863f140567eef5e540c1 (patch) | |
tree | 01b4fcdb5b0ddcdd98e90264869974aaa74da7ff /dw/table.hh | |
parent | 607814bdead6d72fb6825a5502e625a216114a1c (diff) |
Applied interruption (as used for drawing) also to Widget::getWidgetAtPoint. (Still bugs\!)
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); |