FreeBSD Manual Pages
XmtDisplay...rMsgAndWait(3) Library Functions Manual XmtDisplay...rMsgAndWait(3) NAME XmtDisplayErrorMsgAndWait(), XmtDisplayWarningMsgAndWait() - display an er- ror or warning message and block until the user pops it down. SYNOPSIS #include <Xmt/Dialogs.h> void XmtDisplayErrorMsgAndWait(Widget w, String msg_name, String msg_de- fault, String title_default, String help_default, ...) void XmtDisplayWarningMsgAndWait(Widget w, String msg_name, String msg_de- fault, String title_default , String help_default, ...) ARGUMENTS INPUTS w Any widget; the message dialog will be popped up over the shell of this widget. msg_name The name of this message, or NULL; used to look up resources for the message. msg_default The text of the message, unless overridden by a value from the resource database. The message may contain printf()-style sub- stitutions. title_default The string to appear in the title bar of the dialog box, unless overridden by a value from the resource database. help_default Help text for the dialog, unless overridden by a value from the resource database. ... A printf()-style variable-length argument list of values to be substituted into the message. DESCRIPTION XmtDisplayErrorMsgAndWait() and XmtDisplayWarningMsgAndWait() display for- matted error and warning messages exactly as XmtDisplayErrorMsg() and Xmt- DisplayWarningMsg() do. The only difference is that these functions do not return immediately-they enter an internal event loop so that they appear to block until the user dismisses the dialog. See XmtDisplayErrorMsg() and XmtDisplayWarningMsg() for details. SEE ALSO Chapter 25, Message Dialogs, XmtDisplayError(), XmtDisplayErrorMsg(), XmtDisplayInformation(), XmtDisplayInformationMsg(), XmtDisplayMessage(), XmtDisplayMessageAndWait(), XmtDisplayMessageVaList(), XmtDisplayWarning(), XmtDisplayWarningMsg(). Xmt Motif Tools XmtDisplay...rMsgAndWait(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmtDisplayWarningMsgAndWait&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
