WSFK_MODE(3W)
NAME
wsfk_mode − switch to soft key mode
SYNOPSIS
int wsfk_mode(fd,mode);
int fd;
int mode;
DESCRIPTION
fd is an integer file descriptor for an opened graphics window type device interface.
mode
is the mode to which the softkeys will be set:
0 softkey labels are turned off.
1 softkey labels are turned on.
DISCUSSION
Switch the soft key labels for the specified window to the specified mode. If the mode specified is soft key labels on, the labels will be displayed whenever the window becomes the selected window. If the mode is off, the no labels will be displayed whenever the window becomes the selected window.
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