Calendar Class Reference

Inheritance diagram for Calendar:

Widget List of all members.

Detailed Description

A calendar widget to show and selected dates.

This is not a top level widget (it's not a dialog)


Public Member Functions

 this (char[] title)
 Creates a new calandar widget witha title.
bit selectMonth (guint month, guint year)
 Select a month.
void selectDay (guint day)
 Select a day.
bit markDay (guint day)
 Marks the day.
bit unmarkDay (guint day)
 Unmarks the day.
void clearMarks ()
 Clear all marks.
void displayOptions (CalendarDisplayOptions flags)
 Set the display options.
void getDate (guint *year, guint *month, guint *day)
 Gets the date.
void freeze ()
 Freezes this calendar.
void thaw ()
 Thaws this calendar.


Member Function Documentation

void Calendar.clearMarks  ) 
 

Clear all marks.

void Calendar.displayOptions CalendarDisplayOptions  flags  ) 
 

Set the display options.

Parameters:
flags 

void Calendar.freeze  ) 
 

Freezes this calendar.

void Calendar.getDate guint *  year,
guint *  month,
guint *  day
 

Gets the date.

Parameters:
year 
month 
day 

bit Calendar.markDay guint  day  ) 
 

Marks the day.

Parameters:
day 
Returns:

void Calendar.selectDay guint  day  ) 
 

Select a day.

Parameters:
day 

bit Calendar.selectMonth guint  month,
guint  year
 

Select a month.

Parameters:
month 
year 
Returns:

void Calendar.thaw  ) 
 

Thaws this calendar.

Calendar.this char[]  title  ) 
 

Creates a new calandar widget witha title.

Parameters:
title the calendar title

bit Calendar.unmarkDay guint  day  ) 
 

Unmarks the day.

Parameters:
day 
Returns:


SourceForge.net Logo DSource.org Logo digitalmars.com Logo