X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fbutton.hh;h=5924e9b0ebe18783e9b10521c9f23acaccb25127;hb=9860b76c50e5ecacc85921539058eab4c655c38d;hp=a5f9369001d9f24e635059952a41fa57d6a8e5a4;hpb=12a95bfdb31595ec53d72adef4e0fd6bf1ccf218;p=chaz%2Fopenbox diff --git a/otk/button.hh b/otk/button.hh index a5f93690..5924e9b0 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -32,6 +32,8 @@ public: void buttonPressHandler(const XButtonEvent &e); void buttonReleaseHandler(const XButtonEvent &e); + virtual void setStyle(Style *style); + private: bool _pressed;