Dynamic Windows Function [dw_calendar_new]
Syntax
HWND dw_calendar_new(unsigned long id)
Parameters
unsigned long id: An ID to be used with dw_window_from_id() or 0L.
Returns
HWND Handle to the created calendar or NULL on error.
Description
Create a new calendar window (widget) to be packed.
Remarks
Prior to version 2.2 this widget was not supported under OS/2.