Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_set_colour
(
unsigned int flags,
ObjectId window,
ComponentId textarea,
unsigned int foreground,
unsigned int background
);
Purpose: Function sets the colours of a text area 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).
|
|
|