Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>draw a double lined box with a shadow around a text string</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Draw a double lined box with a shadow around a text string
------------------------------------------------------------------------------

 Syntax

        GT_BlatBox( aString , nRow , nCol , cColour )

 Arguments:

      aString - Array containg string to be output - each element will
                appear on a separate line
      nRow    - Top row of box
      nCol    - Left column of box ( -1 to centre )
      cColour - Colour string

 Returns:

      NIL

 Description:

      Draws a double lined box on screen, with a shadow around the box.
      The text in aString will appear in the box, with each element
      appearing on a new line.

 Examples:

      Show the two text lines "Line1" and "Line2" in a box horizontally
      centred from line 10, in White on Blue :

          GT_BlatBox( { "Line 1" , "Line 2" } , 10 , -1 , "W+/B" )

 Header File: GT_LIB.CH

 Source: BLATBOX.PRG

 Author:  Martin Colloby

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