MacVAX XFC (system) Calls
Window Management
The following xfc calls allow a user process to perform basic window management MacVAX's windows.
- XFC #UPDATE_WINDOWS (14)
- Causes all open windows to be updated.
- XFC #PROG_TO_FRONT (15)
- Bring the Program window to front.
- XFC #REG_TO_FRONT (16)
- Bring the Register window to front.
- XFC #MEML_TO_FRONT (17)
- Bring the Memory by Label window to front.
- XFC #IO_TO_FRONT (18)
- Bring the I/O window to front.
- XFC #MEM_TO_FRONT (19)
- Bring the Memory window to front.
- XFC #SYSW_TO_FRONT (35)
- Bring the System Info Window to the front.
- XFC STACKW_TO_FRONT (36)
- Bring the Stack Window to the front.
- XFC #PROG_CLOSE (20)
- Close the Program window.
- XFC #REG_CLOSE (21)
- Close the Register window.
- XFC #MEML_CLOSE (22)
- Close the Memory by Label window.
- XFC #IO_CLOSE (23)
- Close the I/O window.
- XFC #MEM_CLOSE (24)
- Close the Memory window.
- XFC #SYSW_CLOSE (37)
- Close the System Info Window
- XFC #STACKW_CLOSE (38)
- Close the Stack Window
- XFC #CLEAR_IOW (27)
- Clear the I/O window.