Documentation: Validation String F
Programmer’s Reference Manuals
» Part 7 – The Desktop
» The Window Manager
» SWI Calls
» Wimp_CreateIcon
» Wimp_CreateIcon (window syntax)
» Icon Block
» Icon Data
» Validation Strings
» Validation String F
Validation String F
Use
Defines the values of the outline font colours.
Notes
This command calls Wimp_SetFontColours.
Values are in hexadecimal format from 0 to F, thus only 16 colours can be used.
Syntax
Fxy |
x = Background colour |
y = Foreground colour |
Examples
FA3 |
Sets background colour to 10 and foreground colour to 3 |
F07 |
Sets background colour to 0 and foreground colour to 7 (default) |