Re: NSWindow With Only Close Button?
Re: NSWindow With Only Close Button?
- Subject: Re: NSWindow With Only Close Button?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 12 Jan 2009 09:45:39 +0100
Le 12 janv. 09 à 01:36, Kyle Sluder a écrit :
On Sun, Jan 11, 2009 at 7:18 PM, Chunk 1978 <email@hidden>
wrote:
i noticed the window of the OS Install Assistant of Parallels 4.0
only
has a close button in the top left corner of the window. i didn't
know this was possible. how is this accomplished?
I don't think you can do it in Cocoa; you certainly can't do it in IB.
Parallels is a Carbon app.
[[myWindow standardWindowButton: NSWindowZoomButton] setHidden:YES];
[[myWindow standardWindowButton: NSWindowMiniaturizeButton]
setHidden:YES];_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden