Fl_Group, FDate | +----Fl_Calendar_Base
#include <Flek/Fl_Calendar.H>
Fl_Calendar_Base is a widget that allows a user to select a date (day, month, and year) with a wall style calendar.
Fl_Calendar_Base::Fl_Calendar_Base(int x, int y, int w = (7*20), int h = (6*20), const char *l = 0);
The constructor for an empty Fl_Calendar_Base.
Fl_Button * Fl_Calendar_Base::day_button(int i);
Returns a pointer to the button for the day D in the Fl_Calendar.