Differences between revisions 8 and 25 (spanning 17 versions)
Revision 8 as of 2004-02-10 03:06:07
Size: 966
Editor: 80
Comment: www.pygtk.org is the official site of pygtk now
Revision 25 as of 2014-05-26 15:05:42
Size: 1644
Editor: PaulBoddie
Comment: Revert vandalism.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
PyGtk is a set of Python bindings to the popular GIMP Toolkit. It provides a 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. 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.
Line 3: Line 3:
  * Links
    * [http://www.gtk.org/ GTK+ web site]
    * [http://www.pygtk.org/ PyGtk site]
    * [ftp://ftp.gtk.org/pub/gtk/python/ Download the latest version]
    * [http://www.moeraki.com/pygtktutorial/index.html PyGtk Tutorial]
    * [http://pygtk.org/reference.html PyGtk 2.0 Reference Manual]
    * [http://www.pcpm.ucl.ac.be/~gustin/win32_ports Port or PyGtk libraries to win32]
    * [http://www.dropline.net/gtk/ GTK+ for win32]
Line 12: Line 4:
[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.  * Links
  * [[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.florian-diesch.de/doc/python-und-glade/|German PyGTK tutorial]]
  * [[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]]
  * [[https://github.com/nopri/id-python-gtk|[id-python-gtk] Python GTK (Bahasa Indonesia)]]



[[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.

[[https://github.com/nopri/pygtk-codes|[pygtk-codes] Sample PyGTK Codes]]

'''Note: New users are encouraged to use GTK+3 through the [[https://live.gnome.org/PyGObject|PyGObject bindings]] instead of using PyGTK with GTK+2. Windows users may still want to keep using PyGTK until more convenient installers are published.'''


----

[[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.

[pygtk-codes] Sample PyGTK Codes

Note: New users are encouraged to use GTK+3 through the PyGObject bindings instead of using PyGTK with GTK+2. Windows users may still want to keep using PyGTK until more convenient installers are published.


CategoryPyGUI

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

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