Re: NSDrawer border width
Re: NSDrawer border width
- Subject: Re: NSDrawer border width
- From: dorian <email@hidden>
- Date: Sun, 15 Apr 2007 17:45:09 -0700 (PDT)
Good idea, Andy. I ended up using the following:
float drawerWidth = [myDrawer contentSize].width + ([[[myDrawer
contentView] window] frame].size.width - [myDrawer contentSize].width) /
2.0;
Which seems to work pretty well. Thanks for the help!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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