Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - hlpwind http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HlpWind

Define a new help window.

Header File.....TCXLhlp.h

Prototype.......IntT CTYP HlpWind(IntT sr, IntT sc, IntT er, IntT ec,
                     BytT ft);

Source File.....HPL\HLPWIND.C

Arguments.......sr -  Start Row
                sc -  Start Column
                er -  End Row
                ec -  End Column
                ft -  Frame Type (One of the following)
                  BOX_SNG..all single
                  BOX_DBL..all double
                  BOX_VER..horiz single, vert double
                  BOX_HOR..horiz double, vert single
                  BOX_HVY..heavy lines
                  BOX_SPA..spaces  no box
                  BOX_EXP..explode frame on open

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOHLPDEF  -  No Defined Help
                   W_NIVBTYPE  -  Invalid Frame Type

Notes...........Sets specific features to be used by the help window for
                when it opens. These are screen coordinates, and frame
                type. It does not actually open the help window.  You can
                call HlpWind() anytime after calling HlpDef().  You can
                call HlpWind() as often as you like during your program.

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