X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5e0b4bc7c729ff41e66fb7894fb1387f860bdb2..83811067515a49ce16e9502c1cf217497a216b18:/docs/latex/wx/tsamples.tex diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index 655441bbb7..347dbb5ee0 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -6,7 +6,7 @@ %% Created: 02.11.99 %% RCS-ID: $Id$ %% Copyright: (c) wxWidgets team -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % NB: please keep the subsections in alphabetic order! @@ -129,6 +129,21 @@ classes written by Remstar Intl. Obviously, this sample requires a database with ODBC support to be correctly installed on your system. +\subsection{DebugRpt sample}\label{sampledebugrpt} + +This sample shows how to use \helpref{wxDebugReport}{wxdebugreport} class to +generate a debug report in case of a program crash or otherwise. On start up, +it proposes to either crash itself (by dereferencing a NULL pointer) or +generate debug report without doing it. Next it initializes the debug report +with standard information adding a custom file to it (just a timestamp) and +allows to view the information gathered using +\helpref{wxDebugReportPreview}{wxdebugreportpreview}. + +For the report processing part of the sample to work you should make available +a Web server accepting form uploads, otherwise +\helpref{wxDebugReportUpload}{wxdebugreportupload} will report an error. + + \subsection{Dialogs sample}\label{sampledialogs} This sample shows how to use the common dialogs available from wxWidgets. These @@ -341,15 +356,22 @@ The sample also provides some timings for adding/deleting/sorting a lot of (several thousands) items into the control. +\subsection{Mediaplayer sample}\label{samplemediaplayer} + +This sample demonstrates how to use all the features of +\helpref{wxMediaCtrl}{wxmediactrl} and play various types of sound, video, +and other files. + + +It replaces the old dynamic sample. \subsection{Notebook sample}\label{samplenotebook} -This samples shows two controls at once: although initially it was written to -demonstrate \helpref{wxNotebook}{wxnotebook} only, it can now be also used -to see \helpref{wxListbook}{wxlistbook} and \helpref{wxChoicebook}{wxchoicebook} -in action. To switch between the two controls you need to manually change -\texttt{TEST\_LISTBOOK} definition in the file \texttt{notebook.h} and rebuild -the sample. +This samples shows \helpref{wxBookCtrl}{wxbookctrloverview} family of controls. +Although initially it was written to demonstrate \helpref{wxNotebook}{wxnotebook} +only, it can now be also used to see \helpref{wxListbook}{wxlistbook}, +\helpref{wxChoicebook}{wxchoicebook} and \helpref{wxTreebook}{wxtreebook} in action. +Test each of the controls, their orientation, images and pages using commands through menu.