cc [ flag ... ] file ... -lcdk [ library ... ]
#include <cdk.h>
| Key | Action |
| Left Arrow | Moves the cursor to the previous day. |
| Right Arrow | Moves the cursor to the next day. |
| Up Arrow | Moves the cursor to the next week. |
| Down Arrow | Moves the cursor to the previous week. |
| t | Sets the calendar to the current date. |
| T | Sets the calendar to the current date. |
| n | Advances the calendar one month ahead. |
| N | Advances the calendar six months ahead. |
| p | Advances the calendar one month back. |
| P | Advances the calendar six months back. |
| - | Advances the calendar one year ahead. |
| + | Advances the calendar one year back. |
| Return |
Exits the widget and returns a value of time_t which represents the day selected at 1 second after midnight.
This also sets the widget data exitType to vNORMAL.
|
| Tab |
Exits the widget and returns a value of time_t which represents the day selected at 1 second after midnight.
This also sets the widget data exitType to vNORMAL.
|
| Escape |
Exits the widget and returns (time_)-1.
This also sets the widget data exitType to vESCAPE_HIT.
|
| Ctrl-L | Refreshes the screen. |