|
NAMEXmtDisplayErrorMsgAndWait(), XmtDisplayWarningMsgAndWait() - display an error 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_default, String title_default, String help_default, ...) void XmtDisplayWarningMsgAndWait(Widget w, String msg_name, String msg_default, String title_default , String help_default, ...) ARGUMENTSINPUTS
DESCRIPTIONXmtDisplayErrorMsgAndWait() and XmtDisplayWarningMsgAndWait() display formatted error and warning messages exactly as XmtDisplayErrorMsg() and XmtDisplayWarningMsg() 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 ALSOChapter 25, Message Dialogs,XmtDisplayError(), XmtDisplayErrorMsg(), XmtDisplayInformation(), XmtDisplayInformationMsg(), XmtDisplayMessage(), XmtDisplayMessageAndWait(), XmtDisplayMessageVaList(), XmtDisplayWarning(), XmtDisplayWarningMsg().
Visit the GSP FreeBSD Man Page Interface. |