Main Page   Class Hierarchy   Compound List   File List   Compound Members  

about.h

00001 #ifdef __GNUG__
00002 #pragma interface
00003 #endif
00004 
00005 #ifndef ABOUT_H
00006 #define ABOUT_H
00007 
00008 class About: public wxDialog
00009 {
00010         public:
00011                 About(GDSMainWindow*,char*,long style = (wxTHICK_FRAME | wxCAPTION),char *name="frame");
00012                 ~About();
00013       void CmOk();
00014       void OnCloseWindow(wxCloseEvent& event);
00015 
00016         protected:
00017                 GDSMainWindow*  _parent;
00018 
00019                 wxButton*               _okButton;
00020                 wxPanel*                        _panel;
00021                 wxStaticText*   _text1;
00022                 wxStaticText*   _text2;
00023                 wxListBox*              _lb;
00024 
00025       DECLARE_EVENT_TABLE()
00026 
00027 };
00028 
00029 #endif
about.h Source File -- Thu Nov 28 21:24:55 2002 -- 28 Nov 2002 -- 1.2.18 -- -- . -- Main Page