<?xml version="1.0"?>
<rss version="2.0">

  <channel>
    <title>PyGTK News</title>
    <description>PyGTK provides a convenient wrapper for the GTK library 
    for use in Python programs, and 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.
    </description>
    <language>en-us</language>
    <link>http://pygtk.org</link>
    <copyright> © 2003 by The GNOME Project</copyright>
    <webMaster>pygtk-web@pygtk.org</webMaster>

  <image>
    <title>PyGTK</title>
    <url>http://pygtk.org/img/gnome-64.png</url>
    <link>http://pygtk.org</link>
  </image>

  <item>
    <title>New article - Custom PyGTK widgets in Glade 3</title>
    <link>http://www.pygtk.org/news.html#item10</link>
    <pubDate>Sun, 25 Mar 2007 00:00:00 GMT</pubDate>
    <description>Ali Afshar explains how to use your custom PyGTK widgets from within
     the Glade 3 User Interface designer.  The topic is covered in two
     articles. &lt;a
     href="http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3.html"&gt;
     First part&lt;/a&gt;, &lt;a
     href="http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3-part-2.html"&gt;
     second part&lt;/a&gt;.</description>
  </item>

  <item>
    <title>PyGTK all-in-one installer for win32</title>
    <link>http://www.pygtk.org/news.html#item9</link>
    <pubDate>Tue, 13 Feb 2007 00:00:00 GMT</pubDate>
    <description>
     For the joy of the masses Alberto Ruiz has prepared an &lt;a href="http://osl.ulpgc.es/~arc/gnome/pygtk-setup.exe"&gt;all-in-one installer&lt;/a&gt; to make the lifes of those wanting to install a PyGTK environment on windows much more pleasant.
     Check out &lt;a href="http://aruiz.typepad.com/siliconisland/2006/12/allinone_win32_.html"&gt;the release announcement&lt;/a&gt;.</description>
  </item>

  <item>
    <title>PyGTK 2.10.4 released</title>
    <link>http://www.pygtk.org/news.html#item8</link>
    <pubDate>Mon, 05 Feb 2007 00:00:00 GMT</pubDate>
    <description>
     PyGTK 2.10.4 is a bug fix only release. As usual, it's sources can be fetched
     &lt;a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.4.tar.bz2"&gt;here&lt;/a&gt;.
     Check out &lt;a href="http://www.daa.com.au/pipermail/pygtk/2007-February/013461.html"&gt;the release announcement and full list of changes&lt;/a&gt;.</description>
  </item>

  <item>
    <title>Updated Win32 binaries</title>
    <link>http://www.pygtk.org/news.html#item7</link>
    <pubDate>Fri, 20 Oct 2006 00:00:00 GMT</pubDate>
    <description>
     The PyGTK 2.10 installer for Win32 is now available thanks to the hard work of Cedric.
     The installers for PyGObjet,PyGTK and PyCairo are now mirrored on ftp.gnome.org.
     &lt;p&gt;
     Go and grab them from the &lt;a href="downloads.html"&gt;download page&lt;/a&gt;.
     </description>
  </item>

  <item>
    <title>PyGTK 2.10.0 released</title>
    <link>http://www.pygtk.org/news.html#item6</link>
    <pubDate>Mon, 04 Sep 2006 00:00:00 GMT</pubDate>
    <description>
     &lt;p&gt;PyGTK 2.10.0 includes the following new features:&lt;/p&gt;
     &lt;ul&gt;
     &lt;li&gt;Includes John Finlays reference manual&lt;/li&gt;
     &lt;li&gt;gobject bindings were removed, moved to a separate tarball&lt;/li&gt;
     &lt;li&gt;Added GTK+ 2.10 API:
     Assistant, CellRendererSpin, LinkButton, Printing*,
     RecentChooser, StatusIcon&lt;/li&gt;
     &lt;li&gt;Many code generator improvements&lt;/li&gt;
     &lt;li&gt;New module gtk.unixprint&lt;/li&gt;
     &lt;li&gt;Reduced memory usage&lt;/li&gt;
     &lt;li&gt;MacOS X support&lt;/li&gt;
     &lt;li&gt;Many bug fixes&lt;/li&gt;
     &lt;/ul&gt;
     &lt;p&gt;Read the complete announcement &lt;a href="http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/8712"&gt;here&lt;/a&gt;&lt;/p&gt;
     </description>
  </item>

  <item>
    <title>PyGObject 2.12.0 released</title>
    <link>http://www.pygtk.org/news.html#item5</link>
    <pubDate>Mon, 04 Sep 2006 00:00:00 GMT</pubDate>
    <description>
     PyGObject 2.12.0 includes the following new features:
     &lt;ul&gt;
     &lt;li&gt;John Finlays reference manual is now included and prebuilt&lt;/li&gt;
     &lt;li&gt;GOption is now supported&lt;/li&gt;
     &lt;li&gt;Support for signal emission hooks&lt;/li&gt;
     &lt;li&gt;Various GInterface related improvements&lt;/li&gt;
     &lt;li&gt;Many bug fixes&lt;/li&gt;
     &lt;/ul&gt;
     &lt;p&gt;Read the complete announcement &lt;a href="http://article.gmane.org/gmane.comp.gnome.gtk%2B.python/8711"&gt;here&lt;/a&gt;&lt;/p&gt;
     </description>
  </item>

  <item>
    <title>New article - Writing a custom widget using PyGTK</title>
    <link>http://www.pygtk.org/news.html#item4</link>
    <pubDate>Sat, 03 Jun 2006 00:00:00 GMT</pubDate>
    <description>Mark Mruss comes back again with an interesting &lt;a
     href="http://www.learningpython.com/2006/07/25/writing-a-custom-widget-using-pygtk/"&gt;
     article&lt;/a&gt; on how to easily write a star rating widget
     using PyGTK.</description>
  </item>

  <item>
    <title>Version 2.9.0 of the PyGTK Reference released</title>
    <link>http://www.pygtk.org/news.html#item3</link>
    <pubDate>Thu, 06 Jul 2006 00:00:00 GMT</pubDate>
    <description> &lt;p&gt;A
     new version (2.9.0) of the &lt;a
     href="http://www.pygtk.org/pygtk2reference/index.html"&gt;PyGTK
     Reference&lt;/a&gt; is available. This release adds documentation on: the high
     level printing classes and the gtk.unixprint and atk module classes.
     Other class additions include:&lt;/p&gt;
