X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e06d749ed2e8fe82bf058e66695cd4a96e450da..a9c3b09ee60c45f6980e8cf61c7f6e6715322353:/docs/latex/wx/view.tex diff --git a/docs/latex/wx/view.tex b/docs/latex/wx/view.tex index 7a21e23fff..993aa9f9ca 100644 --- a/docs/latex/wx/view.tex +++ b/docs/latex/wx/view.tex @@ -141,7 +141,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 +174,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 +209,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. +