ui/cocoa/MainWindow.h

changeset 1176
87a906a990e3
parent 1174
8b8da1adef7d
--- a/ui/cocoa/MainWindow.h	Sat Jun 06 18:08:51 2026 +0200
+++ b/ui/cocoa/MainWindow.h	Sat Jun 06 18:37:04 2026 +0200
@@ -38,7 +38,8 @@
 @property (strong) NSView *rightPanel;
 @property int topOffset;
 
-- (MainWindow*)init:(UiObject*)obj withSidebar:(BOOL)hasSidebar withSplitview:(BOOL)hasSplitview;
+- (MainWindow*)init:(UiObject*)obj withSidebar:(BOOL)hasSidebar withSplitview:(BOOL)hasSplitview width:(int)width height:(int)height;
+- (void) saveWindowSize;
 
 @end
 

mercurial