Dynamic Windows Function [dw_container_new]
Syntax
HWND dw_container_new(unsigned long id, int multi)
Parameters
unsigned long id: An ID to be used for getting the resource from the resource file.
int multi: Pass TRUE if the control should allow multiple selection.
Returns
HWND A handle to a container window or NULL on failure.
Description
Create a container object to be packed.