Lines Matching refs:core

165 	if (widget->core.managed) {
166 if (widget->core.mapped_when_managed) num_mapped_children++;
168 bw = widget->core.width + 2*widget->core.border_width + h_space;
188 if (position && (lw != widget->core.x || h != widget->core.y)) {
206 bh = widget->core.height + 2*widget->core.border_width;
238 (*childP)->core.mapped_when_managed) {
368 DoLayout((BoxWidget)w, w->core.width, w->core.height, &junk, &junk, TRUE);
388 DoLayout( bbw, bbw->core.width, bbw->core.height,
392 than bbw->core.width unless some child is larger, so there's no
395 if ((bbw->core.width == preferred_width) &&
396 (bbw->core.height == preferred_height)) {
415 DoLayout( bbw, bbw->core.width, bbw->core.height,
417 if ((preferred_width <= bbw->core.width) &&
418 (preferred_height <= bbw->core.height))
477 if ((request->request_mode & CWX && request->x != w->core.x) ||
478 (request->request_mode & CWY && request->y != w->core.y))
486 request->width = w->core.width;
488 request->height = w->core.height;
490 request->border_width = w->core.border_width;
493 width = w->core.width;
494 height = w->core.height;
495 borderWidth = w->core.border_width;
496 w->core.width = request->width;
497 w->core.height = request->height;
498 w->core.border_width = request->border_width;
504 bbw = (BoxWidget) w->core.parent;
510 || bbw->box.preferred_width < bbw->core.width
511 || bbw->box.preferred_height < bbw->core.height
520 w->core.width = width;
521 w->core.height = height;
522 w->core.border_width = borderWidth;
557 if (newbbw->core.width == 0)
558 newbbw->core.width = newbbw->box.preferred_width;
560 if (newbbw->core.height == 0)
561 newbbw->core.height = newbbw->box.preferred_height;