Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c3802 GtkWidget *cancelbutton5; in create_sortbydlg() local
3859 cancelbutton5 = gtk_button_new_from_stock ("gtk-cancel"); in create_sortbydlg()
3860 gtk_widget_show (cancelbutton5); in create_sortbydlg()
3861 gtk_dialog_add_action_widget (GTK_DIALOG (sortbydlg), cancelbutton5, GTK_RESPONSE_CANCEL); in create_sortbydlg()
3862 gtk_widget_set_can_default(cancelbutton5, TRUE); in create_sortbydlg()
3886 GLADE_HOOKUP_OBJECT (sortbydlg, cancelbutton5, "cancelbutton5"); in create_sortbydlg()