X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbutton.h;h=687f5dd74e3cee22bd2310b0a02dc718feeda0b5;hb=ae991f3bbd83fa0afff5e1fc31be50e1f2d17875;hp=31d87e1f0ba806f5dfc100c1c6bde41b20cb3a6c;hpb=1e06dc208a02e68cf1bb127927e3ad5af3657c58;p=libs%2Fgltk.git diff --git a/source/button.h b/source/button.h index 31d87e1..687f5dd 100644 --- a/source/button.h +++ b/source/button.h @@ -48,6 +48,8 @@ public: private: virtual const char *get_class() const { return "button"; } virtual void render_special(const Part &) const; + + virtual void on_style_change(); }; } // namespace GLtk