GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmtDisplayErrorMsgAndWait(3) FreeBSD Library Functions Manual XmtDisplayErrorMsgAndWait(3)

XmtDisplayErrorMsgAndWait(), XmtDisplayWarningMsgAndWait() - display an error or warning message and block until the user pops it down.

#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, ...)

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 substitutions.
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.

XmtDisplayErrorMsgAndWait() 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.

Chapter 25, Message Dialogs,
XmtDisplayError(), XmtDisplayErrorMsg(), XmtDisplayInformation(), XmtDisplayInformationMsg(), XmtDisplayMessage(), XmtDisplayMessageAndWait(), XmtDisplayMessageVaList(), XmtDisplayWarning(), XmtDisplayWarningMsg().
Motif Tools Xmt

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.