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>calcinit at <top>, <left> [color <color>] [shadow <shadow>] ;</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CALCINIT AT <top>, <left> [COLOR <color>] [SHADOW <shadow>] ;
               [FRAME <frame>] [PASTE <paste>] ;
 ----------------------------------------------------------------------------

Purpose: Set the calculator defaults.

Parameters: top, left - 'N' Relative screen coordinates to begin
                            the calculator display. These will be
                            updated if you move it. Defaults to
                            row 2, column 3.

            color     - 'C' Clipper colour string. YOU MUST PASS A
                             COMPLETE string, eg.,
                             "w/b,gr+/r,,,n/w" The default is the
                             current window colour.

            shadow    - 'N' TSDWIN Shadow type. Defaults to the
                            current shadow type.

            frame     - 'N' TSDWIN Frame type. Defaults to the
                            current frame type.

            paste     - 'L' Logical to allow pasting to gets.

Example: CALCINIT AT 5, 5 COLOR "w/b,gr+/r,,gr+/g,n/w" ;
               SHADOW 3 FRAME 4 PASTE T

See Also: twCalcInit() twCalculator() twCallCalc()

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