Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

< Previous PageNext Page > Hide TOC

Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

NSLDialogOptions

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;

Fields
version

A value that specifies the version of the default values.

dialogOptionFlags

A 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.

windowTitle

A 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.”

actionButtonLabel

A 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.”

message

A 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.”

Availability
Declared In
NSL.h

< Previous PageNext Page > Hide TOC


Last updated: 2006-05-23




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice