/////////////////////////////////////////////////////////////////////////////
// Name: minifram.h
-// Purpose: documentation for wxMiniFrame class
+// Purpose: interface of wxMiniFrame
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{managedwnd}
- @seealso
- wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog
+ @see wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog
*/
class wxMiniFrame : public wxFrame
{
long style = wxCAPTION | wxRESIZE_BORDER,
const wxString& name = "frame");
};
+