Re: is gtk_file_chooser_set_extra_widget redundant?

2006-01-23 Thread Claudio Fontana
Hello, --- Matthias Clasen <[EMAIL PROTECTED]> ha scritto: > On 1/22/06, Claudio Fontana <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > while extending a GtkFileChooserDialog with some > > custom widgets using the same hook as with any > other >

is gtk_file_chooser_set_extra_widget redundant?

2006-01-22 Thread Claudio Fontana
Hello, while extending a GtkFileChooserDialog with some custom widgets using the same hook as with any other Dialog (->vbox), I noticed that GtkFileChooser offers a dedicated method gtk_file_chooser_set_extra_widget(). I tried using it and shows exactly the same as using ->vbox. Isn't it redunda