ui/motif/window.c

changeset 61
7ee124a58fe3
parent 60
7cd1b8890302
child 62
70d2aee84432
equal deleted inserted replaced
60:7cd1b8890302 61:7ee124a58fe3
119 Widget frame = XmCreateFrame(form, "content_frame", args, n); 119 Widget frame = XmCreateFrame(form, "content_frame", args, n);
120 XtManageChild(frame); 120 XtManageChild(frame);
121 121
122 Widget content_form = XmCreateForm(frame, "content_form", NULL, 0); 122 Widget content_form = XmCreateForm(frame, "content_form", NULL, 0);
123 XtManageChild(content_form); 123 XtManageChild(content_form);
124 obj->container = ui_vbox_container(obj, content_form); 124 obj->container = ui_box_container(obj, content_form, UI_BOX_VERTICAL);
125 //obj->container = ui_frame_container(obj, frame);
126 125
127 XtManageChild(form); 126 XtManageChild(form);
128 127
129 obj->widget = toplevel; 128 obj->widget = toplevel;
130 nwindows++; 129 nwindows++;

mercurial