[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VWIND() Draws a window with optional shadow, etc.
Description:
Syntax:
VWIND( <expN1>, <expN2>, <expN3>, <expN4>, <expC1>, <expC2> )
Pass:
<expN1> = Top row of window
<expN2> = Left column of window
<expN3> = Bottom row of window
<expN4> = Right column of window
<expC1> = Title for top of window (offset to left)
<expC2> = Footnote for bottom of window (centered)
Return:
<expL> = .T. if successful, otherwise .F.
Notes:
VWIND() is used extensively throughout many of the functions in
VERNSIX.LIB.
Example:
VWIND( 5, 5, 10, 75, "Title", "Footnote" )
.
.
.
Usage:
See Also:
WINDCOLR()
DISPMSG()
GETCOORD
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson