]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/minifram.cpp
Added stubs .cpp files.
[wxWidgets.git] / src / stubs / minifram.cpp
diff --git a/src/stubs/minifram.cpp b/src/stubs/minifram.cpp
new file mode 100644 (file)
index 0000000..4f6f5e5
--- /dev/null
@@ -0,0 +1,22 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        minifram.cpp
+// Purpose:     wxMiniFrame. Optional; identical to wxFrame if not supported.
+// Author:      AUTHOR
+// Modified by:
+// Created:     ??/??/98
+// RCS-ID:      $Id$
+// Copyright:   (c) AUTHOR
+// Licence:    wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifdef __GNUG__
+#pragma implementation "minifram.h"
+#endif
+
+#include "wx/minifram.h"
+
+#if !USE_SHARED_LIBRARY
+IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)
+#endif
+
+