source: GTP/trunk/Lib/Geom/shared/GeoTool/include/GTAboutDialog.h @ 774

Revision 774, 648 bytes checked in by gumbau, 18 years ago (diff)

GTGeometry and GeoTool? initial imports

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
14class GTAboutDialog  {
15public:
16  GTAboutDialog();
17  fltk::Window *mMainWindow;
18      fltk::MultiLineOutput *mText;
19      fltk::InvisibleBox *mLogo;
20      fltk::Button *mOK;
21private:
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.