]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/view.tex
constfunc correction
[wxWidgets.git] / docs / latex / wx / view.tex
index fc6c64b7a75b9a06303fb364ec2d26fabbdc9961..f3dd42618999f5be4799aa49cc482349ce22cbbc 100644 (file)
@@ -83,7 +83,7 @@ Gets a pointer to the document associated with the view.
 
 \membersection{wxView::GetDocumentManager}\label{wxviewgetdocumentmanager}
 
-\constfunc{wxDocumentManager*}{GetDocumentManager}{\void}
+\constfunc{wxDocManager*}{GetDocumentManager}{\void}
 
 Returns a pointer to the document manager instance associated with this view.
 
@@ -124,7 +124,7 @@ suitable title and sets the title of the view frame (if any).
 Implements closing behaviour. The default implementation calls wxDocument::Close
 to close the associated document. Does not delete the view. The application
 may wish to do some cleaning up operations in this function, {\it if} a
-call to wxDocument::Close succeeded. For example, if your application's
+call to wxDocument::Close succeeded. For example, if your views
 all share the same window, you need to disassociate the window from the view
 and perhaps clear the window. If {\it deleteWindow} is true, delete the
 frame associated with the view.
@@ -162,6 +162,12 @@ and previews one page by calling wxView::OnDraw.
 
 Override to return an instance of a class other than wxDocPrintout.
 
+\membersection{wxView::OnDraw}\label{onviewondraw}
+
+\func{virtual void}{OnDraw}{\param{wxDC\& }{dc}}
+
+Override this function to render the view on the given device context.
+
 \membersection{wxView::OnUpdate}\label{onviewonupdate}
 
 \func{virtual void}{OnUpdate}{\param{wxView* }{sender}, \param{wxObject* }{hint}}