re: NSColorWell modal, and actions?
re: NSColorWell modal, and actions?
- Subject: re: NSColorWell modal, and actions?
- From: Anthony Duer <email@hidden>
- Date: Tue, 13 Jul 2004 11:02:54 -0700
If you take a look at NSColorWell's superclass, NSControl, you'll
notice the methods you're looking for. -setTarget and -setAction. Set
the target to self and the action to the method you want to be called
when it changes and it should work as you're expecting.
~Anthony Duer
_______________________________________________
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.