mirror of
https://github.com/br0xen/termbox-util.git
synced 2025-08-18 11:44:06 -05:00
Label needs SetTabSkip
This commit is contained in:
@@ -25,6 +25,9 @@ func (i *Label) IsTabSkipped() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// This doesn't do anything for a label
|
||||
func (i *Label) SetTabSkip(b bool) {}
|
||||
|
||||
// GetID returns this control's ID
|
||||
func (i *Label) GetID() string { return i.id }
|
||||
|
||||
|
Reference in New Issue
Block a user