| Project Name | PyGTK |
| Category | Libraries |
| Programming Language | Python |
| Project Home Page | http://www.pygtk.org/ |
| License(s) | GNU Lesser General Public License (LGPL) |
| License URL(s) | http://www.gnu.org/copyleft/lesser.html |
| Tags (edit) | gnome, gui, python |
PyGTK is a set of bindings to the GTK+ user interface toolkit for the Python
language, and it takes care of many of the boring details such as managing
memory and type casting. When combined with PyORBit and gnome-python, it can be
used to write full featured Gnome applications
A binding is code (usually a library) that allows you to access functions that
were coded in another language. In our case, GTK+ was written in C, and
applications written in C can use native GTK+. For a Python program to be able
to create applications using the GTK+ framework, a special library has to be
used. This library is PyGTK.
Similar Projects (edit)
Reviews
Be the first person to review this project!
User tips
Related books
Last modified on 2006-02-27 23:00:40.636 (rel. 2).
