<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.gnome.gtk+.python">
    <title>gmane.comp.gnome.gtk+.python</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.gtk+.python</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11879"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11878"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11877"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11896">
    <title>Re: Can you get signal_autoconnect to warn about missing handlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11896</link>
    <description>
    &gt;&gt; Or is it possible to get a list of all the handlers defined for the
    &gt;&gt; object in the Glade file?  With that information I can poke around
    &gt;&gt; myself.

    Christian&gt; If you switch to GtkBuilder and latest pygtk (you need a svn
    Christian&gt; snapshot &gt;= revision 3012), you should get warnings about
    Christian&gt; missing handlers.

Thanks.  I'll check it out.  Looks like we need to upgrade our Gtk
installation a bit.

    Christian&gt; To extract handler names from glade files, you could use
    Christian&gt; e.g. sed: sed -n -e 's/^.*&lt;signal.*handler="\(.*\)".*\/&gt;.*$/\1/pg' my-ui.glade

That won't help me because I actually store multiple objects in one glade
file and call wtree.get_widget() multiple times.

Skip
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>skip&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2008-10-06T20:26:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11895">
    <title>Re: Can you get signal_autoconnect to warn about missing handlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11895</link>
    <description>skip&lt; at &gt;pobox.com schrieb:
If you switch to GtkBuilder and latest pygtk (you need a svn snapshot &gt;= 
revision 3012), you should get warnings about missing handlers.

To extract handler names from glade files, you could use e.g. sed:
sed -n -e 's/^.*&lt;signal.*handler="\(.*\)".*\/&gt;.*$/\1/pg' my-ui.glade


HTH,

Chris

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Christian Becke</dc:creator>
    <dc:date>2008-10-06T18:44:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11894">
    <title>Re: Can you get signal_autoconnect to warn about missing handlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11894</link>
    <description>
    skip&gt; Is it possible to coax signal_autoconnect to warn about signal
    skip&gt; handlers defined in the widget tree but which are missing from the
    skip&gt; dict or instance argument?

Or is it possible to get a list of all the handlers defined for the object
in the Glade file?  With that information I can poke around myself.

Thx,

Skip
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>skip&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2008-10-06T16:29:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11893">
    <title>Can you get signal_autoconnect to warn about missinghandlers?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11893</link>
    <description>As I work on a GUI app I go back and forth between Python and Glade.
Sometimes I do a bit of refactoring.  The combination of tasks means I
can forget to implement a signal handler or leave one behind somewhere else
while refactoring.  Is it possible to coax signal_autoconnect to warn about
signal handlers defined in the widget tree but which are missing from the
dict or instance argument?

Thanks,

</description>
    <dc:creator>skip&lt; at &gt;pobox.com</dc:creator>
    <dc:date>2008-10-06T15:46:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11892">
    <title>PyGTK .dmg for OS X</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11892</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I wanted to forward this since some other people on this list may be
running a Mac and want something like it...

- -dave

- From Bas to CANVAS list:
"""
As I'm using a MacBook these days, life will vicariously get better for
all you Mac people as far as CANVAS support goes. To start with, I've
put together a disk image that contains everything you need to natively
run CANVAS on OSX (that means no more X11 or macports needed!). It
includes a custom build of the native OSX GTK, a Python 2.5.2,  and a
PyGTK that has been set up to use the native GTK .. everything has been
bundled and compiled to work with an up2date OSX 10.5.

You can download the disk image from:

http://www.immunityinc.com/downloads/CANVAS_OSX_SUPPORT.dmg

SHA1: cf1f08f5e314a7ba3adaa6fe353d6d8fb5629438


"""
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI6QS/tehAhL0gheoRAgMxAJ4+X8ElRf+BaCu6dVdQKRDW/F3NcwCfdm/S
mlkOAHcExt25oqxBltb8ZbQ=
=BGpJ
-----END PGP SIGNATURE-----

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Dave Aitel</dc:creator>
    <dc:date>2008-10-05T18:17:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11891">
    <title>completion and TreeStore child element</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11891</link>
    <description>Hi,

  I wanted to add grouping in a completion. I used a  TreeStore in the
  completion, added correctly father/child element... but the completion
  shows it collapsed.

  I see that completion does not have .expand_all() that is a method of
  TreeView... is it any possibile?

  And in case it is possible, is it any possible for the used to collapse
  single entries?

  TIA
  sandro
  *:-)
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Alessandro Dentella</dc:creator>
    <dc:date>2008-10-05T18:09:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11890">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11890</link>
    <description>
On Oct 4, 2008, at 11:24 AM, Timo wrote:


