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