Parts Reference
- accessType (Integer)
- The accessType attribute represents the type of file prompter
you want to display. Valid values are:
The default is XmOpen.
- defaultFileName (String)
- The defaultFileName attribute represents the string of
characters that display by default in the File name field of the
File Selection Prompter part.
- 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.
- searchMask (String)
- The searchMask attribute specifies the default mask, or set of
characters, to use while searching for a specific file.
- searchPath (String)
- The searchPath attribute specifies the default path to use
while searching for a specific file.
- selectedFileName (String)
- The selectedFileName attribute specifies the file name the user
selected. The value for this attribute is set when the user selects
OK. If the user selects Cancel, the value of this
attribute does not change.
- 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 ]