aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index 1bcfd032..fde48ecc 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -306,6 +306,9 @@ protected:
*/
virtual void markExtremesChange (int ref);
+ virtual void notifySetAsTopLevel();
+ virtual void notifySetParent();
+
virtual bool buttonPressImpl (EventButton *event);
virtual bool buttonReleaseImpl (EventButton *event);
virtual bool motionNotifyImpl (EventMotion *event);