Lines Matching refs:core
244 cwc = (ConstraintWidgetClass) XtClass(w->core.parent);
245 if (w->core.constraints) {
258 oldw->core.constraints = XtStackAlloc(constraintSize, oldcCache);
259 reqw->core.constraints = XtStackAlloc(constraintSize, reqcCache);
260 (void) memcpy(oldw->core.constraints,
261 w->core.constraints, (size_t) constraintSize);
265 SetValues((char *) w->core.constraints,
269 (void) memcpy(reqw->core.constraints,
270 w->core.constraints, (size_t) constraintSize);
299 if (oldw->core.x != w->core.x) {
300 geoReq.x = w->core.x;
301 w->core.x = oldw->core.x;
304 if (oldw->core.y != w->core.y) {
305 geoReq.y = w->core.y;
306 w->core.y = oldw->core.y;
309 if (oldw->core.width != w->core.width) {
310 geoReq.width = w->core.width;
311 w->core.width = oldw->core.width;
314 if (oldw->core.height != w->core.height) {
315 geoReq.height = w->core.height;
316 w->core.height = oldw->core.height;
319 if (oldw->core.border_width != w->core.border_width) {
320 geoReq.border_width = w->core.border_width;
321 w->core.border_width = oldw->core.border_width;
334 geoReq.x = w->core.x;
339 geoReq.y = w->core.y;
344 geoReq.width = w->core.width;
349 geoReq.height = w->core.height;
354 geoReq.border_width = w->core.border_width;
419 if ((w->core.width != oldw->core.width ||
420 w->core.height != oldw->core.height)
437 if (redisplay && XtIsRealized(w) && !w->core.being_destroyed) {
448 if (XtIsRealized(pw) && !pw->core.being_destroyed) {
466 XtStackFree(oldw->core.constraints, oldcCache);
467 XtStackFree(reqw->core.constraints, reqcCache);