Lines Matching refs:options_window

112 GtkWidget * options_window;  variable
414 options_window, in music_store_remove_unset_stores()
1086 options_window, in show_restart_info()
1102 gtk_window_set_transient_for(GTK_WINDOW(font_selector), GTK_WINDOW(options_window)); in appearance_font_select()
1266 options_window, in browse_ext_title_format_file_clicked()
1278 options_window, in browse_ms_pathlist_clicked()
1321 options_window, in add_ms_pathlist_clicked()
1345 options_window, in add_ms_pathlist_clicked()
1398 options_window, in display_help()
1665 GTK_WINDOW(options_window), in setup_get_mouse_button_window()
1827 gtk_widget_destroy(options_window); in options_dialog_close()
1828 options_window = NULL; in options_dialog_close()
1847 gtk_widget_destroy(options_window); in options_dialog_response()
1848 options_window = NULL; in options_dialog_response()
1857 options_window, in options_dialog_response()
1872 options_window, in options_dialog_response()
1884 gtk_widget_destroy(options_window); in options_dialog_response()
1885 options_window = NULL; in options_dialog_response()
2006 if (options_window != NULL) { in create_options_window()
2027 options_window = gtk_dialog_new_with_buttons(_("Settings"), in create_options_window()
2034 gtk_window_set_position(GTK_WINDOW(options_window), GTK_WIN_POS_CENTER); in create_options_window()
2035 gtk_dialog_set_default_response(GTK_DIALOG(options_window), GTK_RESPONSE_ACCEPT); in create_options_window()
2036 gtk_container_set_border_width(GTK_CONTAINER(options_window), 5); in create_options_window()
2040 gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(options_window))), in create_options_window()
2043 g_signal_connect(G_OBJECT(options_window), "response", in create_options_window()
2045 g_signal_connect(G_OBJECT(options_window), "delete_event", in create_options_window()
3782 gtk_widget_show_all(options_window); in create_options_window()