| 36 @property (strong) NSView *sidebar; |
36 @property (strong) NSView *sidebar; |
| 37 @property (strong) NSView *leftPanel; |
37 @property (strong) NSView *leftPanel; |
| 38 @property (strong) NSView *rightPanel; |
38 @property (strong) NSView *rightPanel; |
| 39 @property int topOffset; |
39 @property int topOffset; |
| 40 |
40 |
| 41 - (MainWindow*)init:(UiObject*)obj withSidebar:(BOOL)hasSidebar withSplitview:(BOOL)hasSplitview; |
41 - (MainWindow*)init:(UiObject*)obj withSidebar:(BOOL)hasSidebar withSplitview:(BOOL)hasSplitview width:(int)width height:(int)height; |
| |
42 - (void) saveWindowSize; |
| 42 |
43 |
| 43 @end |
44 @end |
| 44 |
45 |
| 45 |
46 |
| 46 @interface MainWindowController : NSWindowController<NSMenuItemValidation> |
47 @interface MainWindowController : NSWindowController<NSMenuItemValidation> |