Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

SHADOWBOX( nTr, nTc, nBr, nBc [, cHdr [, nBox_no ;
           [, nColor [, cFill_char ]]]] )

Purpose

Draw a box with a shadow behind it.

Arguments

     nTr,..,nBc -- Corners of the box

     cHdr -- Optional header of the top of the box

     nBox_no -- If passed, box type; default 3.

     nColor -- box color, default current color

     cFill_char -- if not passed, the box will be cleared with spaces. If a
                   char, the box will be filled with it. If a null string,
                   the box will not be filled or cleared.

Setup

None.

Example

     SHADOWBOX( 10, 20, 15, 60, "A spiffy box !" )

Returns

.T.

Side Effects

Impossible box sizes are overruled. Given the ubiquity of STAT_LINE(), the
coordinates of the largest possible box are 0,0 to 22,78 (a row and a
column each for the shadow).

Artful Calls

DRAW_BOX, IS_COLOR, POP_MSG

Source File

AA_SHBOX.PRG

See Also: DRAW_BOX() ZOOM_BOX()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson