Parts Reference
- accessType
- An event of accessType indicates a change in the type of file
prompter displayed. Valid values are:
- XmOPEN
- XmSAVE
- The default is XmOPEN.
- cancel
- The cancel event signals that the user pressed the cancel
button.
- defaultFileName
- A defaultFileName event signals a change in the string of
characters that display by default in the File Name field of the File
Selection Prompter part.
- 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.
- 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.
- searchMask
- A searchMaskevent indicates a change in the default mask, or
set of characters, to use while searching for a specific file.
- searchPath
- A searchPathevent indicates a change in the default path to use
while searching for a specific file.
- selectedFileName
- A selectedFileName event indicates a change in the file name
the user selected.
- 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 ]