1 /*=========================================================================
4 Module: $RCSfile: wxMaracasHelpDialog.h,v $
6 Date: $Date: 2008/10/31 16:32:10 $
7 Version: $Revision: 1.1 $
9 Copyright: (c) 2002, 2003
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notice for more information.
16 =========================================================================*/
18 #ifndef __WX__HELP__DIALOG__
19 #define __WX__HELP__DIALOG__
22 #include <wx/dialog.h>
25 * \brief Dialog class that show authors ...
27 class wxMaracasHelpDialog : public wxDialog
30 wxMaracasHelpDialog(wxWindow* parent, int id, const char* title="Maracas Help",
31 const wxPoint& pos=wxPoint(400, 275),
32 const wxSize& size=wxSize(1000, 600),
33 long style=wxDEFAULT_DIALOG_STYLE);
42 #endif // __WX__HELP__DIALOG__