X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba1d7a6cec8d9569ce2e380d4a39ddcd4450c9b5..4d98817cfab2654773755cb5c540057c5f3d4fd6:/interface/wx/minifram.h?ds=sidebyside diff --git a/interface/wx/minifram.h b/interface/wx/minifram.h index 0d2d310d0d..3f4f80d110 100644 --- a/interface/wx/minifram.h +++ b/interface/wx/minifram.h @@ -3,7 +3,7 @@ // Purpose: interface of wxMiniFrame // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -34,12 +34,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 +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. @@ -103,11 +99,10 @@ public: Used in two-step frame construction. See wxMiniFrame() for further details. */ - bool Create(wxWindow* parent, wxWindowID id, - const wxString& title, + bool Create(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION | wxRESIZE_BORDER, - const wxString& name = "frame"); + const wxString& name = wxFrameNameStr); };