///////////////////////////////////////////////////////////////////////////// // Name: minifram.cpp // Purpose: wxMiniFrame. Optional; identical to wxFrame if not supported. // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // RCS-ID: $Id: minifram.cpp,v 1.4 2005/07/28 22:08:23 VZ Exp $ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ #pragma implementation "minifram.h" #endif #include "wx/minifram.h" IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)