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 79a34cd8..013be27b 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -173,6 +173,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);