MCPcopy
hub / github.com/lxn/walk / IgnoreNowhere

Method IgnoreNowhere

tableview.go:1591–1593  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

1589// empty space. It forbids the user from unselecting the current index, or when
1590// multi selection is enabled, disables click drag selection.
1591func (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

Callers 1

lvWndProcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected