Dynamic Windows Function [dw_notebook_new]
Syntax
HWND dw_notebook_new(unsigned long id, int top)
Parameters
unsigned long id: An ID to be used for getting the resource from the resource file.
int top: TRUE or FALSE whether the tabs are across the top of the widget.
Returns
HWND Handle to the created notebook or NULL on error.
Description
Create a notebook object to be packed.
Remarks
Some platforms may not support the tabs across the bottom, in that case they will be across thet top regardless of the top parameter.