xvw_check_sensitive - see if an object is sensitive
LIBRARY CALL
int xvw_check_sensitive(
xvobject object)
INPUT
object - the object to check
OUTPUT
none
RETURN VALUE
TRUE if the object is sensitive,
FALSE otherwise.
DESCRIPTION
Indicates whether or not an object is currently sensitive.
Note that a GUI or visual object may be made insensitive
using xvw_sensitive(). When an object is made
insensitive, it will ignore all attempts at user input;
it will also appear "dim" or "stippled" to indicate its
insensitive state (a current limitation restricts this
capability to widgets only; insensitive gadgets will not
accept input, but they cannot provide a visual cue to reflect
their insensitive state). All objects are normally sensitive.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvwidgets/src/general.c
SEE ALSO
xvwidgets(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.