X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstyle.h;h=ed1de87621e99cce33bd5dd2ee10b6ebdb6a0fa4;hb=05ef650bff69b998440a6c082dd90e205fe6c233;hp=302551422e9a5bd9409eae4624cada8373ce04af;hpb=b61361ee9f1f049fb3c22a38f68c757c7ca54cd0;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