NSScrollView

Primarily this is used by me to load an image file into a custom view in a particular window. The relationship/order of objects is:

  1. NSWindow
  2. NSScrollView
  3. NSClipView
  4. NSView (where the NSImageRep is drawn)

Illustration