From 6f5e60f0337e60d904a8f549aeaa631afefc8033 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Sat, 16 Nov 2002 09:59:37 +0000 Subject: fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons --- otk/button.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/button.hh') diff --git a/otk/button.hh b/otk/button.hh index e73b1f12..e32cd028 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -39,6 +39,8 @@ public: void update(void); int exposeHandler(const XExposeEvent &e); int configureHandler(const XConfigureEvent &e); + int buttonPressHandler(const XButtonEvent &e); + int buttonReleaseHandler(const XButtonEvent &e); private: -- cgit v1.2.3