From: Julian Smart Date: Wed, 21 May 2003 15:45:57 +0000 (+0000) Subject: Noted that the preview object is deleted by the frame. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/deda94c5b485dd33e1859d77d4f00009d00ebacd?ds=inline Noted that the preview object is deleted by the frame. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/prevwin.tex b/docs/latex/wx/prevwin.tex index 3f6d6ce28d..7963f7c5ff 100644 --- a/docs/latex/wx/prevwin.tex +++ b/docs/latex/wx/prevwin.tex @@ -146,6 +146,7 @@ class may be used without derivation. \param{long}{ style = wxDEFAULT\_FRAME\_STYLE}, \param{const wxString\& }{name = ``frame"}} Constructor. Pass a print preview object plus other normal frame arguments. +The print preview object will be destroyed by the frame when it closes. \membersection{wxPreviewFrame::\destruct{wxPreviewFrame}}