1
0
mirror of https://github.com/br0xen/termbox-util.git synced 2024-11-22 13:33:15 +00:00

Label needs SetTabSkip

This commit is contained in:
Brian Buller 2019-03-04 23:26:40 +00:00
parent 1df4d54fd1
commit 610063fae6

View File

@ -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 }