lua.wetgenes.gamecake.widgets.center
local master=oven.rebake("wetgenes.gamecake.widgets").setup()
local widget=master:add{class="center",...}
A layout class for very centered children.
lua.wetgenes.gamecake.widgets.center.layout
this function will also call lua.wetgenes.gamecake.widgets.meta.layout
Place any children in the center of this widget. Multiple children will overlap so probably best to only have one child.
lua.wetgenes.gamecake.widgets.center.setup
see lua.wetgenes.gamecake.widgets.meta.setup for generic options
If not explicetly set we will use a size of "full" ie the size of parent as that is probably how this class will always be used.