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