Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c93 GtkWidget *main_new_freq_button; in create_main_window() local
418 main_new_freq_button = gtk_button_new (); in create_main_window()
419 gtk_widget_show (main_new_freq_button); in create_main_window()
420 gtk_box_pack_start (GTK_BOX (main_hbox2), main_new_freq_button, FALSE, FALSE, 0); in create_main_window()
421 …gtk_tooltips_set_tip (tooltips, main_new_freq_button, _("Calculate Data\nfor New Frequency"), NULL… in create_main_window()
422 gtk_widget_add_accelerator (main_new_freq_button, "clicked", accel_group, in create_main_window()
428 gtk_container_add (GTK_CONTAINER (main_new_freq_button), image46); in create_main_window()
649 g_signal_connect ((gpointer) main_new_freq_button, "clicked", in create_main_window()
755 GLADE_HOOKUP_OBJECT (main_window, main_new_freq_button, "main_new_freq_button"); in create_main_window()