Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - <b>window to <whandle> at [<top>], [<left>], [<bottom>], [<right>]</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WINDOW TO <whandle> AT [<top>], [<left>], [<bottom>], [<right>]
       [COLOR <mcolor>] [SHADOW <mshadow>] [FRAME <mframe>] 
       [FILL <mfill>] [FCOLOR <mfcolor>] [TITLE <mtitle>]
 ----------------------------------------------------------------------------

Purpose: Open a window at specified screen coordinates with
         optional colour, shadow, frame, fill, frame colour and
         title centered on the top tow and assign the handle to a
         variable.

Parameters: whandle - 'V' Variable Name to which to assign the
                          handle.

            top, left
            bottom, right - 'N' Screen coordinates.

            mcolor  - 'C' Clipper colour attribute or string.

            mshadow - 'N' TSDWIN shadow type.

            mframe  - 'N' TSDWIN frame type

            mfill   - 'C' ASCII Character

            mfcolor - 'C' Clipper colour attribute.
                      'A' Array of two colours: the first for the
                          window when active, the other for when
                          inactive.

            mtitle  - 'C' String expression.

Example: WINDOW TO win10 AT 7,29, 18,57 COLOR "n/*gr" ;
                   SHADOW 3 FRAME 7 FILL "#" TITLE "Hello"

See Also: WINDOW twOpen()

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