|
|
1.1 root 1: // CustomCell.h
2: // By Jayson Adams, NeXT Developer Support Team
3: // You may freely copy, distribute and reuse the code in this example.
4: // NeXT disclaims any warranty of any kind, expressed or implied, as to its
5: // fitness for any particular use.
6:
7: #import <appkit/Cell.h>
8:
9: @interface CustomCell:Cell
10: {
11: }
12:
13: /* instance methods */
14: - drawInside:(const NXRect *)cellFrame inView:controlView;
15: - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
16:
17: @end
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.