DESIGN (xvutils) functions
LIBRARY ROUTINE
xvu_warn_wait - pop up warn object (1 button); wait for acknowledgement
LIBRARY CALL
int xvu_warn_wait(
char *warn_mesg,
char *warn_label,
char *button_label)
INPUT
- warn_mesg - string describing warn message
- warn_label - short label for top of warn object; passing
NULL will result in default of "Warning".
- button_label - label for acknowledgment button; passing
NULL will result in default of "Ok".
OUTPUT
none
RETURN VALUE
Returns FALSE if it failed to create the warn object
otherwise waits for user to acknowledge warn message,
DESCRIPTION
Creates a pop-up warn object which must be acknowledged
by the user before control is returned to the application
program.
IMPORTANT NOTE: to be consistent with the standards
of the Khoros Software development system, you should really
be calling kwarn(), not xvu_warn_wait().
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvutils/src/warn.c
SEE ALSO
xvutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.