How to create Desktop windows programmatically

I want to create Desktop windows programmatically in MAC OS application.


In MAC we can add multiple desktop windows so I want to do it programmatically.


Can anyone help me in this?

I can tell you where to start looking in Apple's documentation. Look at the NSWindow and NSWindowController class references. Those are the classes you will use to create windows programmatically. Also look at Apple's Window Programming Guide.

How to create Desktop windows programmatically
 
 
Q