]> git.tdb.fi Git - libs/gltk.git/blob - examples/widgetdemo/toggledemo.h
Add another example application to demonstrate various widgets
[libs/gltk.git] / examples / widgetdemo / toggledemo.h
1 #ifndef TOGGLEDEMO_H_
2 #define TOGGLEDEMO_H_
3
4 #include <msp/gltk/panel.h>
5
6 class ToggleDemo: public Msp::GLtk::Panel
7 {
8 private:
9 public:
10         ToggleDemo();
11 };
12
13 #endif