]>
git.saurik.com Git - wxWidgets.git/blob - src/os2/minifram.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported.
4 // Author: David Webster
8 // Copyright: (c) David Webster
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // For compilers that support precompilation, includes "wx.h".
13 #include "wx/wxprec.h"
15 #include "wx/window.h"
16 #include "wx/os2/private.h"
25 #include "wx/minifram.h"
27 IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame
, wxFrame
)