Re: [pygtk] Automatic actions and gtk.FileChooserButton

2008-04-28 Thread Marcus Vinicius Eiffle Duarte
Neil, your example uses the FileChooserDialog widget, not the FileChooserButton widget. My problem is that I couldn't find the proper methods of the FileChooserButton widget. Then I finally realized two things: 1) as gtk.FileChooserButton implements a button to call a gtk.FileChooserDialog and

Re: [pygtk] Automatic actions and gtk.FileChooserButton

2008-04-18 Thread Neil Dugan
Marcus Vinicius Eiffle Duarte wrote: Hi, folks! Sorry if this question seems silly, but I am rather new to python and a total newbie regarding Gtk programming, I googled a lot for a solution to my problem and couldn't find something that worked for me. I created a GUI using Glade, which

[pygtk] Automatic actions and gtk.FileChooserButton

2008-04-16 Thread Marcus Vinicius Eiffle Duarte
Hi, folks! Sorry if this question seems silly, but I am rather new to python and a total newbie regarding Gtk programming, I googled a lot for a solution to my problem and couldn't find something that worked for me. I created a GUI using Glade, which contains a FileChooserButton. On startup,