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

Method SetName

tableviewcolumn.go:122–124  ·  view source on GitHub ↗

SetName sets the name of this TableViewColumn.

(name string)

Source from the content-addressed store, hash-verified

120
121// SetName sets the name of this TableViewColumn.
122func (tvc *TableViewColumn) SetName(name string) {
123 tvc.name = name
124}
125
126// Precision returns the number of decimal places for formatting float32,
127// float64 or big.Rat values.

Callers 1

CreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected