Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp86 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); in openOK() local
87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK()
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
92 gtk_widget_destroy(GTK_WIDGET(fileselection)); in openOK()
120 GtkWidget *fileselection; in openfile() local
124 fileselection = in openfile()
127 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile()
130 GTK_FILE_SELECTION(fileselection)->ok_button; in openfile()
133 GTK_FILE_SELECTION(fileselection)->cancel_button; in openfile()
135 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy", in openfile()
[all …]
Dcgnomelayout.c78 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); in openOK() local
79 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK()
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
84 gtk_widget_destroy(GTK_WIDGET(fileselection)); in openOK()
112 GtkWidget *fileselection; in openfile() local
116 fileselection = in openfile()
119 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile()
122 GTK_FILE_SELECTION(fileselection)->ok_button; in openfile()
125 GTK_FILE_SELECTION(fileselection)->cancel_button; in openfile()
127 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy", in openfile()
[all …]