remove references to contrib (patch from Francesco)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-07-17 22:51:06 +00:00
parent 02b28440a3
commit 8749ce0a6f
2 changed files with 1 additions and 4 deletions

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

View 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}.