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