Home
last modified time | relevance | path

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

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c109 GtkWidget *main_rotate_spinbutton; in create_main_window() local
505 main_rotate_spinbutton = gtk_spin_button_new (GTK_ADJUSTMENT (main_rotate_spinbutton_adj), 1, 0); in create_main_window()
506 gtk_widget_show (main_rotate_spinbutton); in create_main_window()
507 gtk_box_pack_start (GTK_BOX (main_hbox3), main_rotate_spinbutton, FALSE, FALSE, 0); in create_main_window()
508 …gtk_tooltips_set_tip (tooltips, main_rotate_spinbutton, _("Rotate Structure\n around Z-axis"), NUL… in create_main_window()
509 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (main_rotate_spinbutton), TRUE); in create_main_window()
510 gtk_spin_button_set_wrap (GTK_SPIN_BUTTON (main_rotate_spinbutton), TRUE); in create_main_window()
676 g_signal_connect ((gpointer) main_rotate_spinbutton, "value_changed", in create_main_window()
770 GLADE_HOOKUP_OBJECT (main_window, main_rotate_spinbutton, "main_rotate_spinbutton"); in create_main_window()