Files
wxWidgets/src/msw/minifram.cpp
Dimitri Schoolwerth 8f8d58d193 Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE
occurrences to use the wx-prefixed version of the macros.
2015-04-23 22:00:35 +04:00

25 lines
613 B
C++

/////////////////////////////////////////////////////////////////////////////
// Name: src/msw/minifram.cpp
// Purpose: wxMiniFrame
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_MINIFRAME
#include "wx/minifram.h"
wxIMPLEMENT_DYNAMIC_CLASS(wxMiniFrame, wxFrame);
#endif // wxUSE_MINIFRAME