Lines Matching defs:current
421 TreeWidget current = (TreeWidget) gcurrent, new = (TreeWidget) gnew;
428 if (new->tree.foreground != current->tree.foreground ||
429 new->core.background_pixel != current->core.background_pixel ||
430 new->tree.line_width != current->tree.line_width) {
441 if (new->tree.gravity != current->tree.gravity) {
442 check_gravity (new, current->tree.gravity);
445 if (IsHorizontal(new) != IsHorizontal(current)) {
446 if (new->tree.vpad == current->tree.vpad &&
447 new->tree.hpad == current->tree.hpad) {
448 new->tree.vpad = current->tree.hpad;
449 new->tree.hpad = current->tree.vpad;
453 if (new->tree.vpad != current->tree.vpad ||
454 new->tree.hpad != current->tree.hpad ||
455 new->tree.gravity != current->tree.gravity) {
464 static Boolean ConstraintSetValues (current, request, new, args, num_args)
465 Widget current, request, new;
470 TreeConstraints curc = TREE_CONSTRAINT(current);