]> git.saurik.com Git - wxWidgets.git/blame - utils/screenshotgen/src/screenshot_app.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / utils / screenshotgen / src / screenshot_app.h
CommitLineData
0d5eda9c
FM
1/////////////////////////////////////////////////////////////////////////////
2// Name: screenshot_app.h
3// Purpose: Defines the Application Class
4// Author: Utensil Candel (UtensilCandel@@gmail.com)
526954c5 5// Licence: wxWindows licence
0d5eda9c
FM
6/////////////////////////////////////////////////////////////////////////////
7
f978831f
BP
8#ifndef _SCREENSHOT_APP_H_
9#define _SCREENSHOT_APP_H_
0d5eda9c 10
f978831f 11#include "wx/app.h"
0d5eda9c 12
4bae10bd 13class ScreenshotApp : public wxApp
0d5eda9c
FM
14{
15public:
16 virtual bool OnInit();
17};
18
f978831f 19#endif // _SCREENSHOT_APP_H_