lib/ewl_calendar.h File Reference
#include "ewl_box.h"
Include dependency graph for ewl_calendar.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | Ewl_Calendar |
| Inherits from an Ewl_Box to provide a calendar widget. More... | |
Defines | |
| #define | EWL_CALENDAR(calendar) ((Ewl_Calendar *) calendar) |
| #define | EWL_CALENDAR_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_CALENDAR_TYPE)) |
| #define | EWL_CALENDAR_TYPE "calendar" |
Typedefs | |
| typedef struct Ewl_Calendar | Ewl_Calendar |
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 *calendar) |
| 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. | |