Re: Newbie problems with gtk GtkFileSelection

2005-06-10 Thread Muthiah Annamalai
Hello there! --- Robert Ramiega <[EMAIL PROTECTED]> wrote: [snip] > User is supposed to pick either existing file (that > will be either > overwriten or appended to) or enter name of file to I think you better use GtkFileChooser dialog, from gtkfilechooser.h & gtkfilechooserdialog.h. File sele

Newbie problems with gtk GtkFileSelection

2005-06-10 Thread Robert Ramiega
Hi! I've just subscribed to this ML but for last two days i've been browsing ML archives to no avail. Here is the problem: I've created button that in a callback launches GtkFileSelection: browser = gtk_file_selection_new("Select file"); gtk_file_selection_set_filename(GTK_FILE_SELECTION(brow