DESIGN (xvutils) functions
LIBRARY ROUTINE
xvu_error_wait - pop up error object (1 button); wait for acknowledgement
LIBRARY CALL
int xvu_error_wait(
char *error_mesg,
char *error_label,
char *button_label)
INPUT
- error_mesg - string describing error message
- error_label - short label for top of error object; passing
NULL will result in default of "Error".
- 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 error object
otherwise waits for user to acknowledge error message,
DESCRIPTION
Creates a pop-up error 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 kerror(), not xvu_error_wait().
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvutils/src/error.c
SEE ALSO
xvutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.