Defined Types



CSTheme

   * @method compressLinkedFiles
     * @abstract Compresses all linked file in the CSTheme
     * @discussion Use this method to prepare the files in a CSTheme for advanced operations. Normally automatically run when needed.
     */

-(void)compressLinkedFiles;

#define CSDeploymentStyleTheme 1
#define CSBackupStyleTheme 2
#define CSThemeKitVersion 3

@end

This is a list of various constants used.

Constants

NameDescription
CSDeploymentStyleA deployment style theme meant for the end user.
CSBackupStyleThemeA aqua backup style theme meant for backing up the current setup.
CSThemeKitVersionContains the current version of ThemeKit. Developers should always check this against the build used for development.

(Last Updated 3/21/2003)