TmMessageBox(3Tm) TmMessageBox(3Tm)
TmMessageBox - the MessageBox widget class
xmMessageBox pathName [options]
xmErrorDialog pathName [options]
xmInformationDialog pathName [options]
xmMessageDialog pathName [options]
xmQuestionDialog pathName [options]
xmWarningDialog pathName [options]
xmWorkingDialog pathName [options]
This is the tcl binding to the Motif MessageBox widget and the MessageBox
Dialog convenience functions.
The class name for resource files is XmMessageBox. Resources are
inherited from TmPrimitive, TmCore. Methods are inherited from TmCore.
New resources for this class are:
cancelLabelString
defaultButtonType
dialogType
helpLabelString
messageAlignment
messageString
minimizeButtons
okLabelString
symbolPixmap
dialogType
The values for this resource are
dialog_error
dialog_information
dialog_message
dialog_question
dialog_template
dialog_warning
dialog_working
MessageBox has a number of children, which may or may not exist,
depending on the type of message box. They have names
Cancel
Help
Page 1
TmMessageBox(3Tm) TmMessageBox(3Tm)
Message
OK
Separator
Symbol
Note that this makes the MessageBoxGetChild function redundant.
New methods for this class are
cancelCallback
okCallback
CALLBACK SUBSTITUTIONS [Toc] [Back] The substitutions supported for this class are
%reason - the additional values are
cancel
ok
None known as yet.
Jan Newmarch, University of Canberra
PPPPaaaaggggeeee 2222 [ Back ]
|