Code::Blocks
SVN r11506
src
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
13
class
dlgAbout
:
public
wxScrollingDialog
14
{
15
public
:
16
// class constructor
17
dlgAbout
(
wxWindow
* parent);
18
// class destructor
19
~dlgAbout
();
20
};
21
22
#endif // DLGABOUT_H
dlgAbout
Definition:
dlgabout.h:13
wxScrollingDialog
Definition:
scrollingdialog.h:163
scrollingdialog.h
dlgAbout::~dlgAbout
~dlgAbout()
Definition:
dlgabout.cpp:169
dlgAbout::dlgAbout
dlgAbout(wxWindow *parent)
Definition:
dlgabout.cpp:43
wxWindow
Generated by
1.8.13