diff options
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 a5f93690..2d983fb3 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -32,6 +32,8 @@ public: void buttonPressHandler(const XButtonEvent &e); void buttonReleaseHandler(const XButtonEvent &e); + void setStyle(Style *style); + private: bool _pressed; |
