IgnoreNowhere returns if the *TableView should ignore left mouse clicks in the empty space. It forbids the user from unselecting the current index, or when multi selection is enabled, disables click drag selection.
()
| 1589 | // empty space. It forbids the user from unselecting the current index, or when |
| 1590 | // multi selection is enabled, disables click drag selection. |
| 1591 | func (tv *TableView) IgnoreNowhere() bool { |
| 1592 | return tv.ignoreNowhere |
| 1593 | } |
| 1594 | |
| 1595 | // IgnoreNowhere sets if the *TableView should ignore left mouse clicks in the |
| 1596 | // empty space. It forbids the user from unselecting the current index, or when |