X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b89156b5dbb3c1270452379801a79613cd69bb32..fe604ccddcf5696a751892ad70dbc822be239c95:/docs/latex/wx/view.tex diff --git a/docs/latex/wx/view.tex b/docs/latex/wx/view.tex index a38bbbb813..f8ec2b2ebc 100644 --- a/docs/latex/wx/view.tex +++ b/docs/latex/wx/view.tex @@ -118,8 +118,8 @@ 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 -all share the same canvas, you need to disassociate the canvas from the view -and perhaps clear the canvas. If {\it deleteWindow} is TRUE, delete the +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. \membersection{wxView::OnCreate}