HomeSort by relevance Sort by last modified time
    Searched refs:fileselection (Results 1 - 2 of 2) sorted by null

  /external/icu4c/samples/layout/
gnomelayout.cpp 86 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); local
87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app"));
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
92 gtk_widget_destroy(GTK_WIDGET(fileselection));
120 GtkWidget *fileselection; local
124 fileselection =
127 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app);
130 GTK_FILE_SELECTION(fileselection)->ok_button;
133 GTK_FILE_SELECTION(fileselection)->cancel_button;
135 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy"
139 GTK_SIGNAL_FUNC(openOK), fileselection); local
    [all...]
cgnomelayout.c 78 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); local
79 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app"));
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
84 gtk_widget_destroy(GTK_WIDGET(fileselection));
112 GtkWidget *fileselection; local
116 fileselection =
119 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app);
122 GTK_FILE_SELECTION(fileselection)->ok_button;
125 GTK_FILE_SELECTION(fileselection)->cancel_button;
127 gtk_signal_connect(GTK_OBJECT(fileselection), "destroy"
131 GTK_SIGNAL_FUNC(openOK), fileselection); local
    [all...]

Completed in 51 milliseconds