diff options
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib new file mode 100644 index 000000000..df2438f40 --- /dev/null +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -0,0 +1,70 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = { + BrowseDVD = id; + BrowseFile = id; + Cancel = id; + ClosePanel = id; + NextPicture = id; + PreviousPicture = id; + Resume = id; + Rip = id; + Scan = id; + ScanEnableIntf = id; + ShowPicturePanel = id; + Suspend = id; + UpdatePicture = id; + UpdatePopUp = id; + }; + CLASS = HBController; + LANGUAGE = ObjC; + OUTLETS = { + fAudioField = NSTextField; + fAudioPopUp = NSPopUpButton; + fAudioStepper = NSStepper; + fBlankView = NSView; + fBottomField = NSTextField; + fBottomStepper = NSStepper; + fCropButton = NSButton; + fDVDFolderField = NSTextField; + fDVDPopUp = NSPopUpButton; + fDeinterlaceCheck = NSButton; + fDonePanel = NSPanel; + fFileField = NSTextField; + fInfoField = NSTextField; + fLeftField = NSTextField; + fLeftStepper = NSStepper; + fPictureGLView = PictureGLView; + fPicturePanel = NSPanel; + fRightField = NSTextField; + fRightStepper = NSStepper; + fRipBrowseButton = NSButton; + fRipButton = NSButton; + fRipProgress = NSProgressIndicator; + fRipStatusField = NSTextField; + fRipView = NSView; + fScanBrowseButton = NSButton; + fScanButton = NSButton; + fScanMatrix = NSMatrix; + fScanProgress = NSProgressIndicator; + fScanStatusField = NSTextField; + fScanView = NSView; + fSuspendButton = NSButton; + fTitlePopUp = NSPopUpButton; + fTopField = NSTextField; + fTopStepper = NSStepper; + fTwoPassCheck = NSButton; + fVideoField = NSTextField; + fVideoStepper = NSStepper; + fWidthField = NSTextField; + fWidthStepper = NSStepper; + fWindow = NSWindow; + }; + SUPERCLASS = NSObject; + }, + {CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; } + ); + IBVersion = 1; +}
\ No newline at end of file |