Re: NSView -subviews ordering?
Re: NSView -subviews ordering?
- Subject: Re: NSView -subviews ordering?
- From: Ondra Cada <email@hidden>
- Date: Wed, 29 May 2002 20:31:35 +0200
On Wednesday, May 29, 2002, at 08:01 , Brock Brandenberg wrote:
You can also re-order your subviews using
sortSubviewsUsingFunction:context:. Its documentation is pretty accurate,
except that Apple doesn't make it clear that it should be a C function,
not an object method,
That's self-evident -- otherwise it would be ...UsingSelector, not
function.
so you need to put it outside of your @implementation/@end or in an
external file.
You don't need to do that. Why, on earth?!?
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.