editDetails.utextStatic <- function(x, specs) {
    if (any(names(specs) %in% 
        c("label", "x", "y", "just"))) {
        kids <- utextChildren(x$label, x$x, x$y, 
                              x$just, x$name)
        x <- setChildren(x, kids)
    }
    x   
}


