WSETICONPOS(3W)
Series 300 and 500 Only
NAME
wseticonpos − set icon position
SYNOPSIS
int wseticonpos(fd,x,y);
int fd;
int x,y;
DESCRIPTION
fd is an integer file descriptor for an opened window type device interface.
x,y are the screen pixel coordinates for the position of the upper left hand corner of iconic representation of the window type with respect to the physical screen. Positive, negative and zero values for x and y are allowed.
DISCUSSION
wseticonpos sets the icon representation position associated with the window device indicated by fd.
(0,0) is the upper left hand corner of the screen.
SEE ALSO
wiconic(3W),wgeticonpos(3W),wseticon(3W).
DIAGNOSTICS
A -1 indicates failure; otherwise a 0 is returned. See errno(2) for further information.
Hewlett-Packard Company — May 11, 2021