Searched refs:extra_box_widget (Results 1 – 1 of 1) sorted by relevance
632 GtkWidget *extra_box_widget; in e_attachment_store_run_load_dialog() local696 extra_box_widget = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); in e_attachment_store_run_load_dialog()697 extra_box = GTK_BOX (extra_box_widget); in e_attachment_store_run_load_dialog()729 gtk_file_chooser_set_extra_widget (file_chooser, extra_box_widget); in e_attachment_store_run_load_dialog()730 gtk_widget_show_all (extra_box_widget); in e_attachment_store_run_load_dialog()822 GtkWidget *extra_box_widget = NULL; in e_attachment_store_run_save_dialog() local868 extra_box_widget = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); in e_attachment_store_run_save_dialog()869 extra_box = GTK_BOX (extra_box_widget); in e_attachment_store_run_save_dialog()891 gtk_widget_show_all (extra_box_widget); in e_attachment_store_run_save_dialog()926 gtk_widget_hide (extra_box_widget); in e_attachment_store_run_save_dialog()[all …]