X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=22ccb1b97fbe9bde56fd38186e7233157f698f46;hb=48fd4db84c4d0b43305d85f74de99eb4fef04fd6;hp=9373ff2ebd7559fecccc0e058a140a1c647ca55a;hpb=c435423919a20a87d100e1ee4cd1fc6ce223040c;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index 9373ff2..22ccb1b 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -14,6 +14,7 @@ Distributed under the LGPL #include "list.h" #include "panel.h" #include "part.h" +#include "toggle.h" #include "vslider.h" using namespace std; @@ -197,14 +198,15 @@ Panel::Loader::Loader(Panel &p, map &m): pnl(p), wdg_map(m) { - add("button", &Loader::child