4 ACTIONS = {copy = id; cut = id; delete = id; paste = id; };
5 CLASS = BetterTableView;
7 SUPERCLASS = NSTableView;
9 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
12 ibDisplayValuesButton = id;
14 ibSetFadeSmoothly = id;
15 ibSetResultsDisplayed = id;
16 ibSetValueUpdate = id;
17 ibStartEditingVarsButton = id;
18 ibSwitchVariablesButton = id;
19 ibWindowOrderButton = id;
24 ibAskForSaveButton = NSButton;
25 ibDisplayValuesButton = NSButton;
26 ibFadeSmoothlyButton = NSButton;
27 ibResultsDisplayedField = NSTextField;
28 ibStartEditingVarsButton = NSButton;
29 ibSwitchVariablesButton = NSButton;
30 ibValueUpdateField = NSTextField;
31 ibWindowOrderButton = NSButton;
33 SUPERCLASS = NSObject;
35 {CLASS = NSObject; LANGUAGE = ObjC; },
37 CLASS = PreferenceController;
39 OUTLETS = {ibGeneralView = NSView; ibServerView = NSView; ibUpdateCheckView = NSView; };
40 SUPERCLASS = NSWindowController;
43 ACTIONS = {ibSetBroadcast = id; ibSetListenPort = id; ibStartServer = id; };
47 ibDefaultPortText = NSTextField;
48 ibNameField = NSTextField;
49 ibPortField = NSTextField;
50 ibSessionTable = NSTableView;
51 ibStartButton = NSButton;
52 ibStatusField = StatusTextField;
54 SUPERCLASS = NSObject;
56 {CLASS = StatusTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
58 ACTIONS = {ibAutoCheckButton = id; ibCheckNowButton = id; };
61 OUTLETS = {ibAutoCheckButton = NSButton; };
62 SUPERCLASS = NSObject;