]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/frame.cpp
added more files (unchanged) from wxUniv branch
[wxWidgets.git] / src / mgl / frame.cpp
diff --git a/src/mgl/frame.cpp b/src/mgl/frame.cpp
new file mode 100644 (file)
index 0000000..a7536df
--- /dev/null
@@ -0,0 +1,23 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        frame.cpp
+// Purpose:
+// Author:      Robert Roebling
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+// ============================================================================
+// declarations
+// ============================================================================
+
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
+
+#ifdef __GNUG__
+    #pragma implementation "frame.h"
+#endif
+
+#include "wx/frame.h"
+IMPLEMENT_DYNAMIC_CLASS(wxFrame,wxWindow)