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