From 7a41f7730dfa7e5733720f98f89c5a5906f1e786 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 11:59:12 +0000 Subject: add otk::MessageDialog --- 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 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: -- cgit v1.2.3