mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Add outlet types
This commit is contained in:
parent
a315f7b322
commit
423250f8cd
|
@ -11,9 +11,9 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface VLAppController : NSObject {
|
||||
IBOutlet id lilypondPath;
|
||||
IBOutlet NSPopUpButton * lilypondPath;
|
||||
IBOutlet id mirrorWin;
|
||||
IBOutlet id debugMenu;
|
||||
IBOutlet NSMenu * debugMenu;
|
||||
|
||||
NSString * toolPath;
|
||||
NSString * appPath;
|
||||
|
|
Loading…
Reference in New Issue
Block a user