From 6c2298b2db03e1dc6bf1a26d3d99d51631b53f87 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 21 May 2003 15:45:57 +0000 Subject: [PATCH] Noted that the preview object is deleted by the frame. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/prevwin.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/latex/wx/prevwin.tex b/docs/latex/wx/prevwin.tex index 93681025de..bc285c0802 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}}