X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43c48e1e53d74cef62d15f08f015d9efeb45a0c1..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/minifram.h diff --git a/interface/wx/minifram.h b/interface/wx/minifram.h index c37afc418d..7502ed8513 100644 --- a/interface/wx/minifram.h +++ b/interface/wx/minifram.h @@ -2,8 +2,7 @@ // Name: minifram.h // Purpose: interface of wxMiniFrame // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -34,12 +33,8 @@ Stay on top of other windows (Windows only). @style{wxSYSTEM_MENU} Displays a system menu (Windows and Motif only). - @style{wxTINY_CAPTION_HORIZ} - This style is obsolete and not used any longer. - @style{wxTINY_CAPTION_VERT} - This style is obsolete and not used any longer. @style{wxRESIZE_BORDER} - Displays a resizeable border around the window. + Displays a resizable border around the window. @endStyleTable @remarks @@ -92,7 +87,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION | wxRESIZE_BORDER, - const wxString& name = "frame"); + const wxString& name = wxFrameNameStr); /** Destructor. Destroys all child windows and menu bar if present.