| 27 */ |
27 */ |
| 28 |
28 |
| 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<UiToplevelObject> |
| 33 |
33 |
| 34 @property (strong) NSView *sidebar; |
34 @property (strong) NSView *sidebar; |
| 35 @property (strong) NSView *leftPanel; |
35 @property (strong) NSView *leftPanel; |
| 36 @property (strong) NSView *rightPanel; |
36 @property (strong) NSView *rightPanel; |
| 37 @property int topOffset; |
37 @property int topOffset; |