MCPcopy Index your code
hub / github.com/lxn/walk / Frozen

Method Frozen

tableviewcolumn.go:248–250  ·  view source on GitHub ↗

Frozen returns if the column is frozen.

()

Source from the content-addressed store, hash-verified

246
247// Frozen returns if the column is frozen.
248func (tvc *TableViewColumn) Frozen() bool {
249 return tvc.frozen
250}
251
252// SetFrozen sets if the column is frozen.
253func (tvc *TableViewColumn) SetFrozen(frozen bool) (err error) {

Callers 2

StretchLastColumnMethod · 0.80
SaveStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected