]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsamples.tex
Applied patch [ 791648 ] wxDateTime: note unimplemented methods
[wxWidgets.git] / docs / latex / wx / tsamples.tex
index 588932885dbdc39b63626fcd0dcc2e29fc2a719a..4dbe0e5073e27b6ce1e77a872a2ddb0280916f42 100644 (file)
@@ -307,7 +307,24 @@ supported by the control (list, icons, small icons, report) may be chosen from
 the menu.
 
 The sample also provides some timings for adding/deleting/sorting a lot of
-(several thousands) controls into the control.
+(several thousands) items into the control.
+
+
+\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} 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.
+
+
+\subsection{Render sample}\label{samplerender}
+
+This sample shows how to replace the default wxWindows 
+\helpref{renderer}{wxrenderernative} and also how to write a shared library
+(DLL) implementing a renderer and load and unload it during the run-time.
+
 
 \subsection{Rotate sample}\label{samplerotate}