xvobject xvw_create_notifywindow(
xvobject parent,
char *name)
none
The notifywindow object pops up without placement; it contains an icon (by default, an hourglass), a label, and a message so that the application may inform the user exactly why they are waiting.
With applications that will use the notifywindow periodically,
it is recommended that a single notifywindow be created for the
application on startup, with XVW_NOTIFYWINDOW_VISIBLE
set to FALSE. Then, whenever necessary, the message displayed
by the notifywindow can be updated using the
XVW_NOTIFYWINDOW_MESSAGE
attribute, and the
notifywindow object popped up using the
XVW_NOTIFYWINDOW_VISIBLE
attribute.
When the application is done, XVW_NOTIFYWINDOW_VISIBLE
can be set to FALSE again, until the next time the notifywindow
object is to be popped up.
none
none
$DESIGN/objects/library/xvobjects/src/NotifyWindow.c