///////////////////////////////////////////////////////////////////////////// // 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.10 2005/05/10 06:28:22 SC Exp $ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "minifram.h" #endif #include "wx/wxprec.h" #include "wx/minifram.h" IMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame)