Code::Blocks  SVN r11506
dlgaboutplugin.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 DLGABOUTPLUGIN_H
7 #define DLGABOUTPLUGIN_H
8 
9 #include "scrollingdialog.h" // inheriting class's header file
10 
11 struct PluginInfo;
12 class wxWindow;
13 /*
14  * No description
15  */
17 {
18  public:
19  // class constructor
20  dlgAboutPlugin(wxWindow* parent, const PluginInfo* pi);
21  // class destructor
23 };
24 
25 #endif // DLGABOUTPLUGIN_H
Information about the plugin.
Definition: pluginmanager.h:38
dlgAboutPlugin(wxWindow *parent, const PluginInfo *pi)