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
7462e871
Commit
7462e871
authored
Dec 03, 2011
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the new GTK+ 3 bindings.
parent
777bebb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
7 deletions
+17
-7
Doc/faq/gui.rst
Doc/faq/gui.rst
+6
-2
Doc/library/othergui.rst
Doc/library/othergui.rst
+11
-5
No files found.
Doc/faq/gui.rst
View file @
7462e871
...
@@ -68,8 +68,12 @@ are available from `Nokia <http://qt.nokia.com/>`_.
...
@@ -68,8 +68,12 @@ are available from `Nokia <http://qt.nokia.com/>`_.
Gtk+
Gtk+
----
----
PyGtk bindings for the `Gtk+ toolkit <http://www.gtk.org>`_ have been
The `GObject introspection bindings <https://live.gnome.org/PyGObject>`_
implemented by James Henstridge; see <http://www.pygtk.org>.
for Python allow you to write GTK+ 3 applications. There is also a
`Python GTK+ 3 Tutorial <http://python-gtk-3-tutorial.readthedocs.org/en/latest/>`_.
The older PyGtk bindings for the `Gtk+ 2 toolkit <http://www.gtk.org>`_ have
been implemented by James Henstridge; see <http://www.pygtk.org>.
FLTK
FLTK
----
----
...
...
Doc/library/othergui.rst
View file @
7462e871
...
@@ -34,11 +34,17 @@ also available for Python:
...
@@ -34,11 +34,17 @@ also available for Python:
.. seealso::
.. seealso::
`PyGTK <http://www.pygtk.org/>`_
`PyGObject <https://live.gnome.org/PyGObject>`_
is a set of bindings for the `GTK <http://www.gtk.org/>`_ widget set. It
provides introspection bindings for C libraries using
provides an object oriented interface that is slightly higher level than
`GObject <http://developer.gnome.org/gobject/stable/>`_. One of
the C one. It comes with many more widgets than Tkinter provides, and has
these libraries is the `GTK+ 3 <http://www.gtk.org/>`_ widget set.
good Python-specific reference documentation. There are also bindings to
GTK+ comes with many more widgets than Tkinter provides. An online
`Python GTK+ 3 Tutorial <http://python-gtk-3-tutorial.readthedocs.org/en/latest/>`_
is available.
`PyGTK <http://www.pygtk.org/>`_ provides bindings for an older version
of the library, GTK+ 2. It provides an object oriented interface that
is slightly higher level than the C one. There are also bindings to
`GNOME <http://www.gnome.org>`_. One well known PyGTK application is
`GNOME <http://www.gnome.org>`_. One well known PyGTK application is
`PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial
`PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial
<http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available.
<http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available.
...
...
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