X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbutton.h;h=687f5dd74e3cee22bd2310b0a02dc718feeda0b5;hb=a87d05583cb7dffaf0e0f5eb9f9b2fc0bcf656e1;hp=31d87e1f0ba806f5dfc100c1c6bde41b20cb3a6c;hpb=531232cf05838b79c1f8f36c8103730e32dfa23d;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