SetSize sets the width and height of this component.
(width, height int)
| 542 | |
| 543 | // SetSize sets the width and height of this component. |
| 544 | func (m *Model) SetSize(width, height int) { |
| 545 | m.setSize(width, height) |
| 546 | } |
| 547 | |
| 548 | // SetWidth sets the width of this component. |
| 549 | func (m *Model) SetWidth(v int) { |