Drawing lines within an NSTextView
Drawing lines within an NSTextView
- Subject: Drawing lines within an NSTextView
- From: Christian Swinehart <email@hidden>
- Date: Thu, 14 Nov 2002 12:11:12 -0500
Does anyone have a suggestion for the best way to add divider lines
(like the html <HR> tag) in an NSTextView subclass? Would it be better
to add drawing code inside -[drawRect:] or should I insert an
NSTextAttachment with the line graphic, or is there another alternative
I haven't thought of?
thanks,
christian
_______________________________________________
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.