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