
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
twSetStruct( wT, wL, wB, wR, sT, sL, sB, sR, uScr )
----------------------------------------------------------------------------
Replace the current window structure. This function must be used
with extreme care as you really mess things up with it. It is an
internal TSDWIN function but available for those who wish to
develop their own functions.
twMove() and twSlide() use this function.
Arguments:
wT,wL,wB,wR - 'N' New Window Coordinates.
sT,sL,sB,sR - 'N' Saved screen coordinates.
uScr - 'C' Screen with which to replace the current HIDDEN
screen.
Return:
.T.
Example:
twSetStruct( 3, 3, 10, 60, 3, 3, 11, 62, SAVESCREEN( 3, 3, 11, 62 ))
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson