X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=bf17829c101449747c07a23d61170811dcb08d4c;hb=e7bc29984e91ee36555d6a4e4eece22170d10ba4;hp=2fa7d8f88944480757d1676eeb8ac18a514503d5;hpb=68c4aa0eaaade8b163cf9b3a96aa640ea16b1def;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index 2fa7d8f..bf17829 100644 --- a/source/panel.h +++ b/source/panel.h @@ -9,6 +9,19 @@ namespace GLtk { class Panel: public Widget { public: + class Loader: public Widget::Loader + { + private: + Panel &panel; + std::map &wdg_map; + + public: + Loader(Panel &, std::map &); + private: + template + void child(const std::string &); + }; + Panel(const Resources &); ~Panel();