Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ updateLVSizes
Method
updateLVSizes
tableview.go:2697–2699 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2695
}
2696
2697
func
(tv *TableView) updateLVSizes() {
2698
tv.updateLVSizesWithSpecialCare(false)
2699
}
2700
2701
func
(tv *TableView) updateLVSizesWithSpecialCare(needSpecialCare bool) {
2702
var
width int
Callers
5
lvWndProc
Method · 0.95
WndProc
Method · 0.95
create
Method · 0.80
destroy
Method · 0.80
update
Method · 0.80
Calls
1
updateLVSizesWithSpecialCare
Method · 0.95
Tested by
no test coverage detected