source: trunk/Cocoa/DockCam/English.lproj/MainMenu.nib/classes.nib@ 5

Last change on this file since 5 was 5, checked in by Nicholas Riley, 22 years ago

Initial import.

File size: 1.4 KB
Line 
1{
2 IBClasses = (
3 {
4 ACTIONS = {
5 cancelLoading = id;
6 orderFrontPreferencesPanel = id;
7 pauseTimer = id;
8 reloadImage = id;
9 resumeTimer = id;
10 };
11 CLASS = DockCam;
12 LANGUAGE = ObjC;
13 OUTLETS = {
14 imageView = NJRVendingImageView;
15 imageWindow = NSWindow;
16 pauseResumeItem = NSMenuItem;
17 status = DockCamStatus;
18 };
19 SUPERCLASS = NSObject;
20 },
21 {
22 CLASS = DockCamStatus;
23 LANGUAGE = ObjC;
24 OUTLETS = {
25 actualSize = NSFormCell;
26 failedDate = NSFormCell;
27 failedReason = NSFormCell;
28 locationCell = NSFormCell;
29 retrievedDate = NSFormCell;
30 showHideStatusItem = id;
31 statusCell = NSFormCell;
32 statusForm = NSForm;
33 };
34 SUPERCLASS = NSWindowController;
35 },
36 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
37 {
38 CLASS = NJRVendingImageView;
39 LANGUAGE = ObjC;
40 OUTLETS = {contextMenu = NSMenu; };
41 SUPERCLASS = NSImageView;
42 }
43 );
44 IBVersion = 1;
45}
Note: See TracBrowser for help on using the repository browser.