Filechooser issues

Jerry Hill malaclypse2 at gmail.com
Fri Jul 11 15:20:01 EDT 2008


On Fri, Jul 11, 2008 at 3:09 PM, Mr SZ <sk8in_zombi at yahoo.com.au> wrote:
>     ff = gtk.FileFilter.add_pixbuf_formats()

> The documentation doesn't say anything about an argument to be passed:
> http://www.pygtk.org/docs/pygtk/class-gtkfilefilter.html#method-gtkfilefilter--add-pixbuf-formats

I don't know anything about gtk or its python bindings.  That being
said, the reference page seems to say you need to do this:

ff = gtk.FileFilter()    #Create a file filter object
ff.add_pixbuf_formats()    #Tell the object what to filter for

-- 
Jerry



More information about the Python-list mailing list