Carbon


Appearance Manager File Type Constants

Header: Appearance.h

enum {
    kThemeDataFileType = 'thme',
    kThemePlatinumFileType = 'pltn',
    kThemeCustomThemesFileType = 'scen',
    kThemeSoundTrackFileType = 'tsnd'
};

Constant descriptions

kThemeDataFileType

The file type of appearances other than the platinum appearance.

kThemePlatinumFileType

The file type of the platinum appearance.

kThemeCustomThemesFileType

The file type of a file that contains user-defined themes. See SetTheme for a discussion of defining your own theme.

kThemeSoundTrackFileType

Under Appearance Manager 1.1 and later, these constants are used to identify the various Appearance Manager file types.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)