| 29 #import "toolkit.h" |
29 #import "toolkit.h" |
| 30 #import "../ui/window.h" |
30 #import "../ui/window.h" |
| 31 |
31 |
| 32 @interface MainWindow : NSWindow |
32 @interface MainWindow : NSWindow |
| 33 |
33 |
| 34 - (MainWindow*)init:(UiObject*)obj; |
34 @property (strong) NSView *sidebar; |
| |
35 |
| |
36 - (MainWindow*)init:(UiObject*)obj withSidebar:(BOOL)sidebar; |
| 35 |
37 |
| 36 @end |
38 @end |
| 37 |
39 |
| 38 |
40 |
| 39 @interface MainWindowController : NSWindowController<NSMenuItemValidation> |
41 @interface MainWindowController : NSWindowController<NSMenuItemValidation> |