The Fast Light Environment Kit



class Fl_Date_Input

Class Hierarchy

Fl_Group
   |
   +----Fl_Date_Input

Include Files

#include <Flek/Fl_Calendar.H>

Description

An input for getting and setting a date.

Methods


Method Descriptions

Fl_Date_Input

Fl_Date_Input::Fl_Date_Input(int x, int y, int w, int h, char * = 0);

Default constructor.

Parameters
xThe x coordinate.
yThe y coordinate.
wThe width of this widget.
hThe height of this widget.
lThe label.

value

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
dateThe date string.


© 2000 the Flek Development team.
Generated by ScanDoc
Last Updated: Tue May 15 8:50:06 2001