April 24, 2024

Dynamic Windows Function [dw_notebook_page_set_text]

Syntax

void dw_notebook_page_set_text(HWND handle, unsigned long pageid, char *text)

Parameters

HWND handle: Notebook handle.
unsigned long pageid: Page ID of the tab to set.
char *text: Pointer to the text to set.

Description

Sets the text on the specified notebook tab.

Remarks

On Unix (GTK) this function must be called after packing the tab with dw_notebook_pack() or the call will fail.