diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-16 09:59:37 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-16 09:59:37 +0000 |
| commit | 6f5e60f0337e60d904a8f549aeaa631afefc8033 (patch) | |
| tree | 2060d3507234f518d6540486e8567cae78036b2c /otk/button.hh | |
| parent | 0680daeef57748af17e0462def4852d408a62eb6 (diff) | |
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons
Diffstat (limited to 'otk/button.hh')
| -rw-r--r-- | otk/button.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
