This is LcdText.h in view mode; [Download] [Up]
/***(LcdText.h)****************************************************************
*H* LcdText Interface definition of Text Subclass *
******************************************************************************/
#import <appkit/Text.h>
@interface LcdText:Text
{
int IVstartOfCurLine; /* Text Position of the start of the current line */
id IVactionId; /* Target object to send action message to */
SEL IVactionSel; /* Method to invoke in Target Object */
}
/* Overridden Methods */
- keyDown:(NXEvent*)event;
- initFrame:(NXRect*)frameRect;
- paste:sender;
/* Delegate Methods */
#if 0
- textDidChange:sender;
- (BOOL)textWillChange:sender;
#endif
/* New Methods */
- newLine:sender;
- setCurrentLine:(const char*)string;
- appendCurrentLine:(const char*)string;
- setTarget:anObject Action:(SEL)aSelector;
@end /* interface LcdText */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.