NavActionState

Header: Navigation.h

enum NavActionState {
    kNavNormalState = ,
    kNavDontOpenState = 1,
    kNavDontSaveState = 2,
    kNavDontChooseState = 4,
    kNavDontNewFolderState = 16
};

Constant descriptions

kNavNormalState

Allows all user actions. This is the default state.

kNavDontOpenState

Prevents Navigation Services from opening files.

kNavDontSaveState

Prevents Navigation Services from saving files.

kNavDontChooseState

Prevents Navigation Services from choosing files.

kNavDontNewFolderState

Prevents Navigation Services from creating new folders.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)