]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/label.h
Enable loading of widgets from datafiles (not implemented for all widgets yet)
[libs/gltk.git] / source / label.h
index 3de71b764c3db95d41341a7f630cf1eac0faf5da..8380ef0eaaa8676eca5b348790830690297b4924 100644 (file)
@@ -9,6 +9,13 @@ namespace GLtk {
 class Label: public Widget
 {
 public:
+       class Loader: public Widget::Loader
+       {
+       public:
+               Loader(Label &);
+               Label &get_object();
+       };
+
        Label(const Resources &, const std::string & =std::string());
        void set_text(const std::string &);
 private: