Dynamic Windows Function [dw_container_insert]
Syntax
void dw_container_insert(HWND handle, void *pointer, int rowcount)
Parameters
HWND handle: Handle to the container window (widget).
void *pointer: Pointer to the allocated memory in dw_container_alloc().
int rowcount: The number of rows to be inserted.
Description
Inserts allocated rows into the container widget.