1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name:        debugrptpvwstd.tex
3%% Purpose:     wxDebugReportPreviewStd documentation
4%% Author:      Vadim Zeitlin
5%% Modified by:
6%% Created:     2005-03-21
7%% RCS-ID:      $Id: debugrptpvwstd.tex 32959 2005-03-21 18:28:27Z VZ $
8%% Copyright:   (c) Vadim Zeitlin 2005
9%% License:     wxWindows license
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\section{\class{wxDebugReportPreviewStd}}\label{wxdebugreportpreviewstd}
13
14wxDebugReportPreviewStd is a standard debug report preview window. It displays
15a GUIdialog allowing the user to examine the contents of a debug report, remove
16files from and add notes to it.
17
18
19\wxheading{Derived from}
20
21\helpref{wxDebugReportPreview}{wxdebugreportpreview}
22
23\wxheading{Include files}
24
25<wx/debugrpt.h>
26
27
28
29\latexignore{\rtfignore{\wxheading{Members}}}
30
31
32\membersection{wxDebugReportPreviewStd::wxDebugReportPreviewStd}\label{wxdebugreportpreviewstdwxdebugreportpreviewstd}
33
34\func{}{wxDebugReportPreviewStd}{\void}
35
36Trivial default constructor.
37
38
39\membersection{wxDebugReportPreviewStd::Show}\label{wxdebugreportpreviewstdshow}
40
41\constfunc{bool}{Show}{\param{wxDebugReport\& }{dbgrpt}}
42
43Show the dialog, see 
44\helpref{wxDebugReportPreview::Show()}{wxdebugreportpreviewshow} for more
45information.
46
47