|
|
1.1 root 1:
2: #import <appkit/appkit.h>
3:
4: @interface MoneyWell:View
5: {
6: id valueTF;
7: id ledgerController;
8: NXImage *image;
9: BOOL sel;
10: BOOL dropping;
11: NXPoint imagePoint;
12: }
13:
14: - initFrame:(const NXRect *)frameRect;
15: - (BOOL)acceptsFirstResponder;
16: - (BOOL)acceptsFirstMouse;
17: - free;
18: - drawSelf:(const NXRect *)rects :(int)rectCount;
19: - mouseDown:(NXEvent *)e;
20: - transaction:requestor;
21: - (NXDragOperation) draggingSourceOperationMaskForLocal:(BOOL)flag;
22: - (NXDragOperation) draggingEntered:(id <NXDraggingInfo >)sender;
23: - declareTypesFor:anObject inPasteboard:aPasteboard;
24: - draggingExited:sender;
25: - (BOOL)performDragOperation:(id <NXDraggingInfo >)sender;
26:
27: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.