menuZone()
Returns the zone from which NSMenu objects should be allocated.
Declaration
class func menuZone() -> NSZone!Return Value
The zone from which NSMenu objects should be allocated.
Discussion
This is left in for compatibility and always returns NSDefaultMallocZone. It is not necessary to use this.