#include <Fl_Calendar.h>
Inheritance diagram for Fl_Calendar:

Public Methods | |
| Fl_Calendar (int x, int y, int w, int h, const char *lbl=0L) | |
| The traditional constructor creates the calendar using the position, size, and label. | |
| Fl_Calendar (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| The new style constructor creates the calendar using the label, size, alignment, and label_width. | |
| virtual void | layout () |
| virtual void | draw () |
| virtual void | measure (int &w, int &h) const |
| virtual void | reset () |
| void | date (Fl_Date_Time dt) |
| Fl_Date_Time | date () const |
| void | dayButtonClicked (unsigned day) |
| void | switchButtonClicked (int monthChange) |
Static Public Attributes | |
| Fl_Named_Style * | default_style |
Definition at line 31 of file Fl_Calendar.h.
1.2.15