]> git.saurik.com Git - wxWidgets.git/blob - src/mgl/dialog.cpp
Added new cmdline parsing classes to wxOS2
[wxWidgets.git] / src / mgl / dialog.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: dialog.cpp
3 // Purpose:
4 // Author: Robert Roebling
5 // Id: $Id$
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10 #ifdef __GNUG__
11 #pragma implementation "dialog.h"
12 #endif
13
14 #include "wx/dialog.h"
15 #include "wx/frame.h"
16 #include "wx/app.h"
17 #include "wx/cursor.h"
18
19
20
21 IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxPanel)