Code::Blocks  SVN r11506
dlgabout.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3  * http://www.gnu.org/licenses/gpl-3.0.html
4  */
5 
6 #ifndef DLGABOUT_H
7 #define DLGABOUT_H
8 
9 #include "scrollingdialog.h" // inheriting class's header file
10 
11 class wxWindow;
12 
14 {
15  public:
16  // class constructor
17  dlgAbout(wxWindow* parent);
18  // class destructor
19  ~dlgAbout();
20 };
21 
22 #endif // DLGABOUT_H
dlgAbout(wxWindow *parent)
Definition: dlgabout.cpp:43