]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/style.h
Enable loading of entry widgets from datafiles
[libs/gltk.git] / source / style.h
index 0bbdc21d23d59eb4269bee0dbed3888cc11d1412..f17735f05e07c7efb4a3aa88c9e4bb6f4db79724 100644 (file)
@@ -40,7 +40,8 @@ public:
        private:
                void font(const std::string &);
                void font_color(float, float, float);
-               void part(const std::string &);
+               void part();
+               void special(const std::string &);
        };
 
 private:
@@ -49,7 +50,7 @@ private:
        PartSeq parts;
 
 public:
-       Style();
+       Style(Resources &);
        const GL::Font *get_font() const  { return font; }
        const GL::Color &get_font_color() const { return font_color; }
        const PartSeq &get_parts() const { return parts; }