Searched refs:utl_date_get_current_month (Results 1 – 7 of 7) sorted by relevance
/dports/deskutils/osmo/osmo-0.4.4/src/ |
H A D | calendar_jumpto.c | 116 g_snprintf (tmpbuf, BUFFER_SIZE, "%d", utl_date_get_current_month ()); in month_key_press_cb() 267 g_snprintf (tmpbuf, BUFFER_SIZE, "%d", utl_date_get_current_month ()); in calendar_create_jumpto_window()
|
H A D | utils_date.h | 54 guint utl_date_get_current_month (void);
|
H A D | utils_date.c | 52 utl_date_get_current_month (void) in utl_date_get_current_month() function
|
H A D | utils.c | 850 … utl_date_get_current_year(), utl_date_get_current_month(), utl_date_get_current_day(), in utl_add_timestamp_to_filename()
|
H A D | calendar_notes.c | 516 month = utl_date_get_current_month (); in refresh_notes_list()
|
H A D | calendar_calc.c | 74 gtk_spin_button_set_value (GTK_SPIN_BUTTON (month), utl_date_get_current_month ()); in set_current_date()
|
H A D | calendar.c | 1479 calendar_update_date (g_date_get_day (appGUI->cal->date), utl_date_get_current_month (), in click_handler_cb()
|