Home
last modified time | relevance | path

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

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.c183 static GtkWidget *auto_maps_check_button; variable
1307 i = GTK_TOGGLE_BUTTON (auto_maps_check_button)->active; in get_new_defaults()
4024 auto_maps_check_button = gtk_check_button_new_with_label (_("Scan for maps")); in general_options_page()
4025 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (auto_maps_check_button), default_auto_maps); in general_options_page()
4027 gtk_tooltips_set_tip (tooltips, auto_maps_check_button, in general_options_page()
4030 gtk_box_pack_start (GTK_BOX (hbox), auto_maps_check_button, FALSE, FALSE, 0); in general_options_page()
4031 gtk_widget_show (auto_maps_check_button); in general_options_page()