Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_calc.c395 … = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (appGUI->cal->ignore_weekend_days_checkbutton)); in set_result2_cb()
1338 …appGUI->cal->ignore_weekend_days_checkbutton = gtk_check_button_new_with_mnemonic (_("Ignore weeke… in calendar_create_calc_window()
1339 gtk_widget_set_can_focus (appGUI->cal->ignore_weekend_days_checkbutton, FALSE); in calendar_create_calc_window()
1340 …gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (appGUI->cal->ignore_weekend_days_checkbutton), FA… in calendar_create_calc_window()
1341 g_signal_connect (G_OBJECT (appGUI->cal->ignore_weekend_days_checkbutton), "toggled", in calendar_create_calc_window()
1343 …gtk_box_pack_start (GTK_BOX (hbox10), appGUI->cal->ignore_weekend_days_checkbutton, FALSE, FALSE, … in calendar_create_calc_window()
1344 gtk_widget_show (appGUI->cal->ignore_weekend_days_checkbutton); in calendar_create_calc_window()
H A Dgui.h344 GtkWidget *ignore_weekend_days_checkbutton; member