Line | |
---|
1 | // generated by Fast Light User Interface Designer (fluid) version 2.0100
|
---|
2 |
|
---|
3 | #ifndef AboutDialog_h
|
---|
4 | #define AboutDialog_h
|
---|
5 | #include <string.h>
|
---|
6 | #include <fltk/Window.h>
|
---|
7 | #include <fltk/Group.h>
|
---|
8 | #include <fltk/MultiLineOutput.h>
|
---|
9 | #include <fltk/InvisibleBox.h>
|
---|
10 | #include <fltk/Button.h>
|
---|
11 | #include <fltk/Image.h>
|
---|
12 | #include <fltk/SharedImage.h>
|
---|
13 |
|
---|
14 | class GTAboutDialog {
|
---|
15 | public:
|
---|
16 | GTAboutDialog();
|
---|
17 | fltk::Window *mMainWindow;
|
---|
18 | fltk::MultiLineOutput *mText;
|
---|
19 | fltk::InvisibleBox *mLogo;
|
---|
20 | fltk::Button *mOK;
|
---|
21 | private:
|
---|
22 | inline void cb_mOK_i(fltk::Button*, void*);
|
---|
23 | static void cb_mOK(fltk::Button*, void*);
|
---|
24 | };
|
---|
25 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.