Re: Resizable NSTabView

2010-11-04 Thread Jerry Krinock
On 2010 Nov 04, at 08:31, Keary Suska wrote: > You have to do all the resizing yourself via code, and watch out for > overlapping view gotchas. Indeed. For example, if the size is increasing, you'll want to resize first, then draw. But if the size is decreasing, you'll want to draw first, th

Re: Resizable NSTabView

2010-11-04 Thread Keary Suska
On Nov 4, 2010, at 7:54 AM, Richard Somers wrote: > Apple's documentation indicates that a NSToolbar with selectable items can be > used for navigation in a preference panel. This is often used in conjunction > with an NSTabView that is configured to have no visible tabs. > > http://developer.a

Re: Resizable NSTabView

2010-11-04 Thread Kyle Sluder
On Thu, Nov 4, 2010 at 6:54 AM, Richard Somers wrote: > Apple's documentation indicates that a NSToolbar with selectable items can > be used for navigation in a preference panel. This is often used in > conjunction with an NSTabView that is configured to have no visible tabs. > > http://developer.