X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=e269ca21819748185e2574758b459f8c532fb4b5;hb=3f4817441626e1abb5556ae53c16746634a57ad9;hp=397d71fc3974adac96bedec9763a32e283141d24;hpb=aba0416fb73e17d068b30ff163c2fedcb0254da2;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 &);