diff options
Diffstat (limited to 'otk/widget.hh')
| -rw-r--r-- | otk/widget.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/otk/widget.hh b/otk/widget.hh index 5c008e18..207de86c 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -2,7 +2,6 @@ #define __widget_hh #include "basewidget.hh" -#include "eventdispatcher.hh" extern "C" { #include <assert.h> @@ -10,7 +9,7 @@ extern "C" { namespace otk { -class OtkWidget : public OtkBaseWidget, public OtkEventHandler { +class OtkWidget : public OtkBaseWidget { public: @@ -25,9 +24,6 @@ public: virtual void update(void); - void exposeHandler(const XExposeEvent &e); - void configureHandler(const XConfigureEvent &e); - inline bool isStretchableHorz(void) const { return _stretchable_horz; } void setStretchableHorz(bool s_horz = true) { _stretchable_horz = s_horz; } |
