lib/ewl_calendar.c File Reference
#include <time.h>
#include "ewl_base.h"
#include "ewl_calendar.h"
#include "ewl_icon.h"
#include "ewl_grid.h"
#include "ewl_icon_theme.h"
#include "ewl_label.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_calendar.c:

Functions | |
char * | ewl_calendar_ascii_time_get (Ewl_Calendar *cal) |
Returns an ASCII formatted representation of the selected date the user must freet this string. | |
int | ewl_calendar_day_get (Ewl_Calendar *c) |
Returns the current day selected in the calendar. | |
int | ewl_calendar_init (Ewl_Calendar *ib) |
Init a new Ewl_Calendar to default values and callbacks, and set date to today. | |
int | ewl_calendar_month_get (Ewl_Calendar *c) |
Returns the month selected in the calendar. | |
Ewl_Widget * | ewl_calendar_new (void) |
Creates a new Ewl_Calendar. | |
int | ewl_calendar_year_get (Ewl_Calendar *c) |
Returns the year currently selected in the calendar. |