GtkFileChooser and filter example

2009-01-17 Thread frederico schardong
Somebody can send me a simples example using GtkFileChooser and filter*? Thank you * ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

[Patch] Cursor cache

2009-01-17 Thread Dr. David Alan Gilbert
Hi, Attached is a patch that adds a cache to the cursor code in gdk/x11/gdkcursor-x11.c - I'd appreciate comments. Thanks for Matthias Clasen for some pointers after my initial mail. As I mentioned in a mail a few weeks ago I'd been looking at the code that deals with themeing of cursors and

Re: [Patch] Cursor cache

2009-01-17 Thread Matthias Clasen
Thanks for the patch. It looks good in general, just a couple of notes: * There are some stylistic issues (mostly missing spaces here and there) * We need to purge cursors from the cache when their display is closed * Do you have any data how big the cache grows in cursor-heavy apps ? Wrt. to

Re: [Patch] Cursor cache

2009-01-17 Thread Matthias Clasen
On Sat, Jan 17, 2009 at 8:19 PM, Dr. David Alan Gilbert gilbe...@treblig.org wrote: * Matthias Clasen (matthias.cla...@gmail.com) wrote: Thanks for the patch. It looks good in general, just a couple of notes: * There are some stylistic issues (mostly missing spaces here and there) No