diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-03 19:01:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-03 19:01:41 +0000 |
| commit | 948feddc2e0d3c846e1c4669681c475e99540a8b (patch) | |
| tree | eaebe5c974c8e45c550a826401ec604f250c210c /otk/button.hh | |
| parent | bf95658de24b699138363ad758d9f59517dbe0e9 (diff) | |
update the textures being used on setStyle() calls
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; |
