Home
last modified time | relevance | path

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

/dports/audio/xoscope/xoscope-2.0/
H A Dinterface.c133 GtkWidget *Ch8_source_label; in create_main_window() local
742 Ch8_source_label = gtk_label_new (_("Ch8_source")); in create_main_window()
743 gtk_widget_set_name (Ch8_source_label, "Ch8_source_label"); in create_main_window()
744 gtk_widget_show (Ch8_source_label); in create_main_window()
745 gtk_box_pack_start (GTK_BOX (Ch8_vbox), Ch8_source_label, FALSE, FALSE, 0); in create_main_window()
1124 GLADE_HOOKUP_OBJECT (main_window, Ch8_source_label, "Ch8_source_label"); in create_main_window()