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

DRAW_BOX( nTr, nTc, nBr, nBc[, nBorder_no ;

[, ncBox_color[, cFill_char[, cHeader ;

[, ncHdr_color ]]]]] )

Purpose

Generic box-drawing routine.

Arguments

     nTr -- top row

     nTc -- top column

     nBr -- bottom row

     nBc -- bottom column

     nBorder_no -- border number; defaults to 11 (see below for
                       numbers)

     ncBox_color -- box colour number or string; defaults to current
                        colour

     cFill_char -- If not passed, the box will be cleared with spaces.
                       If a character, the box will be filled with it. If a
                       null string, box will be neither filled nor cleared.

     cHeader -- if passed, header string for box, else no header

     ncHdr_color -- if passed, colour number or string for header,
                        else 10

Setup

None.

Example

     DRAW_BOX( 3, 0, 23, 79 )

Returns

.T.

Side Effects

None.

Artful Calls

MINIMAX, SYSCOLOR, CENTRE

Source File

AA_DRBOX.PRG

See Also: SHADOWBOX()

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