Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpt_import_selector.cc45 ptimport_cancel_button (_("Cancel")) in PTImportSelector()
51 ptimport_cancel_button.set_size_request (90, 35); in PTImportSelector()
78 buttons->pack_start (ptimport_cancel_button, false, false); in PTImportSelector()
97 ptimport_cancel_button.set_sensitive(true); in PTImportSelector()
99ptimport_cancel_button.signal_clicked ().connect (sigc::bind (sigc::mem_fun (*this, &Gtk::Dialog::… in PTImportSelector()
H A Dpt_import_selector.h50 Gtk::Button ptimport_cancel_button; variable