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

Method SetPersistent

tableview.go:1584–1586  ·  view source on GitHub ↗

SetPersistent sets if the *TableView should persist its UI state, like column widths. See *App.Settings for details.

(value bool)

Source from the content-addressed store, hash-verified

1582// SetPersistent sets if the *TableView should persist its UI state, like column
1583// widths. See *App.Settings for details.
1584func (tv *TableView) SetPersistent(value bool) {
1585 tv.persistent = value
1586}
1587
1588// IgnoreNowhere returns if the *TableView should ignore left mouse clicks in the
1589// empty space. It forbids the user from unselecting the current index, or when

Callers 1

NewTableViewWithCfgFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected