]> git.saurik.com Git - wxWidgets.git/blame - src/mgl/frame.cpp
wxPopupWindow for wxMGL
[wxWidgets.git] / src / mgl / frame.cpp
CommitLineData
32b8ec41
VZ
1/////////////////////////////////////////////////////////////////////////////
2// Name: frame.cpp
3// Purpose:
4// Author: Robert Roebling
5// Id: $Id$
6// Copyright: (c) 1998 Robert Roebling
7// Licence: wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10// ============================================================================
11// declarations
12// ============================================================================
13
14// ----------------------------------------------------------------------------
15// headers
16// ----------------------------------------------------------------------------
17
18#ifdef __GNUG__
19 #pragma implementation "frame.h"
20#endif
21
22#include "wx/frame.h"
a4bbc9f7 23IMPLEMENT_DYNAMIC_CLASS(wxFrameMGL,wxWindow)