My problem isn't initializing OpenGL etc. - my problem is that I want to programmatically (in applicationDidFinishLaunching🙂 add an NSOpenGLView* to my window. I know how to alloc and init it with pixel format attributes, but now that I have this NSOpenGLView* and NSWindow*, how can I "insert" the view inside the window?