Menu
comp.lang
Embarcadero
Microsoft
Related Sites

Newsgroup: embarcadero.public.delphiphp.install


Jerry Hill - Re: Filechooser issues -   11 Jul, 20:20 [ Get full thread ]  
Re: Filechooser issues
On Fri, Jul 11, 2008 at 3:09 PM, Mr SZ <sk8in_zombi@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

Click on title to retrieve message.