ui/motif/window.c

changeset 113
500c085d2133
parent 111
40dbf1a7526a
child 128
c284c15509a8
equal deleted inserted replaced
112:fdd33964b35f 113:500c085d2133
135 Widget frame = XmCreateFrame(form, "content_frame", args, n); 135 Widget frame = XmCreateFrame(form, "content_frame", args, n);
136 XtManageChild(frame); 136 XtManageChild(frame);
137 137
138 Widget content_form = XmCreateForm(frame, "content_form", NULL, 0); 138 Widget content_form = XmCreateForm(frame, "content_form", NULL, 0);
139 XtManageChild(content_form); 139 XtManageChild(content_form);
140 obj->container = ui_box_container(obj, content_form, UI_BOX_VERTICAL); 140 obj->container = ui_box_container(obj, content_form, 0, 0, UI_BOX_VERTICAL);
141 141
142 XtManageChild(form); 142 XtManageChild(form);
143 143
144 obj->widget = toplevel; 144 obj->widget = toplevel;
145 nwindows++; 145 nwindows++;

mercurial