mirror of
https://github.com/br0xen/termbox-util.git
synced 2025-08-18 11:44:06 -05:00
Label should have IsTabSkipped
This commit is contained in:
@@ -20,6 +20,11 @@ func CreateLabel(lbl string, x, y, w, h int, fg, bg termbox.Attribute) *Label {
|
||||
return &i
|
||||
}
|
||||
|
||||
// IsTabSkipped is always true for a label
|
||||
func (i *InputField) IsTabSkipped() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// GetID returns this control's ID
|
||||
func (i *Label) GetID() string { return i.id }
|
||||
|
||||
|
Reference in New Issue
Block a user