added very preliminary wxRenderer documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-06 12:59:59 +00:00
parent c59e508935
commit 3e6c2880bf
4 changed files with 50 additions and 1 deletions

View File

@@ -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}