Home
last modified time | relevance | path

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

/dports/audio/xoscope/xoscope-2.0/
H A Dxoscope.rc31 widget "*.sample_rate_label" style "green"
H A Dinterface.c160 GtkWidget *sample_rate_label; in create_main_window() local
884 sample_rate_label = gtk_label_new (_("sample rate")); in create_main_window()
885 gtk_widget_set_name (sample_rate_label, "sample_rate_label"); in create_main_window()
886 gtk_widget_show (sample_rate_label); in create_main_window()
887 gtk_box_pack_start (GTK_BOX (hbox7), sample_rate_label, FALSE, TRUE, 0); in create_main_window()
1151 GLADE_HOOKUP_OBJECT (main_window, sample_rate_label, "sample_rate_label"); in create_main_window()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui_ed.cc772 sample_rate_label.set_name ("SampleRate"); in build_menu_bar()
773 sample_rate_label.set_use_markup (); in build_menu_bar()
782 ev_audio->add (sample_rate_label); in build_menu_bar()
820 _status_bar_visibility.add (&sample_rate_label, X_("Audio"), _("Audio"), true); in build_menu_bar()
841 ArdourWidgets::set_tooltip (sample_rate_label, _("Double click to show audio/midi setup.")); in build_menu_bar()
H A Dexport_format_dialog.h279 Gtk::Label sample_rate_label; variable
H A Dardour_ui.cc1223 sample_rate_label.set_markup (label + _("none")); in update_sample_rate()
1232 sample_rate_label.set_markup (label + _("none")); in update_sample_rate()
1246 sample_rate_label.set_markup (label + buf); in update_sample_rate()
H A Dexport_format_dialog.cc77 , sample_rate_label (_("Sample rate"), Gtk::ALIGN_LEFT) in ExportFormatDialog()
474 format_table.attach (sample_rate_label, 3, 4, 0, 1, Gtk::EXPAND | Gtk::FILL, Gtk::SHRINK); in init_format_table()
H A Dardour_ui.h618 Gtk::Label sample_rate_label; variable