Last change
on this file since 920 was
903,
checked in by livings124, 16 years ago
|
Add "Pieces Viewer," accessible through the View menu. I swear this was my own idea. :-p
|
File size:
320 bytes
|
Line | |
---|
1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
4 | { |
---|
5 | CLASS = PiecesWindowController; |
---|
6 | LANGUAGE = ObjC; |
---|
7 | OUTLETS = {fImageView = NSImageView; }; |
---|
8 | SUPERCLASS = NSWindowController; |
---|
9 | } |
---|
10 | ); |
---|
11 | IBVersion = 1; |
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.