]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsamples.tex
define NO_GCC_PRAGMA in wx-config output on Darwin
[wxWidgets.git] / docs / latex / wx / tsamples.tex
index 2a92f1b4cc01556ae8f82d932de6a65a294d2bff..cd5ebdc3e61a4a3544d31620ba63759110744ef6 100644 (file)
@@ -281,7 +281,7 @@ program messages in another language while true i18n would also involve
 changing the other aspects of the programs behaviour.
 
 More information about this sample can be found in the {\tt readme.txt} file in
-its directory. Please see also \helpref{i18n overview}\label{internationalization}.
+its directory. Please see also \helpref{i18n overview}{internationalization}.
 
 \subsection{Layout sample}\label{samplelayout}
 
@@ -307,7 +307,15 @@ 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{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}