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>completely redraw the screen with a header.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Completely redraw the screen with a header.
------------------------------------------------------------------------------

 Syntax

        GT_NewScreen([<cTitle>],[<cCopyRight>],<cVersion>],
                     [<cMainColour>],[<cTopColour>])

 Arguments:

      <cTitle> is the title tobe displayed centered.

      <cCopyRight> is the message to be displayed top
      left.

      <cVersion> is the version number to be displayed
      under <cCopyRight>.

      <cMainColour> is the colour pair for the main
      screen. A normal colour string may be used and the
      first pair will be extracted.

      <cTopColour> is the colour pair for the header of
      the screen. A normal colour string may be used and
      the first pair will be extracted.

 Returns:

      .T. / .F. based on success.

 Description:

      Completely redraw the screen with a header.

 Examples:

      // Blank header
      GT_NewScreen()

      // Header with info using standard colours
      GT_NewScreen( Stock Control',  ;
                    '(C) ComputAssist 1989/93', ;
                    'Rev 1.01a')

 Source: GT_NEWSC.PRG

 Author:  Martin Bryant

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