Fixed width of left pane in NSSplitView
Fixed width of left pane in NSSplitView
- Subject: Fixed width of left pane in NSSplitView
- From: Jushin <email@hidden>
- Date: Mon, 8 Dec 2008 03:03:51 -0500
I would like to have fixed with of the left pane in NSSplitView when I
resize the window,
and I found this code from google search.
http://www.cocoabuilder.com/archive/message/cocoa/2008/3/28/202614
It says,
===
Your split view delegate should implement the following method:
-(void)splitView:(NSSplitView *)sender resizeSubviewsWithOldSize:
(NSSize)oldSize
===
However, I have no idea how to do this. Should I create a subclass of
NSSplitView?
_______________________________________________
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