Differences between revisions 13 and 15 (spanning 2 versions)
Revision 13 as of 2006-10-20 09:48:59
Size: 1000
Comment: PyGTK tutorial link changed
Revision 15 as of 2009-02-12 12:45:52
Size: 1129
Editor: adsl-dyn159
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
    * [http://www.pygtk.org/ PyGtk site]
    *
[http://ftp.gnome.org/pub/GNOME/sources/pygtk/ Download the latest version]
    *
[http://www.pygtk.org/tutorial.html PyGtk Tutorial]
    *
[http://www.pygtk.org/reference.html PyGtk 2.0 Reference Manual]
    *
[http://www.pcpm.ucl.ac.be/~gustin/win32_ports Port of PyGtk libraries to Win32]
    * [http://www.gtk.org/
GTK+ web site]
    *
[http://gladewin32.sourceforge.net/ GTK+ for Win32]
    * [[http://www.pygtk.org/|PyGtk site]]
    * [
[http://ftp.gnome.org/pub/GNOME/sources/pygtk/|Download the latest version]]
    * [
[http://www.pygtk.org/tutorial.html|PyGtk Tutorial]]
    * [
[http://www.pygtk.org/reference.html|PyGtk 2.0 Reference Manual]]
    * [[http://www.zetcode.com/tutorials/pygtktutorial/|PyGTK tutorial]] on [[http://www.zetcode.com/|ZetCode]]
    * [
[http://www.pcpm.ucl.ac.be/~gustin/win32_ports|Port of PyGtk libraries to Win32]]
    * [[http://www.gtk.org/|
GTK+ web site]]
    * [
[http://gladewin32.sourceforge.net/|GTK+ for Win32]]
Line 12: Line 13:
[http://www.async.com.br/projects/kiwi KiWi] is a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications. Roughly modelled on Smalltalk's MVC, Kiwi intention is becoming a simple way to make a UI. [[http://www.async.com.br/projects/kiwi|KiWi]] is a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications. Roughly modelled on Smalltalk's MVC, Kiwi intention is becoming a simple way to make a UI.
Line 14: Line 15:
["CategoryPyGUI"] [[CategoryPyGUI]]

PyGtk is a set of Python bindings to the popular GTK Toolkit. It provides an object-oriented interface that is slightly higher level than the C one. It is simple to install on Unix, Win32 installer versions are available, and Mac OS X versions are in development.

KiWi is a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications. Roughly modelled on Smalltalk's MVC, Kiwi intention is becoming a simple way to make a UI.


CategoryPyGUI

PyGtk (last edited 2014-05-26 15:05:42 by PaulBoddie)

Unable to edit the page? See the FrontPage for instructions.