Lines Matching refs:geometry
833 XtWidgetGeometry geometry;
839 geometry.request_mode = CWWidth | CWHeight;
840 geometry.width = width;
841 geometry.height = height;
845 geometry.width = w->core.width;
847 geometry.height = w->core.height;
852 geometry.width = w->core.width;
854 if (w->core.height != 0) geometry.height = w->core.height;
856 if ((result = XtMakeGeometryRequest(w, &geometry, &geometry))
858 result = XtMakeGeometryRequest(w, &geometry, NULL);