X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=957385e0dbb82ae14c586e045a9c5ac1e0aa7cad;hb=8dcc2c95d8d51d7a27b423343eeaac15ca3c6dec;hp=c97cd6d7212da9c648cbed683edf23dad4250701;hpb=7286d604956ddffcbfa2df6567de866f3d5df3a2;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index c97cd6d..957385e 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -7,24 +7,24 @@ #include "dropdown.h" #include "entry.h" #include "grid.h" -#include "hslider.h" #include "image.h" #include "indicator.h" #include "label.h" #include "list.h" #include "panel.h" #include "part.h" +#include "progressbar.h" #include "row.h" +#include "slider.h" #include "stack.h" #include "toggle.h" -#include "vslider.h" using namespace std; namespace Msp { namespace GLtk { -DataFile::LoadableTypeRegistry Panel::widget_registry; +TypeRegistry Panel::widget_registry; bool Panel::widget_registry_init_done = false; Panel::Panel(): @@ -226,6 +226,7 @@ Panel::Loader::Loader(Panel &p, map &m): register_child_type