]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/view.tex
remove _ from labels
[wxWidgets.git] / docs / latex / wx / view.tex
index 7a21e23fffb068bfd4a7dfcd436dd60cf912d76c..d2f90a297c8b84144203681e35bbb72fbdb41d60 100644 (file)
@@ -25,6 +25,10 @@ and \helpref{wxDocManager}{wxdocmanager} classes.
 
 <wx/docview.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxView overview}{wxviewoverview}, \helpref{wxDocument}{wxdocument}, \helpref{wxDocTemplate}{wxdoctemplate},\rtfsp
@@ -141,7 +145,7 @@ frame associated with the view.
 
 \membersection{wxView::OnClosingDocument}\label{wxviewonclosingdocument}
 
-\func{virtual void}{OnClosingDoocument}{\void}
+\func{virtual void}{OnClosingDocument}{\void}
 
 Override this to clean up the view when the document is being
 closed.
@@ -174,7 +178,7 @@ Override to return an instance of a class other than wxDocPrintout.
 
 \membersection{wxView::OnDraw}\label{onviewondraw}
 
-\func{virtual void}{OnDraw}{\param{wxDC\& }{dc}}
+\func{virtual void}{OnDraw}{\param{wxDC* }{dc}}
 
 Override this function to render the view on the given device context.
 
@@ -209,3 +213,4 @@ between the ``Frame'' in the method name and the type of its parameter.
 \func{void}{SetViewName}{\param{const wxString\& }{name}}
 
 Sets the view type name. Should only be called by the framework.
+