Blame doc/man/man3/XmCreateWorkingDialog.3

Packit b099d7
'\" t
Packit b099d7
...\" CreWoB.sgm /main/8 1996/09/08 20:37:17 rws $
Packit b099d7
.de P!
Packit b099d7
.fl
Packit b099d7
\!!1 setgray
Packit b099d7
.fl
Packit b099d7
\\&.\"
Packit b099d7
.fl
Packit b099d7
\!!0 setgray
Packit b099d7
.fl			\" force out current output buffer
Packit b099d7
\!!save /psv exch def currentpoint translate 0 0 moveto
Packit b099d7
\!!/showpage{}def
Packit b099d7
.fl			\" prolog
Packit b099d7
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
Packit b099d7
\!!psv restore
Packit b099d7
.
Packit b099d7
.de pF
Packit b099d7
.ie     ?\\*(f1?? .ds f1 \\n(.f
Packit b099d7
.el .ie ?\\*(f2?? .ds f2 \\n(.f
Packit b099d7
.el .ie ?\\*(f3?? .ds f3 \\n(.f
Packit b099d7
.el .ie ?\\*(f4?? .ds f4 \\n(.f
Packit b099d7
.el .tm ? font overflow
Packit b099d7
.ft \\$1
Packit b099d7
..
Packit b099d7
.de fP
Packit b099d7
.ie     !?\\*(f4?? \{\
Packit b099d7
.	ft \\*(f4
Packit b099d7
.	ds f4\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f3?? \{\
Packit b099d7
.	ft \\*(f3
Packit b099d7
.	ds f3\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f2?? \{\
Packit b099d7
.	ft \\*(f2
Packit b099d7
.	ds f2\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f1?? \{\
Packit b099d7
.	ft \\*(f1
Packit b099d7
.	ds f1\"
Packit b099d7
'	br \}
Packit b099d7
.el .tm ? font underflow
Packit b099d7
..
Packit b099d7
.ds f1\"
Packit b099d7
.ds f2\"
Packit b099d7
.ds f3\"
Packit b099d7
.ds f4\"
Packit b099d7
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
Packit b099d7
.TH "XmCreateWorkingDialog" "library call"
Packit b099d7
.SH "NAME"
Packit b099d7
\fBXmCreateWorkingDialog\fP \(em The MessageBox WorkingDialog convenience creation function
Packit b099d7
.iX "XmCreateWorkingDialog"
Packit b099d7
.iX "creation functions" "XmCreateWorkingDialog"
Packit b099d7
.SH "SYNOPSIS"
Packit b099d7
.PP
Packit b099d7
.nf
Packit b099d7
#include <Xm/MessageB\&.h>
Packit b099d7
\fBWidget \fBXmCreateWorkingDialog\fP\fR(
Packit b099d7
\fBWidget \fBparent\fR\fR,
Packit b099d7
\fBString \fBname\fR\fR,
Packit b099d7
\fBArgList \fBarglist\fR\fR,
Packit b099d7
\fBCardinal \fBargcount\fR\fR);
Packit b099d7
.fi
Packit b099d7
.SH "DESCRIPTION"
Packit b099d7
.PP
Packit b099d7
\fBXmCreateWorkingDialog\fP is a convenience creation function that
Packit b099d7
creates a DialogShell and an unmanaged MessageBox child of the DialogShell\&.
Packit b099d7
A WorkingDialog informs users that there is a time-consuming
Packit b099d7
operation in progress and allows them to cancel the
Packit b099d7
operation\&.
Packit b099d7
It includes a symbol, a message, and three buttons\&.
Packit b099d7
The default symbol is an hourglass\&. The default button labels are
Packit b099d7
\fBOK\fP, \fBCancel\fP, and \fBHelp\fP\&.
Packit b099d7
.PP
Packit b099d7
Use \fBXtManageChild\fP to pop up the WorkingDialog (passing the
Packit b099d7
MessageBox as the widget parameter);
Packit b099d7
use \fBXtUnmanageChild\fP to pop it down\&.
Packit b099d7
.PP
Packit b099d7
\fBXmCreateWorkingDialog\fP forces the value of the Shell resource
Packit b099d7
\fBXmNallowShellResize\fP to True\&.
Packit b099d7
.IP "\fIparent\fP" 10
Packit b099d7
Specifies the parent widget ID
Packit b099d7
.IP "\fIname\fP" 10
Packit b099d7
Specifies the name of the created widget
Packit b099d7
.IP "\fIarglist\fP" 10
Packit b099d7
Specifies the argument list
Packit b099d7
.IP "\fIargcount\fP" 10
Packit b099d7
Specifies the number of attribute/value pairs in the argument list
Packit b099d7
(\fIarglist\fP)
Packit b099d7
.PP
Packit b099d7
For a complete definition of MessageBox and its associated resources, see
Packit b099d7
\fBXmMessageBox\fP(3)\&.
Packit b099d7
.SH "RETURN"
Packit b099d7
.PP
Packit b099d7
Returns the MessageBox widget ID\&.
Packit b099d7
.SH "RELATED"
Packit b099d7
.PP
Packit b099d7
\fBXmMessageBox\fP(3)\&.
Packit b099d7
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:21