Searched refs:fs (Results 1 – 1 of 1) sorted by relevance
530 GtkWidget *fs; in on_load1_activate() local532 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()533 g_signal_connect(GTK_OBJECT(GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()535 G_CALLBACK(load_filename), (gpointer) fs); in on_load1_activate()537 (GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()539 (gpointer) fs); in on_load1_activate()541 (GTK_FILE_SELECTION(fs)->cancel_button), in on_load1_activate()543 (gpointer) fs); in on_load1_activate()544 gtk_widget_show(fs); in on_load1_activate()571 GtkWidget *fs; in on_save_as1_activate() local[all …]