MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / SetFieldWidth

Method SetFieldWidth

internal/ui/components/form_button.go:124–126  ·  view source on GitHub ↗

SetFieldWidth is a no-op for FormButton.

(width int)

Source from the content-addressed store, hash-verified

122
123// SetFieldWidth is a no-op for FormButton.
124func (b *FormButton) SetFieldWidth(width int) tview.FormItem {
125 return b
126}
127
128// GetFieldHeight returns the height of the button (always 1).
129func (b *FormButton) GetFieldHeight() int {

Callers 14

NewConfigWizardPageFunction · 0.80
displayVMCreateFormMethod · 0.80
activateSearchMethod · 0.80
showAddGroupDialogMethod · 0.80
displayCreateFormMethod · 0.80
displayLXCCreateFormMethod · 0.80
ShowCreateFormMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected