Changes
don't make the box object available from other modules - it's not really designed for that kind of use
end
local function makeBoxmain(boxType, args)
box:setTitle(args)
local cfg = box:getConfig(boxType)
args[k] = v
end
return makeBoxmain(boxType, args)
end
end
local p = {
mbox = makeWrapper('mbox')
}