March 29, 2024

Dynamic Windows Function [dw_notebook_page_new]

Syntax

unsigned long dw_notebook_page_new(HWND handle, unsigned long flags, int front)

Parameters

HWND handle: Window (widget) handle.
unsigned long flags: Any additional page creation flags.
int front: If TRUE page is added at the beginning.

Returns

unsigned long ID of newly created notebook page.

Description

Adds a new page to specified notebook.