DESIGN (xvobjects) functions
LIBRARY ROUTINE
xvw_create_info - create an info object
LIBRARY CALL
xvobject xvw_create_info(
xvobject parent,
char *name)
INPUT
- parent - parent of the info object; NULL will cause
a default toplevel to be created automatically
- name - a name for this particular instance of the object
(for use in app-defaults files, etc)
OUTPUT
none
RETURN VALUE
The info object on success, NULL on failure
DESCRIPTION
The info object is
a pop-up window that displays an informative message.
A "nose knows" icon on the upper left hand side of
the info object draws the attention of the user;
a single button on the upper right hand side of
the info object allows the user to acknowledge
the information.
After the user clicks on the acknowledgment button,
the info object is destroyed.
A callback can be installed on the info object, which
will be fired when the user clicks on the acknowledgment
button.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvobjects/src/Info.c
SEE ALSO
xvobjects(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.