]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/debugrptpvwstd.tex
Introduced the ability to size a book control based on the currently selected page
[wxWidgets.git] / docs / latex / wx / debugrptpvwstd.tex
CommitLineData
4e0e7d39
VZ
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$
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