This is TextChange.h in view mode; [Download] [Up]
/* * This is the ancestor of all text changes. This class simply records * the id of the text object to be changed. */ @interface TextChange : Change { id textView; /* pointer to Text View */ } /* Creation method */ - initView:aView; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.