This is STTextDelegate.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "STDelegate.h" @interface STTextDelegate : STDelegate { } - textWillResize:textObject; - textDidResize:textObject oldBounds:(const NXRect *)oldBounds invalid:(NXRect *)invalidRect; - (BOOL)textWillChange:textObject; - textDidChange:textObject; - (BOOL)textWillEnd:textObject; - textDidEnd:textObject endChar:(unsigned short)whyEnd; - textDidGetKeys:textObject isEmpty:(BOOL)flag; - textWillSetSel:textObject toFont:font; - textWillConvert:textObject fromFont:from toFont:to; - textWillStartReadingRichText:textObject; - textWillFinishReadingRichText:textObject; - textWillWrite:textObject paperSize:(NXSize *)paperSize; - textDidRead:textObject paperSize:(NXSize *)paperSize; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.