CurrentIndexChanged is the event that is published after CurrentIndex has changed.
()
| 1244 | // CurrentIndexChanged is the event that is published after CurrentIndex has |
| 1245 | // changed. |
| 1246 | func (tv *TableView) CurrentIndexChanged() *Event { |
| 1247 | return tv.currentIndexChangedPublisher.Event() |
| 1248 | } |
| 1249 | |
| 1250 | // IndexAt returns the item index at coordinates x, y of the |
| 1251 | // TableView or -1, if that point is not inside any item. |
no test coverage detected