ui/motif/window.c

branch
newapi
changeset 416
89ad8467c39f
parent 406
0ebf9d7b23e8
equal deleted inserted replaced
415:e35cdf33998c 416:89ad8467c39f
95 title, 95 title,
96 xmMainWindowWidgetClass, 96 xmMainWindowWidgetClass,
97 toplevel, 97 toplevel,
98 NULL); 98 NULL);
99 99
100 // menu
101 if(!simple) {
102 ui_create_menubar(obj, window);
103 }
104
100 // content frame 105 // content frame
101 n = 0; 106 n = 0;
102 Widget frame = XmCreateFrame(window, "window_frame", args, n); 107 Widget frame = XmCreateFrame(window, "window_frame", args, n);
103 XtManageChild(frame); 108 XtManageChild(frame);
104 109

mercurial