]> git.saurik.com Git - wxWidgets.git/blob - src/mgl/frame.cpp
wxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)
[wxWidgets.git] / src / mgl / frame.cpp
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"
23 IMPLEMENT_DYNAMIC_CLASS(wxFrameMGL,wxWindow)