git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
%% Name:        debugrptpvwstd.tex
 | 
						|
%% Purpose:     wxDebugReportPreviewStd documentation
 | 
						|
%% Author:      Vadim Zeitlin
 | 
						|
%% Modified by:
 | 
						|
%% Created:     2005-03-21
 | 
						|
%% RCS-ID:      $Id$
 | 
						|
%% Copyright:   (c) Vadim Zeitlin 2005
 | 
						|
%% License:     wxWindows license
 | 
						|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
 | 
						|
\section{\class{wxDebugReportPreviewStd}}\label{wxdebugreportpreviewstd}
 | 
						|
 | 
						|
wxDebugReportPreviewStd is a standard debug report preview window. It displays
 | 
						|
a GUIdialog allowing the user to examine the contents of a debug report, remove
 | 
						|
files from and add notes to it.
 | 
						|
 | 
						|
 | 
						|
\wxheading{Derived from}
 | 
						|
 | 
						|
\helpref{wxDebugReportPreview}{wxdebugreportpreview}
 | 
						|
 | 
						|
\wxheading{Include files}
 | 
						|
 | 
						|
<wx/debugrpt.h>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
\latexignore{\rtfignore{\wxheading{Members}}}
 | 
						|
 | 
						|
 | 
						|
\membersection{wxDebugReportPreviewStd::wxDebugReportPreviewStd}\label{wxdebugreportpreviewstdwxdebugreportpreviewstd}
 | 
						|
 | 
						|
\func{}{wxDebugReportPreviewStd}{\void}
 | 
						|
 | 
						|
Trivial default constructor.
 | 
						|
 | 
						|
 | 
						|
\membersection{wxDebugReportPreviewStd::Show}\label{wxdebugreportpreviewstdshow}
 | 
						|
 | 
						|
\constfunc{bool}{Show}{\param{wxDebugReport\& }{dbgrpt}}
 | 
						|
 | 
						|
Show the dialog, see 
 | 
						|
\helpref{wxDebugReportPreview::Show()}{wxdebugreportpreviewshow} for more
 | 
						|
information.
 | 
						|
 |