aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-08-20 20:27:07 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-08-20 20:27:07 +0200
commite98d02a01ffeb18ede86af025e51ae1ec011c75a (patch)
treef8b2efbec989335bf2a56b73fcf485f4cd1a01c6 /dw/widget.hh
parentce8e972a10c9340312f21511de053242dad3f5db (diff)
import float prototype and test program by Sebastian Geerken
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);