Parts Reference
- answerString
- An event of answerString indicates a change in the string that
the user last entered into the text field. The value changes when the
user presses the ENTERkey or selects OKin the
prompter.
- cancel
- The cancel event signals that the user pressed the cancel
button.
- defaultAnswerString
- A defaultAnswerString event indicates a change in the string of
characters displayed in the text field each time the prompter is
displayed.
- destroyedPart
- The destroyedPart event signals that the part and its children
have been destroyed. Any system resources associated with the destroyed
parts have been released.
- messageString
- A messageString event indicates a change in the string of
characters displayed as the text of your message.
- ok
- The ok event signals that the OK button was
pressed.
- prompterStyle
- A prompterStyle event indicates a change in the type of dialog
displayed in the prompter. 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
- A self event indicates that the value of the target part itself
has changed.
- title
- A title event signals that the label displayed for the part has
changed.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]