Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_calc.c167 appGUI->cal->spinbutton_end_second); in set_current_time_end_cb()
203 appGUI->cal->spinbutton_end_second); in reset_current_time_end_cb()
292 ts = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (appGUI->cal->spinbutton_end_second)); in set_result_cb()
945 …appGUI->cal->spinbutton_end_second = gtk_spin_button_new (GTK_ADJUSTMENT (spinbutton_adjustment), … in calendar_create_calc_window()
946 gtk_widget_show (appGUI->cal->spinbutton_end_second); in calendar_create_calc_window()
947 gtk_widget_set_hexpand(appGUI->cal->spinbutton_end_second, TRUE); in calendar_create_calc_window()
948 gtk_grid_attach (GTK_GRID (table), appGUI->cal->spinbutton_end_second, 2, 1, 1, 1); in calendar_create_calc_window()
1429 …g_signal_connect (appGUI->cal->spinbutton_end_second, "value-changed", G_CALLBACK (set_result_cb),… in calendar_create_calc_window()
H A Dgui.h324 GtkWidget *spinbutton_end_second; member