Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_calc.c213 gtk_spin_button_set_value (GTK_SPIN_BUTTON (appGUI->cal->spinbutton2_end_year), 0); in reset_addsub_time_cb()
381 year2 = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (appGUI->cal->spinbutton2_end_year)); in set_result2_cb()
573 gtk_widget_set_sensitive (appGUI->cal->spinbutton2_end_year, !flag); in ignore_weekend_days_cb()
1256 …appGUI->cal->spinbutton2_end_year = gtk_spin_button_new (GTK_ADJUSTMENT (spinbutton_adjustment), 1… in calendar_create_calc_window()
1257 gtk_widget_show (appGUI->cal->spinbutton2_end_year); in calendar_create_calc_window()
1258 gtk_widget_set_hexpand(appGUI->cal->spinbutton2_end_year, TRUE); in calendar_create_calc_window()
1259 gtk_grid_attach (GTK_GRID (table), appGUI->cal->spinbutton2_end_year, 0, 1, 1, 1); in calendar_create_calc_window()
1438 …g_signal_connect (appGUI->cal->spinbutton2_end_year, "value-changed", G_CALLBACK (set_result2_cb),… in calendar_create_calc_window()
H A Dgui.h335 GtkWidget *spinbutton2_end_year; member