Re: NSTextField line breaking
Re: NSTextField line breaking
- Subject: Re: NSTextField line breaking
- From: Jonathan Hess <email@hidden>
- Date: Mon, 26 Jan 2009 10:02:02 -0800
Hey John -
Here are the methods you're looking for:
- (void)setWraps:(BOOL)flag;
- (void)setScrollable:(BOOL)flag;
- (void)setScrollable:(BOOL)flag;
They're from NSCell.
Good Luck -
Jon Hess
On Jan 26, 2009, at 9:53 AM, John Nairn wrote:
In a nib file I can set line breaking mode of an NSTextField (e.g.,
clip, truncate front, middle, end, etc.).
But, I cannot find and way to make that setting in a
programmatically created NSTextField. I looked through NSTextField,
NSTextFieldCell, and NSControl.
------------
John Nairn
http://www.geditcom.com
Genealogy Software for the Mac
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden