Home
last modified time | relevance | path

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

/dports/audio/xoscope/xoscope-2.0/
H A Dinterface.c125 GtkWidget *Ch7_position_label; in create_main_window() local
701 Ch7_position_label = gtk_label_new (_("Ch7_position")); in create_main_window()
702 gtk_widget_set_name (Ch7_position_label, "Ch7_position_label"); in create_main_window()
703 gtk_widget_show (Ch7_position_label); in create_main_window()
704 gtk_box_pack_start (GTK_BOX (Ch7_vbox), Ch7_position_label, FALSE, FALSE, 0); in create_main_window()
1116 GLADE_HOOKUP_OBJECT (main_window, Ch7_position_label, "Ch7_position_label"); in create_main_window()