X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43c48e1e53d74cef62d15f08f015d9efeb45a0c1..427861bde09badef1a2950ad799e69fac6b4a48a:/interface/wx/minifram.h?ds=sidebyside diff --git a/interface/wx/minifram.h b/interface/wx/minifram.h index c37afc418d..34098bc593 100644 --- a/interface/wx/minifram.h +++ b/interface/wx/minifram.h @@ -34,10 +34,6 @@ 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. @endStyleTable @@ -92,7 +88,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.