winattach() — Silicon Graphics Silicon Graphics
NAME
winattach - attach the input focus to the current graphics port and calling process
SPECIFICATION
C
long winattach()
FORTRAN
integer*4 function winatt()
Pascal
function winattach: longint;
DESCRIPTION
winattach attaches the input focus to the current graphics port and calling process. winattach returns the identifier of the window that lost the input focus. In a multiple window environment, input focus refers to that process which is receiving events from various input devices such as the keyboard, mouse, dials, and buttons.
SEE ALSO
qread, qtest, qdevice, winopen
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986