Code::Blocks  SVN r11506
splashscreen.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 #ifndef CBSPLASH_SCREEN_H
6 #define CBSPLASH_SCREEN_H
7 
8 #include <wx/splash.h>
9 
11 {
12 public:
13  cbSplashScreen(const wxBitmap& bitmap);
14  static void DrawReleaseInfo(class wxDC &dc);
15 private:
16 
17  void OnCloseWindow(wxCloseEvent &event);
18 
19  DECLARE_EVENT_TABLE()
20 };
21 
22 #endif // CBSPLASH_SCREEN_H
cbSplashScreen(const wxBitmap &bitmap)
static void DrawReleaseInfo(class wxDC &dc)
void OnCloseWindow(wxCloseEvent &event)