Re: [splitView setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
Re: [splitView setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
- Subject: Re: [splitView setAutoresizingMask: (NSViewWidthSizable | NSViewHeightSizable)];
- From: Scott Anguish <email@hidden>
- Date: Sat, 14 Sep 2002 03:11:41 -0400
On Saturday, September 14, 2002, at 01:33 AM, Greg Casey wrote:
I tried that too, but it didn't change the behavior. The documentation
says that the default value for "autoresizesSubviews" is YES, anyway.
I think what you are trying to do is set the resizing behaviour on the
split view itself rather than on the views within it.. yes?
What you want to do is look at -setAutoresizingMask: in NSView. You'll
need to construct the appropriate bitwise ORing of the values for the
behaviour you want...
These are basically the various settings for the springs in Interface
Builder.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.