lua.wetgenes.gamecake.widgets.paragraph
local master=oven.rebake("wetgenes.gamecake.widgets").setup()
local widget=master:add{class="paragraph",...}
A layout class for a paragraph of wordwrapped text that ignores quantity of whitespace and possibly child widgets insereted into the text and apropriate control points.
We will be the full width of our parent and as tall as we need to be to fit the given text.
lua.wetgenes.gamecake.widgets.paragraph.setup
see lua.wetgenes.gamecake.widgets.meta.setup for generic options