On Fri, Jul 11, 2008 at 3:09 PM, Mr SZ <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to