X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=ebe765ddcf5f541c8d661231b1957536999978a8;hb=ae62c05fe97d341c4f219656cdce7aadf321991b;hp=e0eed014855030453f3dd62ce4e2ddf2e506ae57;hpb=cc433448b71025256bdd44a569c353d98e0935f1;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index e0eed01..ebe765d 100644 --- a/source/panel.h +++ b/source/panel.h @@ -71,6 +71,10 @@ protected: virtual void autosize_special(const Part &, Geometry &) const; virtual void render_special(const Part &, GL::Renderer &) const; +public: + virtual bool navigate(Navigation); + +protected: virtual void on_geometry_change(); virtual void on_child_added(Widget &); virtual void on_child_removed(Widget &);