summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-12-03 19:59:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-12-03 19:59:24 (GMT)
commit7462e87134bbe4a477e1c01701e431da80680fa7 (patch)
treedb2cf31a327e3bdc5916ec5b9756e4a416f1c0e9 /Doc/faq
parent777bebb0efe025f2e050d08206ae336934387ad7 (diff)
downloadcpython-7462e87134bbe4a477e1c01701e431da80680fa7.zip
cpython-7462e87134bbe4a477e1c01701e431da80680fa7.tar.gz
cpython-7462e87134bbe4a477e1c01701e431da80680fa7.tar.bz2
Mention the new GTK+ 3 bindings.
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/gui.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
index e502ef8..f697cd3 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -68,8 +68,12 @@ are available from `Nokia <http://qt.nokia.com/>`_.
Gtk+
----
-PyGtk bindings for the `Gtk+ toolkit <http://www.gtk.org>`_ have been
-implemented by James Henstridge; see <http://www.pygtk.org>.
+The `GObject introspection bindings <https://live.gnome.org/PyGObject>`_
+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
----