X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flabel.h;h=8380ef0eaaa8676eca5b348790830690297b4924;hb=a38c924ff32081f5cd67c2b0e2d5ca61f0e99de2;hp=3de71b764c3db95d41341a7f630cf1eac0faf5da;hpb=68c4aa0eaaade8b163cf9b3a96aa640ea16b1def;p=libs%2Fgltk.git diff --git a/source/label.h b/source/label.h index 3de71b7..8380ef0 100644 --- a/source/label.h +++ b/source/label.h @@ -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: