mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
update information on wxPython, from Robin Dunn
This commit is contained in:
parent
e0d4aecfc2
commit
c3c805e8b2
1 changed files with 19 additions and 12 deletions
|
@ -1811,19 +1811,26 @@ Tk is not the only GUI for Python, but is however the
|
||||||
most commonly used one.
|
most commonly used one.
|
||||||
|
|
||||||
\begin{seealso*}
|
\begin{seealso*}
|
||||||
\seetitle[http://www.wxwindows.org]{wxWindows}{
|
\seetitle[http://www.wxpython.org]{wxPython}{
|
||||||
is a GUI toolkit that combines the most attractive attributes of Qt,
|
wxPython is a cross-platform GUI toolkit for Python that is built
|
||||||
Tk, Motif, and GTK+ in one powerful and efficient package. It is
|
around the popular \ulink{wxWidgets}{http://www.wxwidgets.org/} \Cpp{}
|
||||||
implemented in \Cpp. wxWindows supports two flavors of \UNIX{}
|
toolkit. It provides a native look and feel for applications on
|
||||||
implementation: GTK+ and Motif, and under Windows, it has a standard
|
Windows, Mac OS X, and \UNIX{} systems by using each platform's native
|
||||||
Microsoft Foundation Classes (MFC) appearance, because it uses Win32
|
widgets where ever possible, (GTK+ on \UNIX-like systems). In
|
||||||
widgets. There is a Python class wrapper, independent of Tkinter.
|
addition to an extensive set of widgets, wxPython provides classes for
|
||||||
|
online documentation and context sensitive help, printing, HTML
|
||||||
wxWindows is much richer in widgets than \refmodule{Tkinter}, with its
|
viewing, low-level device context drawing, drag and drop, system
|
||||||
help system, sophisticated HTML and image viewers, and other
|
clipboard access, an XML-based resource format and more, including an
|
||||||
specialized widgets, extensive documentation, and printing capabilities.
|
ever growing library of user-contributed modules. Both the wxWidgets
|
||||||
|
and wxPython projects are under active development and continuous
|
||||||
|
improvement, and have active and helpful user and developer
|
||||||
|
communities.
|
||||||
}
|
}
|
||||||
\seetitle[]{PyQt}{
|
\seetitle[http://www.amazon.com/exec/obidos/ASIN/1932394621]
|
||||||
|
{wxPython in Action}{
|
||||||
|
The wxPython book, by Noel Rappin and Robin Dunn.
|
||||||
|
}
|
||||||
|
\seetitle{PyQt}{
|
||||||
PyQt is a \program{sip}-wrapped binding to the Qt toolkit. Qt is an
|
PyQt is a \program{sip}-wrapped binding to the Qt toolkit. Qt is an
|
||||||
extensive \Cpp{} GUI toolkit that is available for \UNIX, Windows and
|
extensive \Cpp{} GUI toolkit that is available for \UNIX, Windows and
|
||||||
Mac OS X. \program{sip} is a tool for generating bindings for \Cpp{}
|
Mac OS X. \program{sip} is a tool for generating bindings for \Cpp{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue