]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/docmdi.h
replace @b Note with @note; replace '' with "
[wxWidgets.git] / interface / docmdi.h
index b1c5b0931db234d3aa3c3bdde7779a6914253d46..fd31790829fcdcf1255e8f5284971ca6e7dad49b 100644 (file)
@@ -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
     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.
     */
 };
+