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_set_item_text
(
unsigned int  flags,
ObjectId      window,
ComponentId   scrolllist,
const char   *new_text,
unsigned int  index
);              

Purpose:     Function sets the text of the scroll list item specified by index to the string pointed to by new_text (which must be NUL terminated). Requires TextGadgets 0.19. Since version 0.26 the text of a list item may contain tab characters as field separators for a columned display.

[sh-index] Back to list of manuals