X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de56f24082e4b66dada7bfe4033e1ef7328052ca..4e878f44abee3e03cf981772e9c623f0c16408c9:/interface/wx/docview.h diff --git a/interface/wx/docview.h b/interface/wx/docview.h index 33806cf5d0..e884ee0ba5 100644 --- a/interface/wx/docview.h +++ b/interface/wx/docview.h @@ -851,7 +851,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE, - const wxString& name = "frame"); + const wxString& name = wxFrameNameStr); /** Destructor. @@ -933,7 +933,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE, - const wxString& name = "frame"); + const wxString& name = wxFrameNameStr); /** Destructor. @@ -1106,12 +1106,15 @@ public: */ virtual wxString GetUserReadableName() const; + //@{ /** Returns the list whose elements are the views on the document. @see GetFirstView() */ - wxList GetViews() const; + wxList& GetViews() const; + const wxList& GetViews() const; + //@} /** Returns @true if the document has been modified since the last save,