X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=2bc7a5ffdfa01ff7ce80af7a16f67d3afb54e1b4;hb=10c448468c4e225fab701e69bdc296422bb3f509;hp=165cc6ad50f497cfe35f49f45502a6bfc6c639f4;hpb=707b59d45ae50b69c94918f8f74313283b304597;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index 165cc6a..2bc7a5f 100644 --- a/source/panel.h +++ b/source/panel.h @@ -23,7 +23,7 @@ public: protected: WidgetMap &wdg_map; Widget *last_widget; - + public: Loader(Panel &, WidgetMap &); private: @@ -71,6 +71,12 @@ protected: virtual void autosize_special(const Part &, Geometry &) const; virtual void render_special(const Part &, GL::Renderer &) const; +public: + virtual bool navigate(Navigation); +protected: + Widget *find_next_child(int, int, int, int, int) const; + static int compute_delta(int, int, int, int, int); + virtual void on_geometry_change(); virtual void on_child_added(Widget &); virtual void on_child_removed(Widget &);