On Fri, Jul 11, 2008 at 3:09 PM, Mr SZ <sk8in_zombi@ya hoo.com.auwrote :
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_f ormats() #Tell the object what to filter for
--
Jerry
ff = gtk.FileFilter. add_pixbuf_form ats()
The documentation doesn't say anything about an argument to be passed:
http://www.pygtk.org/docs/pygtk/clas...pixbuf-formats
http://www.pygtk.org/docs/pygtk/clas...pixbuf-formats
said, the reference page seems to say you need to do this:
ff = gtk.FileFilter( ) #Create a file filter object
ff.add_pixbuf_f ormats() #Tell the object what to filter for
--
Jerry