DiscRecordingUIResources.h

Overview

Resources provided by the DiscRecordingUI framework.



Constants

DRBurnIcon

The name of the burn icon image.

DREraseIcon

The name of the erase icon image.


DRBurnIcon


The name of the burn icon image.

extern NSString* const DRBurnIcon;  
Discussion

The icon is available to applications through the -[NSImage imageNamed:] method.

Availability
Introduced in Mac OS X v10.2

DREraseIcon


The name of the erase icon image.

extern NSString* const DREraseIcon;  
Discussion

The icon is available to applications through the -[NSImage imageNamed:] method.

Availability
Introduced in Mac OS X v10.2

 

Last Updated: 2009-08-13