diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index f76d755a..6b6ceadb 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -203,6 +203,8 @@ private: enum ButtonEventType { BUTTON_PRESS, BUTTON_RELEASE, MOTION_NOTIFY }; + void detachWidget (Widget *widget); + Widget *getWidgetAtPoint (int x, int y); void moveToWidget (Widget *newWidgetAtPoint, ButtonState state); |