X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=e269ca21819748185e2574758b459f8c532fb4b5;hb=30780ba31be92c977a68a2a9103eeba87747d530;hp=397d71fc3974adac96bedec9763a32e283141d24;hpb=dd50af46f312d1e1df240e514183b1f6adabbb4b;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index 397d71f..e269ca2 100644 --- a/source/panel.h +++ b/source/panel.h @@ -49,6 +49,7 @@ public: void add(Widget &); void remove(Widget &); + const std::list &get_children() const { return children; } void raise(Widget &); void set_focus(Widget &);