AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
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.

[sh-index] Back to list of manuals