Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c9023 GtkWidget *network_f3_spinbutton; in create_network_command() local
9175network_f3_spinbutton = gtk_spin_button_new (GTK_ADJUSTMENT (network_f3_spinbutton_adj), 0.0099999… in create_network_command()
9176 gtk_widget_show (network_f3_spinbutton); in create_network_command()
9177 gtk_table_attach (GTK_TABLE (table30), network_f3_spinbutton, 0, 1, 3, 4, in create_network_command()
9180 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (network_f3_spinbutton), TRUE); in create_network_command()
9296 g_signal_connect ((gpointer) network_f3_spinbutton, "value_changed", in create_network_command()
9349 GLADE_HOOKUP_OBJECT (network_command, network_f3_spinbutton, "network_f3_spinbutton"); in create_network_command()