PAD_$SELECT_WINDOW Domain/OS PAD_$SELECT_WINDOW
NAME
pad_$select_window - make a window visible and full-size
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/pad.h>
void pad_$select_window(
ios_$id_t &stream_id,
short &window_no,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/pad.ins.pas';
procedure pad_$select_window(
in stream_id: ios_$id_t;
in window_no: integer;
out status: status_$t);
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/pad.ins.ftn'
integer*4 status
integer*2 stream_id, window_no
call pad_$select_window(stream_id, window_no, status)
DESCRIPTION
Pad_$select_window displays the window specified with stream_id and
window_no visibly and at full size. If the size and location of the win-
dow are undefined when pad_$select_window is called, the Display Manager
uses the next default window region.
stream_id
The stream ID of the pad viewed by the window.
window_no
The number of the window selected. Window_no is an index into the
window list returned by pad_$inq_windows. A window_no of 1 refers
to the first window created to view the pad.
status
The completion status.
SEE ALSO
pad_$icon_wait, pad_$is_icon, pad_$make_icon, pad_$make_invisible,
pad_$pop_push_window, pad_$set_full_window.