X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpanel.h;h=2bc7a5ffdfa01ff7ce80af7a16f67d3afb54e1b4;hp=ebe765ddcf5f541c8d661231b1957536999978a8;hb=10c448468c4e225fab701e69bdc296422bb3f509;hpb=05ef650bff69b998440a6c082dd90e205fe6c233 diff --git a/source/panel.h b/source/panel.h index ebe765d..2bc7a5f 100644 --- a/source/panel.h +++ b/source/panel.h @@ -73,8 +73,10 @@ protected: 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 &);