Add a function like AddBlock that works like AddWithWidthWrap except generates a row without a label. This would be used for displaying large blocks of text such as descriptions. It would work like this.
layout.Panel("Description").
SetTitle("Guild Description").
AddBlock(guild.Long) // Or some other arbitrary large string of text
This would produce something that looks like:
┌─ .:Guild Description ───┐
A bunch of text
describing the thing
and how great it is
that we get to bask in
the glorious presence
of the thing as it
exists.
└─────────────────────────┘
Add a function like
AddBlockthat works likeAddWithWidthWrapexcept generates a row without a label. This would be used for displaying large blocks of text such as descriptions. It would work like this.This would produce something that looks like: