why don't you take a look at the gtk_file_chooser's source code ?

regards

On 5/12/05, srinivas <[EMAIL PROTECTED]> wrote:
> hi;
> 
> i used
> 
> filew = gtk_file_selection_new ("Folder Selection");
> gtk_file_selection_set_filename (GTK_FILE_SELECTION (filew), "***.png");
> gtk_file_selection_get_filename (GTK_FILE_SELECTION (filew));
> gtk_widget_show(filew);
> 
> to select and display file/folder list, i can able to display widget,
> but i can't able to select the file. no buttons in the widget as delete
> file, rename, cancel and ok are not working. what else i have to include
> in my pgm to get that functionality.
> 
> thanks;
> 
> vasu.
> 
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
> 


-- 
Antonio Gomes
E-mail: [EMAIL PROTECTED]
Embedded Linux Lab - 10LE
INdT - Instituto Nokia de Tecnologia (Manaus/Br)
NOKIA's Technology Institute
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to