VocalEasel/English.lproj/VLPDFWindow.nib/classes.nib

43 lines
1.2 KiB
Plaintext
Raw Normal View History

2006-10-26 08:21:50 +00:00
{
IBClasses = (
{
2006-12-02 23:05:12 +00:00
ACTIONS = {
"" = id;
goToNextPage = id;
goToPreviousPage = id;
zoomIn = id;
zoomOut = id;
};
2006-10-26 08:21:50 +00:00
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
CLASS = LilypondOutputWin;
LANGUAGE = ObjC;
OUTLETS = {
fNextPageItem = id;
fPDFView = id;
fPrevPageItem = id;
fZoomInItem = id;
fZoomOutItem = id;
};
SUPERCLASS = NSWindowController;
},
{CLASS = LilypondPDFView; LANGUAGE = ObjC; SUPERCLASS = PDFView; },
{CLASS = VLPDFView; LANGUAGE = ObjC; SUPERCLASS = PDFView; },
2006-10-26 08:21:50 +00:00
{
CLASS = VLPDFWindow;
LANGUAGE = ObjC;
OUTLETS = {
nextPageItem = id;
pdfView = id;
2006-10-26 08:21:50 +00:00
prevPageItem = id;
zoomInItem = id;
zoomOutItem = id;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}