Initializes a newly allocated toolbar with the specified identifier.
Original signature is '- (id)initWithIdentifier:(NSString *)identifier'
Available in Mac OS X v10.0 and later.


- identifier (NSString)
- A string used by the class to identify the kind of the toolbar.

The initialized toolbar object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)