Usually because whatever you are trying to do, in this case a long  
download, doesn't allow you to get back to the event loop.


That sounds right.


--
Steve McClure
smcclure&lt; at &gt;racemi.com

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Steve McClure</dc:creator>
    <dc:date>2008-10-05T16:20:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11889">
    <title>Background</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11889</link>
    <description>Hello:

How can I find out the default background colour of a gtk.Button?

I want to make the colour of a eventbox disappear and I need that the 
eventbox has the same colour...

Thanks a lot!
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Cubells</dc:creator>
    <dc:date>2008-10-04T16:38:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11888">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11888</link>
    <description>Steve McClure schreef:
Thanks, that looks really good!


I came across this a couple of times, but also didn't get it to work 
with this. But will look for some examples again then.

If I'm correct, it's gtk.main_iteration() now.

Timo

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Timo</dc:creator>
    <dc:date>2008-10-04T15:24:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11887">
    <title>gtk.ComboBox with RELIEF_NONE</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11887</link>
    <description>I've been trying to find a way to create a combobox with no relief
(like the sidebar selector in nautilus).  So far I haven't found a way
to set this property for a gtk.ComboBox.  Is there a way?

From what I can see so far I'd have to use a container button with a
label and a gtk arrow and a menu that pops-up on click.... yuk...

</description>
    <dc:creator>Darren Hart</dc:creator>
    <dc:date>2008-10-02T20:26:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11886">
    <title>Re: Totals  in TreeView</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11886</link>
    <description>
Hi,

You need to use.

         if value == 'venice':
             cell.set_property("background", 'yellow')
         else :
             cell.set_property("background-set", False)

Regards Neil.

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Neil Dugan</dc:creator>
    <dc:date>2008-10-02T13:31:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11885">
    <title>Connecting gtk.MenuItems to existing accelerators</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11885</link>
    <description>Hi,

Much more than the subject, I cannot explain well, so I'll let the code 
do the talking:
&lt;code&gt;
        self.accel_group = gtk.AccelGroup()
        self.main_window.add_accel_group(self.accel_group)

        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Edit/Undo", gtk.keysyms.z, 
gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Edit/Search", gtk.keysyms.F3, 0)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/Up", 
gtk.keysyms.Up, gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/Down", 
gtk.keysyms.Down, gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/PgUp", 
gtk.keysyms.Page_Up, gdk.CONTROL_MASK)
        gtk.accel_map_add_entry("&lt;Virtaal&gt;/Navigation/PgDown", 
gtk.keysyms.Page_Down, gdk.CONTROL_MASK)

        self.accel_group.connect_by_path("&lt;Virtaal&gt;/Edit/Undo", 
self._on_undo)
        self.accel_group.connect_by_path("&lt;Virtaal&gt;/Edit/Search", 
self._on_search)
&lt;/code&gt;

This, in its own, works fine, but then I added "Edit" and "Navigation" 
menu's via Glade and added the following code directly below the block 
above (self.gui is the Glade.XML object):
&lt;code&gt;
        # gtk.Menu's:
        self.gui.get_widget('menu_edit').set_accel_group(self.accel_group)
        
self.gui.get_widget('menu_navigation').set_accel_group(self.accel_group)

        # gtk.MenuItems:
        
self.gui.get_widget('mnu_undo').set_accel_path("&lt;Virtaal&gt;/Edit/Undo")
        
self.gui.get_widget('mnu_search').set_accel_path("&lt;Virtaal&gt;/Edit/Search")
        
self.gui.get_widget('mnu_up').set_accel_path("&lt;Virtaal&gt;/Navigation/Up")
        
self.gui.get_widget('mnu_down').set_accel_path("&lt;Virtaal&gt;/Navigation/Down")
        
self.gui.get_widget('mnu_page_up').set_accel_path("&lt;Virtaal&gt;/Navigation/PgUp")
        
self.gui.get_widget('mnu_page_down').set_accel_path("&lt;Virtaal&gt;/Navigation/PgDown")
&lt;/code&gt;

The accelerators still work, but the menu items, once activated, does 
nothing, even though the correct keyboard shortcuts are displayed in the 
menu's. I realize that only "Undo" and "Search" have handlers defined in 
the given snippets, but even they do not work.

I guess my question is how to use the already-connected accelerator 
handlers (self._on_undo and self._on_search) when the related menu item 
is activated.

Thanks in advance.

Regards,

</description>
    <dc:creator>Walter Leibbrandt</dc:creator>
    <dc:date>2008-10-02T08:41:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11884">
    <title>Re: Cell renderer repository?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11884</link>
    <description>On Wed, 1 Oct 2008 17:22:58 +0200
