Dynamic Windows Function [dw_notebook_page_set_status_text]
Syntax
void dw_notebook_page_set_status_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 status area.
Remarks
This may only work on OS/2.