mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {
|
|
"" = id;
|
|
goToNextPage = id;
|
|
goToPreviousPage = id;
|
|
zoomIn = id;
|
|
zoomOut = id;
|
|
};
|
|
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; },
|
|
{
|
|
CLASS = VLPDFWindow;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
nextPageItem = id;
|
|
pdfView = id;
|
|
prevPageItem = id;
|
|
zoomInItem = id;
|
|
zoomOutItem = id;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |