Skip to content

Commit 2d85613

Browse files
committed
Merge pull request #580 from mahanmarwat/master
PyGObject section added
2 parents 1288915 + 9e10efa commit 2d85613

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/scenarios/gui.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
2525
recommended that PyGTK not be used for new projects and that existing
2626
applications be ported from PyGTK to PyGObject.
2727

28+
PyGObject aka (PyGi)
29+
--------------------
30+
`PyGObject <https://wiki.gnome.org/Projects/PyGObject>`_ provides Python bindings, which gives access to the entire GNOME software platform.
31+
It is fully compatible with GTK+ 3. Here is a tutorial to get started with `Python GTK+ 3 Tutorial <http://python-gtk-3-tutorial.readthedocs.org/en/latest/>`_.
32+
33+
`API Reference <http://lazka.github.io/pgi-docs/>`_
34+
2835
Kivy
2936
----
3037
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch

0 commit comments

Comments
 (0)