Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c3c805e8
Commit
c3c805e8
authored
Jul 30, 2006
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update information on wxPython, from Robin Dunn
parent
e0d4aecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
12 deletions
+19
-12
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+19
-12
No files found.
Doc/lib/tkinter.tex
View file @
c3c805e8
...
...
@@ -1811,19 +1811,26 @@ Tk is not the only GUI for Python, but is however the
most commonly used one.
\begin
{
seealso
*
}
\seetitle
[
http:
//
www.wxwindows.org
]
{
wxWindows
}{
is a GUI toolkit that combines the most attractive attributes of Qt,
Tk, Motif, and GTK
+
in one powerful and efficient package. It is
implemented in
\Cpp
. wxWindows supports two flavors of
\UNIX
{}
implementation: GTK
+
and Motif, and under Windows, it has a standard
Microsoft Foundation Classes
(
MFC
)
appearance, because it uses Win
32
widgets. There is a Python class wrapper, independent of Tkinter.
wxWindows is much richer in widgets than
\refmodule
{
Tkinter
}
, with its
help system, sophisticated HTML and image viewers, and other
specialized widgets, extensive documentation, and printing capabilities.
\seetitle
[
http:
//
www.wxpython.org
]
{
wxPython
}{
wxPython is a cross
-
platform GUI toolkit for Python that is built
around the popular
\ulink
{
wxWidgets
}{
http:
//
www.wxwidgets.org
/
}
\Cpp
{}
toolkit. It provides a native look and feel for applications on
Windows, Mac OS X, and
\UNIX
{}
systems by using each platform's native
widgets where ever possible,
(
GTK
+
on
\UNIX
-
like systems
)
. In
addition to an extensive set of widgets, wxPython provides classes for
online documentation and context sensitive help, printing, HTML
viewing, low
-
level device context drawing, drag and drop, system
clipboard access, an XML
-
based resource format and more, including an
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
extensive
\Cpp
{}
GUI toolkit that is available for
\UNIX
, Windows and
Mac OS X.
\program
{
sip
}
is a tool for generating bindings for
\Cpp
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment