diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 11:59:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 11:59:12 +0000 |
| commit | 7a41f7730dfa7e5733720f98f89c5a5906f1e786 (patch) | |
| tree | 17c99ac6c1d5cc88109d1013fc638303a3f5450c /otk/button.hh | |
| parent | f325abe4e454f3c413ad91e6145b8a8c458c8758 (diff) | |
add otk::MessageDialog
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 09fc0d6b..a3805aa0 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -20,6 +20,8 @@ public: virtual void buttonPressHandler(const XButtonEvent &e); virtual void buttonReleaseHandler(const XButtonEvent &e); + virtual void clickHandler(unsigned int button) {(void)button;} + virtual void styleChanged(const RenderStyle &style); private: |
