Re: Filechooser issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerry Hill

    Re: Filechooser issues

    On Fri, Jul 11, 2008 at 3:09 PM, Mr SZ <sk8in_zombi@ya hoo.com.auwrote :
    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
    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
Working...