Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_calc.c129 set_current_date (appGUI->cal->spinbutton_end_year, in set_current_date_end_cb()
289 dy = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (appGUI->cal->spinbutton_end_year)); in set_result_cb()
872 …appGUI->cal->spinbutton_end_year = gtk_spin_button_new (GTK_ADJUSTMENT (spinbutton_adjustment), 1,… in calendar_create_calc_window()
873 gtk_widget_show (appGUI->cal->spinbutton_end_year); in calendar_create_calc_window()
874 gtk_widget_set_hexpand(appGUI->cal->spinbutton_end_year, TRUE); in calendar_create_calc_window()
875 gtk_grid_attach (GTK_GRID (table), appGUI->cal->spinbutton_end_year, 0, 1, 1, 1); in calendar_create_calc_window()
1424 …g_signal_connect (appGUI->cal->spinbutton_end_year, "value-changed", G_CALLBACK (set_result_cb), a… in calendar_create_calc_window()
H A Dgui.h319 GtkWidget *spinbutton_end_year; member