X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpanel.h;h=d922a991eb281b16017304786388d8915bc78170;hp=bf17829c101449747c07a23d61170811dcb08d4c;hb=b23464cda4e4f2c7b69b18549f18c2c893c3fe2d;hpb=be8ea35fe6eabe4c68d2d337634f21c63c964265 diff --git a/source/panel.h b/source/panel.h index bf17829..d922a99 100644 --- a/source/panel.h +++ b/source/panel.h @@ -12,7 +12,7 @@ public: class Loader: public Widget::Loader { private: - Panel &panel; + Panel &pnl; std::map &wdg_map; public: @@ -20,6 +20,7 @@ public: private: template void child(const std::string &); + void panel(const std::string &); }; Panel(const Resources &); @@ -46,6 +47,7 @@ private: void render_part(const Part &) const; void set_pointer_focus(Widget *); void set_input_focus(Widget *); + Widget *get_child_at(int, int); }; } // namespace GLtk