ui/cocoa/MainWindow.h

changeset 877
aff9ad6a54a1
parent 864
d39301e8f962
--- a/ui/cocoa/MainWindow.h	Sun Oct 26 10:30:02 2025 +0100
+++ b/ui/cocoa/MainWindow.h	Sun Oct 26 13:10:46 2025 +0100
@@ -31,6 +31,8 @@
 
 @interface MainWindow : NSWindow<UiToplevelObject>
 
+@property UiObject *obj;
+@property (strong) NSSplitView *splitview;
 @property (strong) NSView *sidebar;
 @property (strong) NSView *leftPanel;
 @property (strong) NSView *rightPanel;

mercurial