00001 00002 00003 00004 #ifndef __GABOUT_H 00005 #define __GABOUT_H 00006 00007 #include "GDocView.h" 00008 00010 class GAbout : public GDialog, public GDefaultDocumentEnv 00011 { 00012 public: 00014 GAbout 00015 ( 00017 GView *parent, 00019 const char *AppName, 00021 double Ver, 00023 const char *Text, 00025 const char *AboutGraphic, 00027 const char *Url, 00029 const char *Email 00030 ); 00031 00032 int OnNotify(GViewI *Ctrl, int Flags); 00033 }; 00034 00035 #endif