Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c7904 GtkWidget *excitation_f2_label; in create_excitation_command() local
8082 excitation_f2_label = gtk_label_new (_("Voltage - Imaginary Part")); in create_excitation_command()
8083 gtk_widget_show (excitation_f2_label); in create_excitation_command()
8084 gtk_table_attach (GTK_TABLE (table25), excitation_f2_label, 1, 2, 2, 3, in create_excitation_command()
8087 gtk_misc_set_alignment (GTK_MISC (excitation_f2_label), 0.1, 0.5); in create_excitation_command()
8315 GLADE_HOOKUP_OBJECT (excitation_command, excitation_f2_label, "excitation_f2_label"); in create_excitation_command()