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>display a boxed window on the screen.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Display a boxed window on the screen.
------------------------------------------------------------------------------

 Syntax

        GT_Window(<nTop>,<nLeft>,<nBottom>,<nRight>, ;
            [<cLines>],[<cColour>],[<cTitle>],[<lShadow>]) ;
            => lSuccess

 Arguments:

      <nTop>],[<nLeft>],[<nBottom>,<nRight>] are the
      corners of the box.

      <cColour> is an optional colour string.

      <cBoxLines> are the optional box lines to use.

      <cTitle> is the optional title.

      <lShadow> shadow the box ?

 Returns:

      .T. / .F. based on the success.

 Description:

      Display a boxed window on the screen.

 Examples:

      // Window, default colours, lines and shadow and no
      // title
      GT_Window(05,10,15,20)

 Source: GT_WINDO.PRG

 Author:  Martin Bryant

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