Home  /  Autodocs  /  ListBrowser.gadget

NAME

ListBrowserClearAll
Unselect all nodes in a multiselect ListBrowser

(V45).

SYNOPSIS

VOID ListBrowserClearAll(struct List *);
ListBrowserClearAll(list);

FUNCTION

Sets the LBNA_Selected bit to FALSE in all nodes in list. This is a quick way to unselect all nodes in a multi-select ListBrowser.

Note that as with any modifications to a ListBrowser list, the list MUST be detached to the listbrowser at the time of modification.

INPUTS

list
a list of ListBrowser nodes, not currently attached to a ListBrowser. Safe to call with a NULL pointer.

SEE ALSO

ListBrowserSelectAll()