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

Display a title on window.

Header File.....TCXLwin.h

Prototype.......IntT CTYP Wtitle(ChrP ps, BytT tp, AtrT ta);

Source File.....WCT\WTITLE.C

Arguments.......ps -  Title String
                tp -  Title Position (One of the following)
                  TTL_LFT..Left
                  TTL_CNT..Center
                  TTL_RGT..Right
                ta -  Attribute (See Appendix A)

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                ERR_MEM  -  Memory Allocation Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Window

Notes...........Gives active window a title and displays title on top
                border line of window.  If active window has no border,
                then the window's record will be updated, but no title will
                be visible.  If the passed pointer <ps> is NULL, the
                current title will be removed from the window.

See Also: Appendix A

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