&lt;ul&gt;
     &lt;li&gt;gtk.Assistant&lt;/li&gt;
     &lt;li&gt;gtk.CellRendererAccel&lt;/li&gt;
     &lt;li&gt;gtk.CellRendererSpin&lt;/li&gt;
     &lt;li&gt;gtk.LinkButton&lt;/li&gt;
     &lt;li&gt;gtk.PageSetup&lt;/li&gt;
     &lt;li&gt;gtk.PaperSize&lt;/li&gt;
     &lt;li&gt;gtk.PrintContext&lt;/li&gt;
     &lt;li&gt;gtk.PrintOperation&lt;/li&gt;
     &lt;li&gt;gtk.PrintOperationPreview&lt;/li&gt;
     &lt;li&gt;gtk.PrintSettings&lt;/li&gt;
     &lt;li&gt;gtk.RecentChooserDialog&lt;/li&gt;
     &lt;li&gt;gtk.RecentChooserMenu&lt;/li&gt;
     &lt;li&gt;gtk.RecentChooserWidget&lt;/li&gt;
     &lt;li&gt;gtk.RecentChooser&lt;/li&gt;
     &lt;li&gt;gtk.RecentFilter&lt;/li&gt;
     &lt;li&gt;gtk.RecentInfo&lt;/li&gt;
     &lt;li&gt;gtk.RecentManager&lt;/li&gt;
     &lt;li&gt;gtk.StatusIcon&lt;/li&gt;
&lt;/ul&gt;
     &lt;p&gt;Finally links to ancestor properties and signal prototypes have been
     added to the class descriptions.</description>
  </item>

  <item>
    <title>New article - Building an application with PyGTK and Glade</title>
    <link>http://www.pygtk.org/news.html#item2</link>
    <pubDate>Sat, 03 Jun 2006 00:00:00 GMT</pubDate>
    <description>&lt;a
     href="http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/"&gt;
     This new article&lt;/a&gt; by Mark Mruss explains how to build a simple application using glade
     and PyGTK, and expands on the basics explained in the previous &lt;a
     href="http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/"&gt;
     Creating a GUI using PyGTK and Glade&lt;/a&gt; article.
     </description>
  </item>

  <item>
    <title>New article - Creating a GUI using PyGTK and Glade</title>
    <link>http://www.pygtk.org/news.html#item1</link>
    <pubDate>Fri, 19 May 2006 00:00:00 GMT</pubDate>
    <description>&lt;a
     href="http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/"&gt;
     This article&lt;/a&gt; by Mark Mruss explains how to start using glade
     to build your PyGTK application interfaces. This is a perfect start for beginners
     who want to enjoy the power of glade.
     </description>
  </item>

  </channel>
</rss>
