Home
last modified time | relevance | path

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

/dports/astro/nightfall/nightfall-1.92/
H A DLightGtk.c200 GtkWidget *t_bbody_button; /* toggle blackbody */ variable
1886 t_bbody_button = gtk_check_button_new_with_label (_("Model Atmosphere (with log g [P/S])")); in the_gui()
1888 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (t_bbody_button), TRUE); in the_gui()
1889 gtk_signal_connect (GTK_OBJECT (t_bbody_button), "toggled", in the_gui()
1891 gtk_tooltips_set_tip (tooltips, t_bbody_button, in the_gui()
1893 gtk_table_attach (GTK_TABLE(table), t_bbody_button, 0, 2, 3, 4, in the_gui()
1895 gtk_widget_show (t_bbody_button); in the_gui()
H A DLightGtk.h123 extern GtkWidget *t_bbody_button; /* toggle blackbody */
H A DLightConfig.c1121 (GTK_TOGGLE_BUTTON (t_bbody_button), FALSE); in ParseConfig()
1135 (GTK_TOGGLE_BUTTON (t_bbody_button), FALSE); in ParseConfig()