source: trunk/Cocoa/AntiRSI/English.lproj/MainMenu.nib/classes.nib@ 330

Last change on this file since 330 was 330, checked in by Nicholas Riley, 17 years ago

Info.plist: Updated for 1.4njr1.

AntiRSI.xcodeproj: Disable prebinding.

AntiRSI.[hm]: Added session time support; consolidated break window update drawing; fixed -[AntiRSI validateMenuItem:] so it compares selectors rather than titles.

English.lproj/MainMenu.nib: Redid preferences window, menu bar, dock menu, etc.

File size: 1.2 KB
Line 
1{
2 IBClasses = (
3 {
4 ACTIONS = {
5 breakNow = id;
6 checkForUpdate = id;
7 gotoWebsite = id;
8 postpone = id;
9 resetSession = id;
10 };
11 CLASS = AntiRSI;
12 LANGUAGE = ObjC;
13 OUTLETS = {
14 "dock_menu" = NSMenu;
15 "next_break" = NSTextField;
16 postpone = NSButton;
17 progress = NSLevelIndicator;
18 "session_time" = NSTextField;
19 "session_time_item" = NSMenuItem;
20 status = NSTextField;
21 time = NSTextField;
22 version = NSTextField;
23 view = AntiRSIView;
24 };
25 SUPERCLASS = NSObject;
26 },
27 {
28 CLASS = AntiRSILevelIndicator;
29 LANGUAGE = ObjC;
30 SUPERCLASS = NSLevelIndicator;
31 },
32 {CLASS = AntiRSIView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
33 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
34 {CLASS = NSLevelIndicator; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
35 );
36 IBVersion = 1;
37}
Note: See TracBrowser for help on using the repository browser.