Dynamic Windows Function [dw_notebook_pack]
Syntax
void dw_notebook_pack(HWND handle, unsigned long pageid, HWND page)
Parameters
HWND handle: Handle to the notebook to be packed.
unsigned long pageid: Page ID in the notebook which is being packed.
HWND page: Box handle to be packed.
Description
Packs the specified box into the notebook page.