NavPopupMenuItem

Header: Navigation.h

enum NavPopupMenuItem {
    kNavAllKnownFiles = ,
    kNavAllReadableFiles = 1,
    kNavAllFiles = 2
};

Constant descriptions

kNavAllKnownFiles

Tells Navigation Services to display all files identified as readable by your application. For more information on how to identify readable files, see “Providing File Opening Options”. For more information on how to specify file types for translation, see “Translating Files on Open”.

kNavAllReadableFiles

Tells Navigation Services to display all files identified as readable or translatable by your application. For more information on how to identify readable files, see “Providing File Opening Options”.

kNavAllFiles

Tells Navigation Services to display all files.


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