X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5e0b4bc7c729ff41e66fb7894fb1387f860bdb2..77d47192a89f7142f93c103760c8cbb824ec961d:/docs/latex/wx/tsamples.tex diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index 655441bbb7..d20037ea77 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -341,15 +341,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 family of controls which derive from wxBookCtrlBase base class. +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. Test each of the controls, their +orientation, images and pages using commands through menu.