xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WSetShadow()

Defines the shadow color for windows.

Syntax

WSetShadow( [<xNewColor> ) --> nOldColor

Arguments

<xNewColor>
This is either a single color value (see SetColor()), or its numeric color attribute (see ColorToN()). It defines the color for drawing a shadow for all windows open after the shadw color is defined. The value -1 turns shadowing off.

Return

The function returns the previous shadow color attribute as a numeric value.

Info

See also:NtoColor(), WOpen()
Category: CT:Window , Windows (text mode)
Source:ct\ctwin.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe