- /* TODO
- // Set status line, if any
- if (status_line_exists)
- {
- Dimension clientW, clientH;
- XtVaGetValues(clientArea, XmNwidth, &clientW, XmNheight, &clientH, NULL);
- Dimension xx, yy;
- XtVaGetValues(statusLineWidget, XmNwidth, &xx, XmNheight, &yy, NULL);
-
- XtUnmanageChild(statusLineWidget);
- XtVaSetValues(statusLineWidget, XmNx, 0, XmNy, clientH - yy, XmNwidth, clientW, NULL);