WBOTTOM(3W)
Series 300 and 500 Only
NAME
wbottom − bottom window
SYNOPSIS
int wbottom(fd,value);
int fd;
int value;
DESCRIPTION
fd is an integer file descriptor for an opened window device interface.
value is the set/interrogation parameter. Following are valid values and their effect:
-1 returns 1 if the window is the bottom window in the stack; returns 0 otherwise.
0 then the library procedure is ignored.
1 place the window or icon underneath all other windows. If the window is concealed, make it visible but below all others. Obscurity may very well make it invisible, but shuffling the windows would eventually bring it on top.
DISCUSSION
This call inquires or sets whether this window is bottom most.
SEE ALSO
wtop(3w),wshuffle(3w),wconceal(3w).
DIAGNOSTICS
A return of -1 indicates failure; otherwise 0 or 1 is returned. See errno(2) for further information,
Hewlett-Packard Company — May 11, 2021