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 - wdrwver http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WdrwVer

Draw a vertical line.

Header File.....TCXLwin.h

Prototype.......IntT CTYP WdrwVer(BytT sr, BytT sc, BytT n, BytT bt,
                     AtrT at);

Source File.....WIN\WDRWVER.C

Arguments.......sr -  Start Row
                sc -  Start Columns
                n  -  Number of Rows
                bt -  Border 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
                at -  Attribute (See Appendix A)

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Window
                   W_INVCOORD  -  Text Line Too Long For Window
                   W_INVBTYPE  -  Invalid Box Type

Notes..........."Draws" a vertical text line in the active window using
                characters defined by the given box type.  If the vertical
                line crosses a horizontal line, an appropriate intersection
                or corner will be displayed.

See Also: Appendix A

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