Fl_Group | +----Fl_Date_Input
#include <Flek/Fl_Calendar.H>
An input for getting and setting a date.
Fl_Date_Input::Fl_Date_Input(int x, int y, int w, int h, char * = 0);
Default constructor.Parameters
x The x coordinate. y The y coordinate. w The width of this widget. h The height of this widget. l The label.
const char *Fl_Date_Input::value();
Gets the date value.Return Value
The date string.void Fl_Date_Input::value(const char* date);
Sets the date value.Parameters
date The date string.