SetWidth sets the width of this component.
(v int)
| 547 | |
| 548 | // SetWidth sets the width of this component. |
| 549 | func (m *Model) SetWidth(v int) { |
| 550 | m.setSize(v, m.height) |
| 551 | } |
| 552 | |
| 553 | // SetHeight sets the height of this component. |
| 554 | func (m *Model) SetHeight(v int) { |
no test coverage detected