mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-23 03:34:00 +00:00
24 lines
627 B
Plaintext
24 lines
627 B
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {
|
|
zoomIn = id;
|
|
zoomOut = id;
|
|
zoomToActualSize = id;
|
|
zoomToFit = id;
|
|
zoomToFitWidth = id;
|
|
};
|
|
CLASS = FirstResponder;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
ACTIONS = {playNewPitch = id; selectLilypondPath = id; };
|
|
CLASS = VLAppController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {lilypondPath = id; };
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |