WSETBCOLOR(3W)
Series 300 and 500 Only
NAMER
wsetbcolor − set window border colors
SYNOPSIS
int wsetbcolor(fd,fgborder,bgborder);
int fd;
int fgborder,bgborder;
DESCRIPTION
fd is an integer file descriptor for an opened window type device interface.
fgborder,bgborder
the foreground label character color, and background label and border color. Colors are taken from the system (Starbase) color map.
DISCUSSION
Defaults for fgborder and bgborder are determined from the WMBDRFGCLR and WMBDRBGCLR window system environment variables.
SEE ALSO
DIAGNOSTICS
A return of -1 indicates failure; otherwise 0 is returned. See errno(2) for more information.
Hewlett-Packard Company — May 11, 2021