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

Purpose:     Function sets a heading to be displayed at the top of a scroll list that will remain visible even when the list is scrolled. The string pointed to by new_text may contain tab characters to separate columns and must be NUL terminated. A heading can be removed by calling with new_text == NULL. Requires TextGadgets 0.29.

[sh-index] Back to list of manuals