[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Wind()            Draws a window with optional shadow, etc.

Description:

  VS_Wind() is used to draw a window on the screen with an optional
  shadow.

Syntax:     

  VS_Wind( n_Top, n_Left, n_Bottom, n_Right, c_Title, c_Footnote )

Pass:       

  n_Top is a numeric value representing the top row of the window

  n_Left is a numeric value representing the left column of the
  window.

  n_Bottom is a numeric value representing the bottom row of the
  window.

  n_Right is a numeric value representing the right column of the
  window.

  c_Title is a character expression to be displayed at the top of
  the window (offset to the left)

  c_Footnote is a character expression to be displayed at the bottom
  of the window (centered)

Return:     

  VS_Wind() always returns NIL

Notes:      

  VS_Wind() is used extensively throughout many of the functions in
  VERNSIX.LIB.

Example:    

  VS_Wind( 5, 5, 10, 75, "Title", "Footnote" )

Usage:      

See Also: VS_WndColr() VS_Msg() VS_Coord() VS_ShdwType()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson