MCPcopy
hub / github.com/docker/docker-agent / Width

Method Width

pkg/tui/dialog/base.go:51–53  ·  view source on GitHub ↗

Width returns the current width.

()

Source from the content-addressed store, hash-verified

49
50// Width returns the current width.
51func (b *BaseDialog) Width() int {
52 return b.width
53}
54
55// Height returns the current height.
56func (b *BaseDialog) Height() int {

Callers 15

renderResizeHandleMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
wrapDisplayTextFunction · 0.45
dialogDimensionsMethod · 0.45
SetSizeMethod · 0.45
renderSafetyWarningMethod · 0.45
renderMetadataMethod · 0.45
ViewMethod · 0.45

Calls

no outgoing calls