Lines Matching refs:core

217     values.background = w->core.background_pixel;
338 if ((int)request->core.width <= 0) new->core.width = 5;
339 if ((int)request->core.height <= 0) new->core.height = 5;
390 TreeWidget tw = (TreeWidget) new->core.parent;
429 new->core.background_pixel != current->core.background_pixel ||
471 TreeWidget tw = (TreeWidget) new->core.parent;
518 layout_tree ((TreeWidget) (w->core.parent), FALSE);
528 TreeWidget tw = (TreeWidget) w->core.parent;
533 if ((request->request_mode & CWX && request->x!=w->core.x)
534 ||(request->request_mode & CWY && request->y!=w->core.y))
542 w->core.width = request->width;
544 w->core.height = request->height;
546 w->core.border_width = request->border_width;
580 if (tw->core.visible) {
593 int srcx = child->core.x + child->core.border_width;
594 int srcy = child->core.y + child->core.border_width;
598 srcx += child->core.width + child->core.border_width;
601 srcy += child->core.height / 2;
605 srcy += child->core.height + child->core.border_width;
608 srcx += child->core.width / 2;
622 (int) k->core.x,
623 (k->core.y + ((int) k->core.border_width) +
624 ((int) k->core.height) / 2));
632 (k->core.x + ((int) k->core.border_width) +
633 ((int) k->core.width) / 2),
634 (int) k->core.y);
642 (k->core.x +
643 (((int) k->core.border_width) << 1) +
644 (int) k->core.width),
645 (k->core.y + ((int) k->core.border_width) +
646 ((int) k->core.height) / 2));
654 (k->core.x + ((int) k->core.border_width) +
655 ((int) k->core.width) / 2),
656 (k->core.y +
657 (((int) k->core.border_width) << 1) +
658 (int) k->core.height));
682 else if (preferred->width == w->core.width &&
683 preferred->height == w->core.height)
710 Dimension bw2 = w->core.border_width * 2;
719 newwidth = ((horiz ? w->core.width : w->core.height) + bw2);
727 tc->tree.bbwidth = w->core.width + bw2;
728 tc->tree.bbheight = w->core.height + bw2;
791 ((Position) w->core.width) - tc->tree.x);
796 ((Position) w->core.height) - tc->tree.y);
828 Dimension bw2 = w->core.border_width * 2;
839 int myh = (w->core.height + bw2);
846 int myw = (w->core.width + bw2);
905 ((lastcc->tree.y + (Position) child->core.height +
906 (Position) child->core.border_width * 2 -
907 firstcc->tree.y - (Position) w->core.height -
908 (Position) w->core.border_width * 2 + 1) / 2);
912 ((lastcc->tree.x + (Position) child->core.width +
913 (Position) child->core.border_width * 2 -
914 firstcc->tree.x - (Position) w->core.width -
915 (Position) w->core.border_width * 2 + 1) / 2);
928 tw->core.width = width;
929 tw->core.height = height;