Home
last modified time | relevance | path

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

/dports/astro/nightfall/nightfall-1.92/
H A DLightGtk.c202 GtkWidget *t_mcmc_button; /* toggle mcmc */ variable
2221 t_mcmc_button = gtk_check_button_new_with_label (_("Markov Chain Monte Carlo")); in the_gui()
2223 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (t_mcmc_button), TRUE); in the_gui()
2224 gtk_signal_connect (GTK_OBJECT (t_mcmc_button), "toggled", in the_gui()
2226 gtk_tooltips_set_tip (tooltips, t_mcmc_button, in the_gui()
2228 gtk_table_attach (GTK_TABLE(table), t_mcmc_button, 2, 4, 6, 7, in the_gui()
2230 gtk_widget_show (t_mcmc_button); in the_gui()
H A DLightGtk.h125 extern GtkWidget *t_mcmc_button; /* toggle mcmc */
H A DLightGtkToggle.c1112 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (t_mcmc_button), in toggle_anneal()