Alessandro Dentella &lt;sandro&lt; at &gt;e-den.it&gt; wrote:


At one point, a long time ago, I did this by setting a custom data
function for a cell with (C func)
gtk_tree_view_column_set_cell_data_func.

The custom data function would get the value from the tree model,
format it as needed, and then set the "text" attribute of that cell's
renderer. The renderer itself was a text renderer.

Looking that the pygtk reference manual, this can be accomplished with
gtk.TreeView.insert_column_with_data_func()

HTH

</description>
    <dc:creator>Mitko Haralanov</dc:creator>
    <dc:date>2008-10-02T01:00:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11883">
    <title>Re: limit width of gtk.ComboBox</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11883</link>
    <description>_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/</description>
    <dc:creator>Casey McGinty</dc:creator>
    <dc:date>2008-10-01T23:20:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11882">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11882</link>
    <description>
Please post your code so we can take a look.


Did you check out the examples at the link I sent you?

John


_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>John Stowers</dc:creator>
    <dc:date>2008-10-01T19:48:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11881">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11881</link>
    <description>
On Oct 1, 2008, at 2:16 PM, Timo wrote:


If you just wanted progress you could use a reporthook function passed  
to urlretrieve that would update the UI then

     while gtk.events_pending():
         gtk.mainiteration(False)

to update the UI. That should make your UI responsive to the user to  
and you just have to be careful that you don't call mainiteration, or  
mainloop, from multiple places.  Keep in mind that my application is  
so old that I use 1.x so the programming model, or just names, might  
have changed in 2.x.


--
Steve McClure
smcclure&lt; at &gt;racemi.com

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Steve McClure</dc:creator>
    <dc:date>2008-10-01T18:54:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11880">
    <title>Re: Downloading a file without locking the GUI</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11880</link>
    <description>Thomas Guettler schreef:
I don't get the pixbufloader thing, since I don't download images. But 
maybe I'm just missing something.

Well, after searching and trying again, still no progress. I guess I'm 
just missing something.

Here's what I want to do, maybe someone has an idea how to do this:

def buttonclicked(widget):
    urllib.urlretrieve(url, downloadpath)

I was also thinking about adding a progressbar during download, but if I 
can't even get this done...

Thanks,
Timo


_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Timo</dc:creator>
    <dc:date>2008-10-01T18:16:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11879">
    <title>limit width of gtk.ComboBox</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11879</link>
    <description>_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/</description>
    <dc:creator>Karl Ostmo</dc:creator>
    <dc:date>2008-10-01T17:30:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11878">
    <title>Cell renderer repository?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11878</link>
    <description>Hi,

  I'm in the need to write a cell render for what I believe a common thing:
  a text editor for log text that is not easy to edit in the standard
  CellRendererText. 

  I'm wandering if there exist already such a renderer or a repository of
  cell renderer ready to use. A second one I need is
  Date/DateTimeRenderer. I guess I'm not the first one that need such a
  beast... 

  sandro
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Alessandro Dentella</dc:creator>
    <dc:date>2008-10-01T15:22:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11877">
    <title>Re: cell.set_property and colors - SOLVED</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11877</link>
    <description>

It turns out that if you set 'cell-background' you need to set it in
*any* cell. You can set it to None and it will use the default (that may
happen to be an alternating scheme).

I still don't really udertand if the cell object I'm setting the property is
a unique instance for the whole column (I think so) or one instance each
cell.


sandro

_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

</description>
    <dc:creator>Alessandro Dentella</dc:creator>
    <dc:date>2008-10-01T14:53:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11876">
    <title>Re: Memory leak when using pangocairo for animation</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.python/11876</link>
    <description>On Tue, 30 Sep 2008 09:28:51 -0400
"Seth Remington" &lt;sremington&lt; at &gt;saberlogic.com&gt; wrote:


Thanks, I was still waiting to hear if anyone was able to reproduce it.
My code does it on two different Linux distros so far. I was hoping I'd
someone would just say "it's because you forgot to X", but unfortunately
I'm beginning to think it's a bug.


Good to know the Cairo native rendering doesn't leak, I may have to work
around it this way. Unfortunately, I don't think the built-in Cairo
text rendering supports any sort of markup like Pango does; I am using
that heavily in my app. If I'm right, it would be lots of tedious code
to position things and set fonts and so forth by hand. :(

-Kyle
_______________________________________________
pygtk mailing list   pygtk&lt; at &gt;daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

</description>
    <dc:creator>Kyle Schaffrick</dc:creator>
    <dc:date>2008-10-01T10:56:17</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.gnome.gtk+.python">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.gtk+.python</link>
  </textinput>
</rdf:RDF>
