Important: The information in this document is obsolete and should not be used for new development.
The structure returned by NSLGetDefaultDialogOptions containing information that controls the appearance of the NSLStandardGetURL dialog box.
struct NSLDialogOptions {
UInt16 version;
NSLDialogOptionFlags dialogOptionFlags;
Str255 windowTitle;
Str255 actionButtonLabel;
Str255 cancelButtonLabel;
Str255 message;
};
typedef struct NSLDialogOptions NSLDialogOptions;
versionA value that specifies the version of the default values.
dialogOptionFlagsA bit map. Use the constants defined by the NSLDialogOptionsFlags enumeration to indicate that the default values should be used or to indicate that the Address text field should not be displayed in the NSLStandardGetURL dialog box.
windowTitleA string containing the name that is to appear in the title bar of the dialog box displayed by NSLStandardGetURL. The default title is “Connect to Server.”
actionButtonLabelA string containing the name that is to be used as the label for the cancel button. If NULL, the default name is used. The default name is “Cancel.”
messageA string containing instructional text that is displayed at the top of the dialog box. If message is NULL, no instructional text is displayed. The default message is “Choose a server from the list or enter a server address.”
NSL.h
Last updated: 2006-05-23