ui/cocoa/window.m

changeset 870
e167cf006213
parent 869
6b7a178cff7c
child 986
6f7600c2b9e1
equal deleted inserted replaced
869:6b7a178cff7c 870:e167cf006213
84 obj->window = window_data; 84 obj->window = window_data;
85 return obj; 85 return obj;
86 } 86 }
87 87
88 UiObject* ui_splitview_window(const char *title, UiBool sidebar) { 88 UiObject* ui_splitview_window(const char *title, UiBool sidebar) {
89 sleep(1);
89 return create_window(title, FALSE, sidebar, TRUE); 90 return create_window(title, FALSE, sidebar, TRUE);
90 } 91 }
91 92
92 void ui_window_size(UiObject *obj, int width, int height) { 93 void ui_window_size(UiObject *obj, int width, int height) {
93 // TODO 94 // TODO

mercurial