MCPcopy
hub / github.com/mathaou/termdbms / SetSize

Method SetSize

list/list.go:544–546  ·  view source on GitHub ↗

SetSize sets the width and height of this component.

(width, height int)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setSizeMethod · 0.95

Tested by

no test coverage detected