Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkLayout
╰── GnomeCanvas
╰── ECanvas
╰── ECalendar
Functions
e_calendar_new ()
GtkWidget *
e_calendar_new (void
);
Creates a new ECalendar.
e_calendar_set_minimum_size ()
void
e_calendar_set_minimum_size (ECalendar *cal
,
gint rows
,
gint cols
);
e_calendar_set_maximum_size ()
void
e_calendar_set_maximum_size (ECalendar *cal
,
gint rows
,
gint cols
);
e_calendar_get_border_size ()
void
e_calendar_get_border_size (ECalendar *cal
,
gint *top
,
gint *bottom
,
gint *left
,
gint *right
);
e_calendar_set_focusable ()
void
e_calendar_set_focusable (ECalendar *cal
,
gboolean focusable
);