File:  [NeXTSTEP 3.3 examples] / Examples / IndexingKit / Ledger / KAYEditableFormatter.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:49:02 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

#import <dbkit/DBEditableFormatter.h>

@interface KAYEditableFormatter:DBEditableFormatter
{
    id                  _theCtlr;
    int                 _theColumn, _lastColumn;
}

- textDidEnd:textObject endChar:(unsigned short)whyEnd;
-setController:anObject;
-setColumnLimit:(unsigned int)column;
-(BOOL)editFieldAt:(unsigned int)row :(unsigned int)column
    inside:(NXRect *)frame inView:view
    withAttributes:(id <DBTableVectors >)rowAttributes
     :(id <DBTableVectors >)columnAttributes
    usePositions:(BOOL)useRowPos :(BOOL)useColumnPos
    onEvent:(NXEvent *)theEvent;
- drawFieldAt:(unsigned int) row :(unsigned int) column
	inside:(NXRect *) frame inView:view
	withAttributes:(id <DBTableVectors>) rowAttrs
		      :(id <DBTableVectors>) columnAttrs
	usePositions:(BOOL) useRowPos :(BOOL) useColumnPos;
@end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.