Searched refs:GUI_CALENDAR (Results 1 – 8 of 8) sorted by relevance
/dports/deskutils/osmo/osmo-0.4.4/src/ |
H A D | calendar.c | 249 gui_calendar_select_day (GUI_CALENDAR (calendar), 1); in cal_mark_events() 1729 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1731 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1733 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1735 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1737 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1739 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1741 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1743 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() 1745 gui_calendar_set_color (GUI_CALENDAR (calendar), in gui_set_calendar_defaults() [all …]
|
H A D | calendar_preferences_gui.c | 60 …gui_calendar_set_day_note_marker_symbol (GUI_CALENDAR (appGUI->cal->calendar), config.day_note_mar… in day_marker_entry_changed_cb() 163 gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar), config.day_color, 0, DAY_COLOR); in day_color_changed_cb() 164 gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_prev), config.day_color, 0, DAY_COLOR); in day_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() 177 …gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar), config.pf_day_color, 0, PF_DAY_COLOR… in pf_day_color_changed_cb() 219 gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar), config.mark_current_day_color, in mark_current_day_color_changed_cb() 221 gui_calendar_set_color (GUI_CALENDAR (appGUI->cal->calendar_prev), config.mark_current_day_color, in mark_current_day_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() 1583 gui_calendar_set_display_options (GUI_CALENDAR (appGUI->cal->calendar_prev), in calendar_options_cb() 1585 gui_calendar_set_display_options (GUI_CALENDAR (appGUI->cal->calendar_next), in calendar_options_cb() [all …]
|
H A D | calendar_ical.c | 1144 gui_calendar_clear_marks (GUI_CALENDAR(calendar), DAY_NOTE_MARK); in update_notes_marks() 1145 gui_calendar_get_gdate (GUI_CALENDAR (calendar), date); in update_notes_marks() 1153 gui_calendar_mark_day (GUI_CALENDAR (calendar), i + 1, DAY_NOTE_MARK); in update_notes_marks() 1172 update_notes_marks (GUI_CALENDAR (appGUI->cal->export_end_period_calendar), appGUI); in use_date_period_cb() 1211 update_notes_marks (GUI_CALENDAR (calendar), appGUI); in calendar_begin_end_day_selected_cb() 1264 gui_calendar_get_gdate (GUI_CALENDAR (appGUI->cal->export_begin_period_calendar), date); in button_add_date_cb() 1268 gui_calendar_get_gdate (GUI_CALENDAR (appGUI->cal->export_begin_period_calendar), date); in button_add_date_cb() 1270 gui_calendar_get_gdate (GUI_CALENDAR (appGUI->cal->export_end_period_calendar), date); in button_add_date_cb() 1540 gui_calendar_set_display_options (GUI_CALENDAR (appGUI->cal->export_begin_period_calendar), in ical_export() 1545 update_notes_marks (GUI_CALENDAR (appGUI->cal->export_begin_period_calendar), appGUI); in ical_export() [all …]
|
H A D | calendar_widget.c | 818 calendar_stop_spinning (GUI_CALENDAR (object)); in gui_calendar_dispose() 855 calendar = GUI_CALENDAR (object); in gui_calendar_set_property() 912 calendar = GUI_CALENDAR (object); in gui_calendar_get_property() 1102 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_realize() 1200 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_size_request() 1372 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_size_allocate() 2061 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_draw() 2274 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_button_press() 2313 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_button_release() 2331 GuiCalendar *calendar = GUI_CALENDAR (widget); in gui_calendar_motion_notify() [all …]
|
H A D | calendar_widget.h | 57 #define GUI_CALENDAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GUI_TYPE_CALENDAR, G… macro 195 #define GUI_CALENDAR_GET_PRIVATE(widget) (GUI_CALENDAR (widget)->priv)
|
H A D | calendar_fullyear.c | 219 gui_calendar_select_month (GUI_CALENDAR (appGUI->cal->fy_calendars[i]), month - 1, year); in change_year_spin_button_cb() 302 gui_calendar_get_gdate (GUI_CALENDAR (widget), date); in calendar_dbclick_cb() 608 gui_calendar_set_display_options (GUI_CALENDAR (appGUI->cal->fy_calendars[i]), in calendar_create_fullyear_window() 611 gui_calendar_enable_cursor (GUI_CALENDAR (appGUI->cal->fy_calendars[i]), FALSE); in calendar_create_fullyear_window() 617 gui_calendar_select_month (GUI_CALENDAR (appGUI->cal->fy_calendars[i]), month - 1, year); in calendar_create_fullyear_window()
|
H A D | tasks_items.c | 260 day_selected_cb (GUI_CALENDAR (appGUI->tsk->td_calendar), appGUI); in button_ok_calendar_cb() 268 gui_calendar_select_month (GUI_CALENDAR (appGUI->tsk->td_calendar), in calendar_set_date() 270 gui_calendar_select_day (GUI_CALENDAR (appGUI->tsk->td_calendar), g_date_get_day (cdate)); in calendar_set_date() 271 day_selected_cb (GUI_CALENDAR (appGUI->tsk->td_calendar), appGUI); in calendar_set_date() 360 gui_calendar_set_cursor_type (GUI_CALENDAR (appGUI->tsk->td_calendar), CURSOR_BLOCK); in select_date_cb() 365 gui_calendar_set_display_options (GUI_CALENDAR (appGUI->tsk->td_calendar), in select_date_cb() 418 …gui_calendar_select_month (GUI_CALENDAR (appGUI->tsk->td_calendar), g_date_get_month (dt) - 1, g_d… in select_date_cb() 419 gui_calendar_select_day (GUI_CALENDAR (appGUI->tsk->td_calendar), g_date_get_day (dt)); in select_date_cb()
|
H A D | contacts_items.c | 347 select_date_selected_cb (GUI_CALENDAR (msg->appGUI->cnt->select_date_calendar), msg); in select_date_ok_cb() 424 … gui_calendar_set_cursor_type (GUI_CALENDAR(msg->appGUI->cnt->select_date_calendar), CURSOR_BLOCK); in date_select_cb() 436 gui_calendar_set_display_options (GUI_CALENDAR (msg->appGUI->cnt->select_date_calendar), in date_select_cb() 483 gui_calendar_select_month(GUI_CALENDAR(msg->appGUI->cnt->select_date_calendar), in date_select_cb() 485 gui_calendar_select_day(GUI_CALENDAR(msg->appGUI->cnt->select_date_calendar), in date_select_cb()
|