Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/scenarios/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
recommended that PyGTK not be used for new projects and that existing
applications be ported from PyGTK to PyGObject.

PyGObject aka (PyGi)
--------------------
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should restructure this something like

GTk
---

PyGObject aka (PyGI)
^^^^^^^^^^^^^^^^^^^^

.. Description of PyGObject

PyGTK
^^^^^

... original information from the GTk section

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. I am restructuring.

`PyGObject <https://wiki.gnome.org/Projects/PyGObject>`_ provides Python bindings, which gives access to the entire GNOME software platform.
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/>`_.

`API Reference <http://lazka.github.io/pgi-docs/>`_

Kivy
----
`Kivy <http://kivy.org>`_ is a Python library for development of multi-touch
Expand Down