(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_smg, prev: RING_BELL, next: SAVE_VIRTUAL_DISPLAY)


SAVE_PHYSICAL_SCREEN - Save Physical Screen

Save the contents of the pasteboard so that a later call to vms_smg.restore_physical_screen() can restore it.

Format:

    display_id = vms_smg.save_physical_screen (pasteboard_id, \
                        [desired_start_row], [desired_end_row])
Returns:
display_id
The display identifier of the display created to contain the contents of the specified pasteboard.
Arguments:
pasteboard_id
The pasteboard whose contents are to be saved.
desired_start_row
The first row to be saved.
desired_end_row
The last row to be saved. At least 2 rows must be specified.
Examples:

See the examples section of the vms_smg.restore_physical_screen() routine.


(go to: table of contents, index, list of vms_smg, prev: RING_BELL, next: SAVE_VIRTUAL_DISPLAY)

11-SEP-2000 ZE.