wxMaracasHelpDialog.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef __WX__HELP__DIALOG__
00019 #define __WX__HELP__DIALOG__
00020
00021 #include <wx/wx.h>
00022 #include <wx/dialog.h>
00023
00027 class wxMaracasHelpDialog : public wxDialog
00028 {
00029 public:
00030 wxMaracasHelpDialog(wxWindow* parent, int id, const char* title="Maracas Help",
00031 const wxPoint& pos=wxPoint(400, 275),
00032 const wxSize& size=wxSize(1000, 600),
00033 long style=wxDEFAULT_DIALOG_STYLE);
00034
00035 private:
00036
00037 };
00038
00039
00040
00041
00042 #endif // __WX__HELP__DIALOG__
00043
00044