Subclassing NSFormCell
Subclassing NSFormCell
- Subject: Subclassing NSFormCell
- From: Francisco Tolmasky <email@hidden>
- Date: Thu, 18 Sep 2003 18:41:26 -0700
Ok, I have a form in my program and I'm using an NSForm with
NSFormCells since they seem to do the job very well. Unfortunatelly, I
would like to have cells that allow things other than text entry. For
example check boxes and pop up boxes, etc. The brute force way to
achieve this would be to just add cells using the NSMatrix messages,
but I would like to instead subclass NSFormCell to get all the
benefits, such as having the title sizes match each other and match up,
etc. Does anyone know how I would approach subclassing NSFormCell to
make NSCheckBoxFormCell or NSPopUpButtonFormCell?
Thanks in advance,
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.