Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dadd_video_dialog.cc63 , pi_tcout ("-", Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false) in AddVideoDialog()
163 table->attach (pi_tcout, 1, 2, 2, 3, FILL, FILL); in AddVideoDialog()
402 pi_tcout.set_text("-"); in set_action_ok()
603 pi_tcout.set_text("-"); in request_preview()
619 pi_tcout.set_text(Timecode::timecode_format_sampletime( in request_preview()
H A Dadd_video_dialog.h76 Gtk::Label pi_tcout; variable