Window Routines
(Microsoft Windows Only) Copies the contents of a graphics window onto the Clipboard.
Deletes the specified window.
Creates a window for the display of graphics or text.
Displays a menu inside the current window whose choices are given by the elements of a string array and which returns the index of the user’s response.
WPASTE ( [window_index] )
(Microsoft Windows Only) Pastes the contents of the Clipboard into a graphics window.
(Microsoft Windows Only) Prints the contents of a specified window.
WREAD_DIB ( [window_index] )
(Microsoft Windows Only) Loads a Device Independent Bitmap (DIB) from a file into a graphics window.
WREAD_META ( [window_index] )
(Microsoft Windows Only) Loads a Windows metafile (WMF) into a graphics window.
Used to select the current window to be used by the graphics and imaging routines.
WSHOW [, window_index [, show]]
Exposes or hides the designated window. It does not automatically make the designated window the active window.
WWRITE_DIB ( [window_index] )
(Microsoft Windows Only) Saves the contents of a graphics window to a file as a Device Independent Bitmap (DIB).
WWRITE_META ( [window_index] )
(Microsoft Windows Only) Saves the contents of a graphics window to a file as a Windows metafile (WMF).