Commented out deprecated classes: wxProp and wxTab classes; moved some chapters

into topics; removed double-quotes around Hello World section title;
some XRC doc additions


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-01-23 22:10:02 +00:00
parent db0faf5895
commit bd330a69c9
20 changed files with 259 additions and 282 deletions

View File

@@ -1,12 +1,11 @@
\chapter{wxPython Notes}\label{wxPython}
\section{wxPython overview}\label{wxpython}
%\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
%\setfooter{\thepage}{}{}{}{}{\thepage}%
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
\setfooter{\thepage}{}{}{}{}{\thepage}%
This addendum is written by Robin Dunn, author of the wxPython wrapper
This topic was written by Robin Dunn, author of the wxPython wrapper.
%----------------------------------------------------------------------
\section{What is wxPython?}\label{wxpwhat}
\subsection{What is wxPython?}\label{wxpwhat}
wxPython is a blending of the wxWindows GUI classes and the
\urlref{Python}{http://www.python.org/} programming language.
@@ -50,7 +49,7 @@ website \urlref{http://wxPython.org/}{http://wxPython.org/} for
details about getting wxPython working for you.
%----------------------------------------------------------------------
\section{Why use wxPython?}\label{wxpwhy}
\subsection{Why use wxPython?}\label{wxpwhy}
So why would you want to use wxPython over just C++ and wxWindows?
Personally I prefer using Python for everything. I only use C++ when I
@@ -67,7 +66,7 @@ days or longer with C++. Converting a wxPython app to a C++/wxWindows app
should be a straight forward task.
%----------------------------------------------------------------------
\section{Other Python GUIs}\label{wxpother}
\subsection{Other Python GUIs}\label{wxpother}
There are other GUI solutions out there for Python.
@@ -116,9 +115,8 @@ wrappers around some C or C++ toolkit or another, and most are not
cross-platform compatible. See \urlref{this link}{http://www.python.org/download/Contributed.html\#Graphics}
for a listing of a few of them.
%----------------------------------------------------------------------
\section{Using wxPython}\label{wxpusing}
\subsection{Using wxPython}\label{wxpusing}
\wxheading{First things first...}
@@ -268,7 +266,7 @@ level windows are closed.
\end{enumerate}
%----------------------------------------------------------------------
\section{wxWindows classes implemented in wxPython}\label{wxpclasses}
\subsection{wxWindows classes implemented in wxPython}\label{wxpclasses}
The following classes are supported in wxPython. Most provide nearly
full implementations of the public interfaces specified in the C++
@@ -465,7 +463,7 @@ as possible to the C++ spec over time.
\end{itemize}
%----------------------------------------------------------------------
\section{Where to go for help}\label{wxphelp}
\subsection{Where to go for help}\label{wxphelp}
Since wxPython is a blending of multiple technologies, help comes from
multiple sources. See
@@ -480,4 +478,3 @@ Or you can send mail directly to the list using this address:
wxpython-users@lists.wxwindows.org