X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=8d67d14ffe46ff7b7ef5afaedfb83ce912da09b9;hb=91583e23889a7654fab6669821979b36c1819606;hp=2bc7a5ffdfa01ff7ce80af7a16f67d3afb54e1b4;hpb=10c448468c4e225fab701e69bdc296422bb3f509;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index 2bc7a5f..8d67d14 100644 --- a/source/panel.h +++ b/source/panel.h @@ -26,7 +26,10 @@ public: public: Loader(Panel &, WidgetMap &); + private: + template + void add_child_type(const std::string &); Layout &get_layout(); Widget &get_last_widget(); template @@ -39,7 +42,8 @@ public: void gravity(int, int); void grid(unsigned); void layout(); - void panel(const std::string &); + template + void unnamed_child(); }; private: