Lines Matching refs:current
319 * current locations to the new ones.
669 static Boolean SetValues(current, request, new, args, num_args)
670 Widget current, request, new;
700 static Boolean ConstraintSetValues(current, request, new, args, num_args)
701 Widget current, request, new;
705 FormConstraints cfc = (FormConstraints) current->core.constraints;
724 current->core.x == new->core.x &&
725 current->core.y == new->core.y &&
726 current->core.width == new->core.width &&
727 current->core.height == new->core.height &&
728 current->core.border_width == new->core.border_width)