NSButton with wrapping title?
NSButton with wrapping title?
- Subject: NSButton with wrapping title?
- From: Hua Ying Ling <email@hidden>
- Date: Thu, 03 Apr 2003 00:16:07 -0500
Hi,
I'm trying to figure out how to do a NSButton that will wrap its title
instead of clipping it. I thought I could do this with an
attributedString (works with NSTextFields) but NSButton seems to ignore
wrapping attributes set in NSParagraphStyle and always clips the title.
If I have to subclass to achieve this functionality should I subclass
from NSActionCell, since NSButtonCell doesn't seem to allow me to do
customized drawing?
Thanks
~Hua Ying
_______________________________________________
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.