[Glade-users] file selection
- From: srinivas comodo com (srinivas)
- Subject: [Glade-users] file selection
- Date: Fri, 13 May 2005 09:34:24 +0530
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]