Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfsaybox()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSayBox()
Displays a raised box.
------------------------------------------------------------------------------
Syntax:

     dfSayBox( <nTop>, <nLeft>, <nBottom>, <nRight>,;
               <cColTL>, <cColBR>, [<cColFill>] )  --> NIL

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> Box coordinates.
     <cColTL>   Top and left color.
     <cColBR>   Bottom and right color.
     <cColFill> Filling color.

Returns:

     NIL

Description:

     Creates a raised box and eventually fills it with the given color.

Example:

     dfSayBox( 10,10, 13,40, "W+/BG", "N+/BG", "B+/BG" )

See also:

     dbZoom(), dfSayBorder()

See Also: dbZoom() dfSayBorder()

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