12:fe94e0fb9ef3 | 13:2dbc56c2323b |
---|---|
46 NSWindow *window = (NSWindow*)ct->widget; | 46 NSWindow *window = (NSWindow*)ct->widget; |
47 [window setContentView:view]; | 47 [window setContentView:view]; |
48 } | 48 } |
49 | 49 |
50 NSRect ui_window_container_getframe(UiContainer *ct) { | 50 NSRect ui_window_container_getframe(UiContainer *ct) { |
51 [ct->widget frame]; | 51 return [ct->widget frame]; |
52 } | 52 } |