X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=English.lproj%2FPreferences.nib%2Fclasses.nib;fp=English.lproj%2FPreferences.nib%2Fclasses.nib;h=4ee476b8310a59bbd953f45f0c55afda20ddf7b5;hp=fa73c485de807d464f9a4256da53799b760c4f30;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/English.lproj/Preferences.nib/classes.nib b/English.lproj/Preferences.nib/classes.nib index fa73c48..4ee476b 100644 --- a/English.lproj/Preferences.nib/classes.nib +++ b/English.lproj/Preferences.nib/classes.nib @@ -1,22 +1,65 @@ { IBClasses = ( + { + ACTIONS = {copy = id; cut = id; delete = id; paste = id; }; + CLASS = BetterTableView; + LANGUAGE = ObjC; + SUPERCLASS = NSTableView; + }, {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { - ACTIONS = {apply = id; cancel = id; change = id; revert = id; save = id; }; - CLASS = PreferenceController; + ACTIONS = { + ibDisplayValuesButton = id; + ibSetAskForSave = id; + ibSetFadeSmoothly = id; + ibSetResultsDisplayed = id; + ibSetValueUpdate = id; + ibStartEditingVarsButton = id; + ibSwitchVariablesButton = id; + ibWindowOrderButton = id; + }; + CLASS = GeneralPrefs; LANGUAGE = ObjC; OUTLETS = { - allowRemoteButton = id; - broadcastNameTextField = id; - delegate = id; - hitsDisplayedTextField = id; - listenPortTextField = id; - playSoundsButton = id; - prefsWindow = id; - updateAutomaticallyButton = id; - windowsOnTopButton = id; + ibAskForSaveButton = NSButton; + ibDisplayValuesButton = NSButton; + ibFadeSmoothlyButton = NSButton; + ibResultsDisplayedField = NSTextField; + ibStartEditingVarsButton = NSButton; + ibSwitchVariablesButton = NSButton; + ibValueUpdateField = NSTextField; + ibWindowOrderButton = NSButton; }; + SUPERCLASS = NSObject; + }, + {CLASS = NSObject; LANGUAGE = ObjC; }, + { + CLASS = PreferenceController; + LANGUAGE = ObjC; + OUTLETS = {ibGeneralView = NSView; ibServerView = NSView; ibUpdateCheckView = NSView; }; SUPERCLASS = NSWindowController; + }, + { + ACTIONS = {ibSetBroadcast = id; ibSetListenPort = id; ibStartServer = id; }; + CLASS = ServerPrefs; + LANGUAGE = ObjC; + OUTLETS = { + ibDefaultPortText = NSTextField; + ibNameField = NSTextField; + ibPortField = NSTextField; + ibSessionTable = NSTableView; + ibStartButton = NSButton; + ibStatusField = StatusTextField; + }; + SUPERCLASS = NSObject; + }, + {CLASS = StatusTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, + { + ACTIONS = {ibAutoCheckButton = id; ibCheckNowButton = id; }; + CLASS = UpdatePrefs; + LANGUAGE = ObjC; + OUTLETS = {ibAutoCheckButton = NSButton; }; + SUPERCLASS = NSObject; } ); IBVersion = 1;