X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstyle.h;h=ed1de87621e99cce33bd5dd2ee10b6ebdb6a0fa4;hb=85e27a9f4678a20dc197d1f29fae3d0370e402d9;hp=302551422e9a5bd9409eae4624cada8373ce04af;hpb=3e5232d9bd88e95f06db958bdcac4eaf738a8223;p=libs%2Fgltk.git diff --git a/source/style.h b/source/style.h index 3025514..ed1de87 100644 --- a/source/style.h +++ b/source/style.h @@ -46,6 +46,7 @@ public: const GL::Color &get_font_color(State) const; const PartSeq &get_parts() const { return parts; } const Part *get_part(const std::string &) const; + bool compare_states(State, State) const; }; } // namespace GLtk