Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GAbout.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef __GABOUT_H
00005 #define __GABOUT_H
00006 
00008 class GAbout : public GDialog
00009 {
00010 public:
00012     GAbout
00013     (
00015         GView *parent,
00017         char *AppName,
00019         double Ver,
00021         char *Text,
00023         char *AboutGraphic
00024     );
00025 
00026     int OnNotify(GView *Ctrl, int Flags);
00027 };
00028 
00029 #endif

Generated on Wed Oct 26 14:46:48 2005 for Lgi by  doxygen 1.4.1