X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.h;h=7355067d2db2f634d3db1cd5fd9eb8c8e6e1dc1a;hb=a87d05583cb7dffaf0e0f5eb9f9b2fc0bcf656e1;hp=b8bae562c7fd2b53b7322cc6c09f6baaa3b2f3d9;hpb=1e06dc208a02e68cf1bb127927e3ad5af3657c58;p=libs%2Fgltk.git diff --git a/source/entry.h b/source/entry.h index b8bae56..7355067 100644 --- a/source/entry.h +++ b/source/entry.h @@ -47,6 +47,8 @@ public: private: virtual const char *get_class() const { return "entry"; } virtual void render_special(const Part &) const; + + virtual void on_style_change(); }; } // namespace GLtk