April 24, 2024

Dynamic Windows Function [dw_listbox_append]

Syntax

void dw_listbox_append(HWND handle, char *text)

Parameters

HWND handle: Handle to the listbox to be appended to.
char *text: Text to append into listbox.

Description

Appends the specified text to the listbox's (or combobox) entry list.