CurrentIndex returns the index of the current item, or -1 if there is no current item.
()
| 1158 | // CurrentIndex returns the index of the current item, or -1 if there is no |
| 1159 | // current item. |
| 1160 | func (tv *TableView) CurrentIndex() int { |
| 1161 | return tv.currentIndex |
| 1162 | } |
| 1163 | |
| 1164 | // SetCurrentIndex sets the index of the current item. |
| 1165 | // |
no outgoing calls
no test coverage detected