PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
SetWindowColors
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void SetWindowColors( PWND Window, ISA Text, ISA Border );
 
  See:    Colors in Extensions
 
     SetWindowColors changes the color of the text and border for a
     window.
 
     Argument    Description
 
     <Window>    Handle of window to modify.
     <Text>      Color index for the window contents.
     <Border>    Color index for the window border.
                                    -♦-