Annotation of hatari/src/gui-osx/SDLMain.nib/classes.nib, revision 1.1.1.3

1.1       root        1: {
                      2:     IBClasses = (
                      3:         {
                      4:             ACTIONS = {createFloppyImage = id; runModal = id; }; 
                      5:             CLASS = CreateFloppyController; 
                      6:             LANGUAGE = ObjC; 
                      7:             OUTLETS = {
                      8:                 sectors = NSMatrix; 
                      9:                 sides = NSMatrix; 
                     10:                 tracks = NSPopUpButton; 
                     11:                 window = NSWindow; 
                     12:             }; 
                     13:             SUPERCLASS = NSObject; 
                     14:         }, 
                     15:         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
1.1.1.3 ! root       16:         {CLASS = NSPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
1.1       root       17:         {
                     18:             ACTIONS = {
                     19:                 changeViewedJoystick = id; 
                     20:                 chooseCartridgeImage = id; 
                     21:                 chooseDefaultImagesLocation = id; 
                     22:                 chooseFloppyImageA = id; 
                     23:                 chooseFloppyImageB = id; 
                     24:                 chooseGemdosImage = id; 
                     25:                 chooseHdImage = id; 
                     26:                 chooseKeyboardMappingFile = id; 
                     27:                 chooseMidiOutputFile = id; 
                     28:                 choosePrintToFile = id; 
                     29:                 chooseRS232InputFile = id; 
                     30:                 chooseRS232OutputFile = id; 
                     31:                 chooseTosImage = id; 
                     32:                 commitAndClose = id; 
                     33:                 ejectFloppyA = id; 
                     34:                 ejectFloppyB = id; 
                     35:                 ejectGemdosImage = id; 
                     36:                 ejectHdImage = id; 
1.1.1.3 ! root       37:                 loadConfigFrom = id; 
1.1       root       38:                 loadPrefs = id; 
                     39:                 myAction = id; 
1.1.1.3 ! root       40:                 saveConfigAs = id; 
1.1       root       41:                 updateEnabledStates = id; 
                     42:             }; 
                     43:             CLASS = PrefsController; 
                     44:             LANGUAGE = ObjC; 
                     45:             OUTLETS = {
                     46:                 autoInsertB = NSButton; 
                     47:                 blitter = NSButton; 
                     48:                 bootFromHD = NSButton; 
                     49:                 captureOnChange = NSButton; 
                     50:                 cartridgeImage = NSTextField; 
                     51:                 colorDepth = NSMatrix; 
                     52:                 compatibleCpu = NSButton; 
                     53:                 cpuClock = NSMatrix; 
                     54:                 cpuType = NSMatrix; 
                     55:                 currentJoystick = NSPopUpButton; 
                     56:                 defaultImagesLocation = NSTextField; 
                     57:                 enableAutoFire = NSButton; 
1.1.1.3 ! root       58:                 enableDSP = NSPopUpButton; 
1.1       root       59:                 enableMidi = NSButton; 
                     60:                 enablePrinter = NSButton; 
                     61:                 enableRS232 = NSButton; 
                     62:                 enableSound = NSButton; 
                     63:                 floppyImageA = NSTextField; 
                     64:                 floppyImageB = NSTextField; 
                     65:                 force8bpp = NSButton; 
1.1.1.2   root       66:                 frameSkip = NSPopUpButton; 
1.1       root       67:                 gemdosImage = NSTextField; 
                     68:                 hdImage = NSTextField; 
                     69:                 joystickDown = NSPopUpButton; 
                     70:                 joystickFire = NSPopUpButton; 
                     71:                 joystickLeft = NSPopUpButton; 
                     72:                 joystickMode = NSMatrix; 
                     73:                 joystickRight = NSPopUpButton; 
                     74:                 joystickUp = NSPopUpButton; 
                     75:                 keyboardMapping = NSMatrix; 
                     76:                 keyboardMappingFile = NSTextField; 
                     77:                 machineType = NSMatrix; 
                     78:                 monitor = NSMatrix; 
                     79:                 patchTimerD = NSButton; 
                     80:                 playbackQuality = NSMatrix; 
                     81:                 printToFile = NSTextField; 
                     82:                 ramSize = NSMatrix; 
                     83:                 readRS232FromFile = NSTextField; 
                     84:                 realJoystick = NSPopUpButton; 
                     85:                 realTime = NSButton; 
                     86:                 resolution = NSMatrix; 
1.1.1.3 ! root       87:                 showStatusBar = NSButton; 
1.1       root       88:                 slowFDC = NSButton; 
                     89:                 tosImage = NSTextField; 
                     90:                 useBorders = NSButton; 
                     91:                 useVDIResolution = NSButton; 
                     92:                 window = NSWindow; 
                     93:                 writeMidiToFile = NSTextField; 
                     94:                 writeProtection = NSMatrix; 
                     95:                 writeRS232ToFile = NSTextField; 
                     96:                 zoomSTLowRes = NSButton; 
                     97:             }; 
                     98:             SUPERCLASS = NSObject; 
                     99:         }, 
                    100:         {
                    101:             ACTIONS = {
                    102:                 captureAnimation = id; 
                    103:                 captureScreen = id; 
                    104:                 captureSound = id; 
                    105:                 coldReset = id; 
                    106:                 doFullScreen = id; 
                    107:                 endCaptureAnimation = id; 
                    108:                 endCaptureSound = id; 
                    109:                 help = id; 
                    110:                 insertDiskA = id; 
                    111:                 insertDiskB = id; 
                    112:                 prefsMenu = id; 
                    113:                 restoreMemorySnap = id; 
                    114:                 saveMemorySnap = id; 
                    115:                 warmReset = id; 
                    116:             }; 
                    117:             CLASS = SDLMain; 
                    118:             LANGUAGE = ObjC; 
                    119:             OUTLETS = {
1.1.1.3 ! root      120:                 beginCaptureAnim = NSMenuItem; 
        !           121:                 beginCaptureSound = NSMenuItem; 
        !           122:                 endCaptureAnim = NSMenuItem; 
        !           123:                 endCaptureSound = NSMenuItem; 
1.1       root      124:             }; 
                    125:             SUPERCLASS = NSObject; 
                    126:         }
                    127:     ); 
                    128:     IBVersion = 1; 
                    129: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.