X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=11c19f3a99bb51415f2090a21c91ab1f8468c59d;hb=405ac4d6193635ae6ee7dacb6ecd6b098fe84c42;hp=97e13a2591b34dd9107f2dd65c22baa86750f676;hpb=720455325086e08bc9fdcd822d713480d0c2e0a0;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index 97e13a2..11c19f3 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -24,6 +24,9 @@ using namespace std; namespace Msp { namespace GLtk { +DataFile::LoadableTypeRegistry Panel::widget_registry; +bool Panel::widget_registry_init_done = false; + Panel::Panel(): layout(0) { @@ -210,34 +213,33 @@ Panel::Loader::Loader(Panel &p, map &m): wdg_map(m), last_widget(0) { - add_child_type