DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_sensitive - sensitize or de-sensitize an object

LIBRARY CALL

void xvw_sensitive(
   xvobject object,
   int    sensitive)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

Sensitizes or de-sensitizes a GUI or visual object. 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.