]> git.saurik.com Git - wxWidgets.git/commitdiff
remove references to contrib (patch from Francesco)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Jul 2007 22:51:06 +0000 (22:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Jul 2007 22:51:06 +0000 (22:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tevent.tex
docs/latex/wx/txrc.tex

index e747b0671440123ad5759075b7c1427de0dbca17..c70048d0b98180f671ca5383bcae8d3d4a69e8b4 100644 (file)
@@ -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}
index c47f67f62d36fb43e384ad871e0272dfc8833ad4..7b2db5dabf3cf0381a8c917d9d307a16ab715a87 100644 (file)
@@ -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}.