Home
last modified time | relevance | path

Searched refs:calendar_next (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_preferences_gui.c62 …gui_calendar_set_day_note_marker_symbol (GUI_CALENDAR (appGUI->cal->calendar_next), config.day_not… in day_marker_entry_changed_cb()
84 …gui_calendar_set_marker (GUI_CALENDAR (appGUI->cal->calendar_next), config.event_marker_type, EVEN… in event_marker_type_changed_cb()
95 …gui_calendar_set_marker (GUI_CALENDAR (appGUI->cal->calendar_next), config.today_marker_type, EVEN… in today_marker_type_changed_cb()
123 …gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.header_bg_color, 0, HEAD… in header_bg_color_changed_cb()
151 …gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.weekend_color, 0, WEEKEN… in weekend_color_changed_cb()
165 gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.day_color, 0, DAY_COLOR); in day_color_changed_cb()
179 …gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.pf_day_color, 0, PF_DAY_… in pf_day_color_changed_cb()
193 …gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.selection_color, 0, SELE… in selection_color_changed_cb()
207 …gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.mark_color, 0, EVENT_MAR… in mark_color_changed_cb()
223 gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_next), config.mark_current_day_color, in mark_current_day_color_changed_cb()
[all …]
H A Dcalendar.c329 cal_mark_events (appGUI->cal->calendar_next, tmpdate, appGUI); in update_aux_calendars()
2037 appGUI->cal->calendar_next = gui_calendar_new (); in gui_create_calendar()
2038 gtk_widget_show (appGUI->cal->calendar_next); in gui_create_calendar()
2039 gtk_widget_set_can_focus (appGUI->cal->calendar_next, FALSE); in gui_create_calendar()
2040 …gtk_grid_attach (GTK_GRID (appGUI->cal->aux_calendars_table), appGUI->cal->calendar_next, 1, 1, 1,… in gui_create_calendar()
2041 gui_calendar_set_display_options (GUI_CALENDAR (appGUI->cal->calendar_next), in gui_create_calendar()
2043 gui_calendar_enable_cursor (GUI_CALENDAR (appGUI->cal->calendar_next), FALSE); in gui_create_calendar()
2044 gui_set_calendar_defaults(appGUI->cal->calendar_next); in gui_create_calendar()
2046 g_signal_connect (G_OBJECT (appGUI->cal->calendar_next), "day_selected_double_click", in gui_create_calendar()
H A Dgui.h262 GtkWidget *calendar_next; member
/dports/www/itop/web/js/themes/flora/
H A Dflora.calendar.css71 .calendar_close, .calendar_next {