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>dfbox()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfBox()
Display a Box
------------------------------------------------------------------------------
Syntax:

     dfBox( <nTop>, <nLeft>, <nBottom>, <nRight>,;
       <nTyp>, <cFil>,;
       <cCTop>, <cCBot>, <cCFil> ) --> NIL

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> Coordinates of the box
     <nTyp>     Box type
     #include "dfCtrl.ch"
     +--------------------+
     | # |   nTyp         |
     |---+----------------|
     | 1 |   BOX_NORMAL   |
     | 2 |   BOX_BUTTON   |
     | 3 |   BOX_FILL     |
     +--------------------+
     <cFil>     Fill character
     <cCTop>    TOP Color
     <cCBot>    BOTTOM Color
     <cCFil>    FILL Colort

Returns:

     NIL

Description:

     Display a BOX

Example:

     dfBox( 0,0, 24,79, BOX_NORMAL, "#",;
       "W+/B", "W+/B",  "W+/B" ) // Display a BOX

See also:

     dfFill(), dfSay()

See Also: dfFill() dfSay()

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