Re: NSTextView and indenting it...
Re: NSTextView and indenting it...
- Subject: Re: NSTextView and indenting it...
- From: Andreas Mayer <email@hidden>
- Date: Sun, 15 Jun 2003 16:08:44 +0200
Am Sonntag, 15.06.03 um 12:15 Uhr schrieb email@hidden:
If you look in Mail.app and open a new compose window, you will see on
the biggest text view, your cursor in the text view isn't in the same
place as a normal one.
I suppose you are looking for this NSTextView method:
setTextContainerInset:
- (void)setTextContainerInset:(NSSize)inset
Sets the empty space the receiver leaves around its associated text
container to inset.
See Also: - textContainerOrigin, - invalidateTextContainerOrigin, -
textContainerInset
bye. Andreas.
_______________________________________________
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.