From: Vadim Zeitlin Date: Tue, 17 Jul 2007 22:51:06 +0000 (+0000) Subject: remove references to contrib (patch from Francesco) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8749ce0a6ff3e88a343a31efa0c6f4fbb21f4f77 remove references to contrib (patch from Francesco) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tevent.tex b/docs/latex/wx/tevent.tex index e747b06714..c70048d0b9 100644 --- a/docs/latex/wx/tevent.tex +++ b/docs/latex/wx/tevent.tex @@ -527,9 +527,7 @@ Under certain circumstances, it will be required to define your own event class e.g. for sending more complex data from one place to another. Apart from defining your event class, you will also need to define your own event table macro (which is quite long). Watch out to put in enough -casts to the inherited event function. Here is an example, taken mostly -from the {\it wxPlot} library, which is in the {\it contrib} section of -the wxWidgets sources. +casts to the inherited event function. Here is an example: {\small% \begin{verbatim} diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index c47f67f62d..7b2db5dabf 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -55,7 +55,6 @@ To create an XRC file, you can use one of the following methods. dialog editor that you can find in the {\tt wxPython/tools} subdirectory of the wxWidgets CVS archive; \item use \urlref{wxGlade}{http://wxglade.sf.net}, a GUI designer written in wxPython. At the moment it can generate Python, C++ and XRC; -\item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}. \end{itemize} A complete list of third-party tools that write to XRC can be found at \urlref{www.wxwidgets.org/lnk\_tool.htm}{http://www.wxwidgets.org/lnk\_tool.htm}.