April 19, 2024

Dynamic Windows Function [dw_listbox_list_append]

Syntax

void dw_listbox_list_append(HWND handle, char **text, int count)

Parameters

HWND handle: Handle to the listbox to be appended to.
char **text: Text strings to append into listbox.
int count: Number of text strings to append

Description

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