Customizing GtkFileChooserDialog

2007-05-28 Thread Olivier Guilyardi
Hi, I need to add some extra saving options to a GtkFileChooserDialog. In this purpose I'm trying to access its vbox with: GtkWidget *label = gtk_button_new_with_label ("test"); gtk_container_add (GTK_CONTAINER (GTK_DIALOG (file_chooser_dialog)->vbox), label); But it has no effect and produces

Re: Customizing GtkFileChooserDialog

2007-05-28 Thread Scott Horowitz
On 5/28/07, Olivier Guilyardi <[EMAIL PROTECTED]> wrote: > Hi, > > I need to add some extra saving options to a GtkFileChooserDialog. In this > purpose I'm trying to access its vbox with: > > GtkWidget *label = gtk_button_new_with_label ("test"); > gtk_container_add (GTK_CONTAINER (GTK_DIALOG (file

Re: Customizing GtkFileChooserDialog

2007-05-28 Thread Emmanuele Bassi
On Mon, 2007-05-28 at 17:51 +0200, Olivier Guilyardi wrote: > Hi, > > I need to add some extra saving options to a GtkFileChooserDialog. In this > purpose I'm trying to access its vbox with: > > GtkWidget *label = gtk_button_new_with_label ("test"); > gtk_container_add (GTK_CONTAINER (GTK_DIALOG

Re: Customizing GtkFileChooserDialog

2007-05-28 Thread Olivier Guilyardi
Emmanuele Bassi wrote: > On Mon, 2007-05-28 at 17:51 +0200, Olivier Guilyardi wrote: >> >> I need to add some extra saving options to a GtkFileChooserDialog. In this >> purpose I'm trying to access its vbox with: >> >> GtkWidget *label = gtk_button_new_with_label ("test"); >> gtk_container_add (GTK