|
|
1.1 ! root 1: #import <dbkit/DBEditableFormatter.h> ! 2: ! 3: @interface KAYEditableFormatter:DBEditableFormatter ! 4: { ! 5: id _theCtlr; ! 6: int _theColumn, _lastColumn; ! 7: } ! 8: ! 9: - textDidEnd:textObject endChar:(unsigned short)whyEnd; ! 10: -setController:anObject; ! 11: -setColumnLimit:(unsigned int)column; ! 12: -(BOOL)editFieldAt:(unsigned int)row :(unsigned int)column ! 13: inside:(NXRect *)frame inView:view ! 14: withAttributes:(id <DBTableVectors >)rowAttributes ! 15: :(id <DBTableVectors >)columnAttributes ! 16: usePositions:(BOOL)useRowPos :(BOOL)useColumnPos ! 17: onEvent:(NXEvent *)theEvent; ! 18: - drawFieldAt:(unsigned int) row :(unsigned int) column ! 19: inside:(NXRect *) frame inView:view ! 20: withAttributes:(id <DBTableVectors>) rowAttrs ! 21: :(id <DBTableVectors>) columnAttrs ! 22: usePositions:(BOOL) useRowPos :(BOOL) useColumnPos; ! 23: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.