ui/cocoa/MainWindow.h

changeset 1176
87a906a990e3
parent 1174
8b8da1adef7d
equal deleted inserted replaced
1175:1943f7411e50 1176:87a906a990e3
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>

mercurial