Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c116 GtkWidget *structure_plus_button; in create_main_window() local
535 structure_plus_button = gtk_button_new (); in create_main_window()
536 gtk_widget_show (structure_plus_button); in create_main_window()
537 gtk_box_pack_start (GTK_BOX (main_hbox3), structure_plus_button, FALSE, FALSE, 0); in create_main_window()
538 gtk_tooltips_set_tip (tooltips, structure_plus_button, _("Zoom In"), NULL); in create_main_window()
542 gtk_container_add (GTK_CONTAINER (structure_plus_button), image94); in create_main_window()
685 g_signal_connect ((gpointer) structure_plus_button, "clicked", in create_main_window()
775 GLADE_HOOKUP_OBJECT (main_window, structure_plus_button, "structure_plus_button"); in create_main_window()