X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a81705a3d4a7c5b25291e43f6f800b627cf51d84..2c6f14e1a7b5062fcf77eda40824d820d9ac288e:/docs/latex/wx/tsamples.tex diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index 588932885d..cd5ebdc3e6 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -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}