ui/cocoa/MainWindow.h

changeset 864
d39301e8f962
parent 811
1391ba7e533f
child 877
aff9ad6a54a1
equal deleted inserted replaced
863:589bca248476 864:d39301e8f962
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;

mercurial