Re: Is there a ruled (row numbered) subclass to NSDocument?
Re: Is there a ruled (row numbered) subclass to NSDocument?
- Subject: Re: Is there a ruled (row numbered) subclass to NSDocument?
- From: Glenn Andreas <email@hidden>
- Date: Wed, 14 Apr 2004 15:21:52 -0500
At 10:14 AM -0700 4/14/04, Frederick C. Lee wrote:
Greetings:
I would like to create a document with the option of having a
ruled (row-numbered) page, similar to what is frequently offered to
text/code editors. Is there such a subclass to NSDocument?
You can use the rule view of a NSScrollView to draw things like line
numbers, but this isn't something specific to an NSDocument subclass
(nor should it be - since that would be part of the "view" layer and
NSDocument is all about model (and often controller)).
--
Glenn Andreas email@hidden
mondo blobbo, Cythera, Theldrow, oh my!
Mad, Bad, and Dangerous to Know
_______________________________________________
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.