Re: Creating Windows Programatically
Re: Creating Windows Programatically
- Subject: Re: Creating Windows Programatically
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 30 Jun 2002 18:56:52 +0100
On Sunday, June 30, 2002, at 05:46 PM, Sebastian Celis wrote:
I'm looking for information or tutorials on creating windows
programmatically and then adding specific views to the window. Are
there any links out there that anyone could point me to?
http://developer.apple.com/techpubs click on Cocoa then AppKit
Reference. See NSWindow's designated initialiser, then use its
setContentView method, then add subviews to your contentView.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.