Go to the source code of this file.
| function CPAppKitImage |
( |
aFilename |
, |
|
|
aSize |
|
|
) |
| |
| function CPImageInBundle |
( |
aFilename |
, |
|
|
aSize |
, |
|
|
aBundle |
|
|
) |
| |
| CPImageDidLoadNotification = @"CPImageDidLoadNotification" |
| CPImageLoadStatusCancelled = 3 |
| CPImageLoadStatusCompleted = 2 |
| CPImageLoadStatusInitialized = 0 |
| CPImageLoadStatusInvalidData = 4 |
| CPImageLoadStatusLoading = 1 |
| CPImageLoadStatusReadError = 6 |
| CPImageLoadStatusUnexpectedEOF = 5 |
| CPImageNameColorPanel = @"CPImageNameColorPanel" |
| CPImageNameColorPanelHighlighted = @"CPImageNameColorPanelHighlighted" |
| var CPNinePartImageImageSlicesKey = @"@"CPNinePartImageImageSlicesKey" |
| var CPThreePartImageImageSlicesKey = @"@"CPThreePartImageImageSlicesKey" |
| var CPThreePartImageIsVerticalKey = @"@"CPThreePartImageIsVerticalKey" |
| var ImageDescriptionFormat = "%s {\n filename: \"%s\",\n size: { width:%f, height:%f }\n}" |