4 #include <msp/core/application.h>
5 #include <msp/gltk/resources.h>
6 #include <msp/gltk/root.h>
7 #include <msp/graphics/simplewindow.h>
8 #include "demoselector.h"
10 class WidgetDemo: public Msp::RegisteredApplication<WidgetDemo>
13 Msp::Graphics::SimpleGLWindow window;
14 Msp::GLtk::Resources resources;
16 DemoSelector selector;
19 WidgetDemo(int, char **);
25 void add_demo(const std::string &, Msp::GLtk::Panel *);