Re: gtkfilechooser buttons

2005-06-18 Thread Gyözö Both
so the buttons can't be changed after the window was created? the gtkdialog reference says buttons can be added, but apparently not removed, so i can't just remove the open button and add a save button, i suppose :-P well, maybe i'm going to create the window myself then, as you suggested. thanks

Re: gtkfilechooser buttons

2005-06-17 Thread Carlo Agrusti
Gyözö Both ha scritto lo scorso 17/06/2005 16:49: You can consider using a dinamically generated filechooser, instead of a statically generated one (i.e. that created by Glade) by means of gtk_file_chooser_dialog_new; in this way, you can select a GTK_FILE_CHOOSER_ACTION_OPEN behaviour or a GTK

Re: gtkfilechooser buttons

2005-06-17 Thread Gyözö Both
> You can consider using a dinamically generated filechooser, instead > of a statically generated one (i.e. that created by Glade) by means > of gtk_file_chooser_dialog_new; in this way, you can select a > GTK_FILE_CHOOSER_ACTION_OPEN behaviour or a > GTK_FILE_CHOOSER_ACTION_SAVE one, depending on

Re: gtkfilechooser buttons

2005-06-17 Thread Carlo Agrusti
Gyözö Both ha scritto lo scorso 17/06/2005 09:15: hi, i've created a filechooserdialog with glade, the default mode is open. now i want to save files, too, so i create the window and set the mode to save. everything works fine, but the button that confirms things still reads 'open' (with the de