Re: Reducing the Window size
Re: Reducing the Window size
- Subject: Re: Reducing the Window size
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 10 Jun 2009 13:15:48 +0200
Le 10 juin 09 à 12:51, Arnab Ganguly a écrit :
Hi All,
From NSButton in the nib file is it possible to minimize part of the
application window? Like in case of Itunes when I click on the +
button the
player content's lists get reduced and only the playing station can be
visible.How can I achieve the same ?
I think you can achieve this by creating a NSWindow subclass and
overriding
- (void)zoom:(id)sender
which is the method called by the green button.
_______________________________________________
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