Home
last modified time | relevance | path

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

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.c176 static GtkWidget *stopxmms_check_button; variable
1272 i = GTK_TOGGLE_BUTTON (stopxmms_check_button)->active; in get_new_defaults()
4178 stopxmms_check_button = gtk_check_button_new_with_label (_("Stop current song in XMMS")); in general_options_page()
4179 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (stopxmms_check_button), default_stopxmms); in general_options_page()
4180 gtk_tooltips_set_tip (tooltips, stopxmms_check_button, _("Stopping XMMS will release /dev/dsp. " in general_options_page()
4183 gtk_widget_show (stopxmms_check_button); in general_options_page()
4185 gtk_table_attach_defaults(GTK_TABLE(table),stopxmms_check_button, 0, 1, 2, 3); in general_options_page()