win12.hlp (Table of Contents; Topic list)
WinSetSysColors changes
Full Description                                    Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
MS OS/2 version 1.2 changes
 
The following system colors have been added:
 
     SYSCLR_BUTTONLIGHT
     SYSCLR_BUTTONMIDDLE
     SYSCLR_BUTTONDARK
     SYSCLR_BUTTONDEFAULT
     SYSCLR_TITLEBOTTOM
     SYSCLR_SHADOW
     SYSCLR_ICONTEXT
     SYSCLR_DIALOGBACKGROUND
     SYSCLR_HILITEFOREGROUND
     SYSCLR_HILITEBACKGROUND
     SYSCLR_INACTIVETITLETEXTBGND
     SYSCLR_ACTIVETITLETEXTBGND
     SYSCLR_INACTIVETITLETEXT
     SYSCLR_ACTIVETITLETEXT
     SYSCLR_OUTPUTTEXT
 
Corrections
 
The system colors were listed alphabetically instead of by numerical order.
The numerical order is important because it is used to determine the
starting color to change when LCOLF_CONSECRGB is specified for flFormat.
 
In order to use the LCOL_ and LCOLF_ constants, you must define the
INCL_GPILOGCOLORTABLE include constant before specifying the os2.h header
file.
 
                                      ♦