]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsamples.tex
fix warning
[wxWidgets.git] / docs / latex / wx / tsamples.tex
index 655441bbb780919b341adae0c664a83fc3a709dc..c6ffddd0f5786f7159e4f6434193675a3ced0616 100644 (file)
@@ -344,12 +344,11 @@ The sample also provides some timings for adding/deleting/sorting a lot of
 
 \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 wxBookCtrl 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.