VPadding sets vertical padding (top and bottom).
(py int)
| 86 | |
| 87 | // VPadding sets vertical padding (top and bottom). |
| 88 | func (b *Box) VPadding(py int) *Box { |
| 89 | b.py = py |
| 90 | return b |
| 91 | } |
| 92 | |
| 93 | // Style selects one of the built-in BoxStyle presets. |
| 94 | // |
no outgoing calls