X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..658d98040dc6c7146c9c1ef651c7e5c0ebe83ec7:/interface/docmdi.h diff --git a/interface/docmdi.h b/interface/docmdi.h index b1c5b0931d..fd31790829 100644 --- a/interface/docmdi.h +++ b/interface/docmdi.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: docmdi.h -// Purpose: documentation for wxDocMDIParentFrame class +// Purpose: interface of wxDocMDIParentFrame // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -15,15 +15,14 @@ MDI parent frames. It cooperates with the wxView, wxDocument, - wxDocManager and wxDocTemplates classes. + wxDocManager and wxDocTemplates() classes. See the example application in @c samples/docview. @library{wxcore} @category{FIXME} - @seealso - @ref overview_docviewoverview, wxMDIParentFrame + @see @ref overview_docviewoverview, wxMDIParentFrame */ class wxDocMDIParentFrame : public wxMDIParentFrame { @@ -67,6 +66,7 @@ public: }; + /** @class wxDocMDIChildFrame @wxheader{docmdi.h} @@ -83,8 +83,7 @@ public: @library{wxcore} @category{FIXME} - @seealso - @ref overview_docviewoverview, wxMDIChildFrame + @see @ref overview_docviewoverview, wxMDIChildFrame */ class wxDocMDIChildFrame : public wxMDIChildFrame { @@ -109,12 +108,12 @@ public: /** Returns the document associated with this frame. */ - wxDocument* GetDocument(); + wxDocument* GetDocument() const; /** Returns the view associated with this frame. */ - wxView* GetView(); + wxView* GetView() const; /** Sets the currently active view to be the frame's view. You may need @@ -149,3 +148,4 @@ public: The view associated with the frame. */ }; +