This is PopupFormatter.h in view mode; [Download] [Up]
#import <dbkit/dbkit.h> #import <appkit/appkit.h> @interface PopupFormatter : DBTextFormatter { DBValue *newValue; BOOL selectionMode:3, delWill1:1, /* methods delegate responds to */ delWill2:1, delDid:1; id popupList; id popupButton; } - mouseDown:(NXEvent *)theEvent at:(int)row :(int)column inside:(NXRect *)frame inView:(View *) view withAttributes:(id <DBTableVectors >)rowAttrs :(id <DBTableVectors >)columnAttrs usePositions:(BOOL)useRowPos :(BOOL)useColumnPos; - setValueAt:(int)row :(int)column withAttributes:(id <DBTableVectors >)rowAttrs :(id <DBTableVectors >)columnAttrs usePositions:(BOOL)useRowPos :(BOOL)useColumnPos; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.