Home
last modified time | relevance | path

Searched refs:fileselection (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp92 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); in openOK() local
93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK()
95 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
98 gtk_widget_destroy(GTK_WIDGET(fileselection)); in openOK()
126 GtkWidget *fileselection; in openfile() local
130 fileselection = in openfile()
133 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile()
136 GTK_FILE_SELECTION(fileselection)->ok_button; in openfile()
139 GTK_FILE_SELECTION(fileselection)->cancel_button; in openfile()
141 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy", in openfile()
[all …]
Dcgnomelayout.c84 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); in openOK() local
85 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK()
87 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
90 gtk_widget_destroy(GTK_WIDGET(fileselection)); in openOK()
118 GtkWidget *fileselection; in openfile() local
122 fileselection = in openfile()
125 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile()
128 GTK_FILE_SELECTION(fileselection)->ok_button; in openfile()
131 GTK_FILE_SELECTION(fileselection)->cancel_button; in openfile()
133 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy", in openfile()
[all …]