]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/wxMaracasHelpDialog.h
creaMaracasVisu Library
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracasHelpDialog.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: wxMaracasHelpDialog.h,v $
5   Language:  C++
6   Date:      $Date: 2008/10/31 16:32:10 $
7   Version:   $Revision: 1.1 $
8
9   Copyright: (c) 2002, 2003
10   License:
11   
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.
15
16 =========================================================================*/
17
18 #ifndef __WX__HELP__DIALOG__
19 #define __WX__HELP__DIALOG__
20
21 #include <wx/wx.h>
22 #include <wx/dialog.h>
23
24 /**
25  * \brief Dialog class that show authors ...
26  */
27 class wxMaracasHelpDialog : public wxDialog
28 {
29   public:
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);
34
35   private:
36
37 };
38
39
40
41
42 #endif // __WX__HELP__DIALOG__
43
44 // EOF -