diff options
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index b751a282..e18344c7 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -178,6 +178,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); |