]> git.saurik.com Git - wxWidgets.git/blame - src/mgl/dialog.cpp
corrected mac src due to new api changes
[wxWidgets.git] / src / mgl / dialog.cpp
CommitLineData
32b8ec41
VZ
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
21IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxPanel)