Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_set_colour
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
unsigned int foreground,
unsigned int background
);
Purpose: Function sets the colours of a scroll list to those specified by foreground and background. These may be 24-bit palette entries (0xBBGGRR00) or, if flags bit 0 is set, Wimp colour numbers (0-15).
In TextGadgets 0.29 (assumed) this method was extended to allow the heading colours to be changed by calling with flags bit 1 set.
|
|
|