Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dinterface.c731 GtkWidget *cancelbutton7; in create_select_dsp_plugin() local
764 cancelbutton7 = gtk_button_new_from_stock ("gtk-cancel"); in create_select_dsp_plugin()
765 gtk_widget_show (cancelbutton7); in create_select_dsp_plugin()
766 gtk_dialog_add_action_widget (GTK_DIALOG (select_dsp_plugin), cancelbutton7, GTK_RESPONSE_CANCEL); in create_select_dsp_plugin()
767 gtk_widget_set_can_default(cancelbutton7, TRUE); in create_select_dsp_plugin()
782 GLADE_HOOKUP_OBJECT (select_dsp_plugin, cancelbutton7, "cancelbutton7"); in create_select_dsp_plugin()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c3902 GtkWidget *cancelbutton7; in create_select_dsp_plugin() local
3934 cancelbutton7 = gtk_button_new_from_stock ("gtk-cancel"); in create_select_dsp_plugin()
3935 gtk_widget_show (cancelbutton7); in create_select_dsp_plugin()
3936 gtk_dialog_add_action_widget (GTK_DIALOG (select_dsp_plugin), cancelbutton7, GTK_RESPONSE_CANCEL); in create_select_dsp_plugin()
3937 gtk_widget_set_can_default(cancelbutton7, TRUE); in create_select_dsp_plugin()
3952 GLADE_HOOKUP_OBJECT (select_dsp_plugin, cancelbutton7, "cancelbutton7"); in create_select_dsp_plugin()