Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_deselect_item
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
unsigned int index
);
Purpose: Function deselects the item at the position specified by index in a scroll list, or all items if flags bit 1 is set. If flags bit 0 is set then a ScrollList_Selection event will be raised upon completion; the event data will include 0 as the item number if deselecting all.
|
|
|