Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - the display command allows you to open any window. the general display http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The display command allows you to open any window.  The general Display
command is:


     Display <wndname> [/Open|/Close|/New|/MInimize|/MAximize|/Restore]
[<ord>,<ord>,<ord>,<ord>]

This command causes the debugger screen to repaint:


     Display

This command displays the toolbar as either fixed (default) or floating:


     Display TOolbar [/Open] [/FLoating/Fixed] [<ord>]

This command closes the toolbar:


     Display TOolbar [/Close]

This command opens the status line:


     Display Status [/Open]

This command closes the status line:


     Display Status /Close

This command brings a window to the front:


     Display <wndname>

The options for the Display command follow:

<ord>
    The height to be used for toolbar buttons.

<ord>,<ord>,<ord>,<ord>
    These are the x and y coordinates of the top left corner, and the width
    and the height of the window respectively.  0,0,10000,10000 is a window
    covering the entire screen.

/Open
    Open a new window or resize an existing one.

/New
    Open a new window regardless of an existing one.

/Close
    Close the window.

/MInimize
    Iconize the window.

/MAximize
    Make the window full screen size.

/REstore
    Restore a window from a minimize or maximize.

Some examples of the display command follow:  This command opens a register
window in the top left quarter of the screen:


     display register /open 0,0,5000,5000

This command minimizes the source window if it is open:


     display source /minimize

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