Parts Reference
- answerString (String)
- The answerString attribute represents the string that the user
last entered into the text field. The value of this attribute changes
when the user presses the Enter key or selects OK in the
prompter. If the user selects Cancel, the value of the
answerString attribute does not change.
- defaultAnswerString (String)
- The defaultAnswerString attribute represents the string of
characters displayed in the text field each time the prompter is
displayed.
- messageString (String)
- The messageString attribute specifies the string of characters
you want to use as the text of your message.
- prompterStyle (String)
- The prompterStyle attribute specifies the type of dialog you
want the prompter to display. Valid values include:
- XmPRIMARYAPPLICATIONMODAL
- The user must respond to the prompter before interacting with the parent
window. The user can still interact with other windows.
- XmFULLAPPLICATIONMODAL
- The user must respond to the prompter before interacting with any window
in the application. The user can still interact with other
windows.
- XmSYSTEMMODAL
- The user cannot interact with the windows of any application until
responding to the prompter.
- self (<className>)
- For more information on the self attribute, refer to Using the self attribute.
- title (String)
- The title attribute specifies the label displayed for the
part. For example, the text for a window displays in the title bar, the
text for a scale appears next to the scale, the text for an HTML page appears
in the title bar of the Web browser, and the text for a report title appears
in the report header.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]