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

Method applyImageList

tableview.go:1863–1866  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1861}
1862
1863func (tv *TableView) applyImageList() {
1864 win.SendMessage(tv.hwndFrozenLV, win.LVM_SETIMAGELIST, win.LVSIL_SMALL, uintptr(tv.hIml))
1865 win.SendMessage(tv.hwndNormalLV, win.LVM_SETIMAGELIST, win.LVSIL_SMALL, uintptr(tv.hIml))
1866}
1867
1868func (tv *TableView) disposeImageListAndCaches() {
1869 if tv.hIml != 0 && !tv.usingSysIml {

Callers 3

SetFrozenMethod · 0.80
sendMessageMethod · 0.80

Calls 1

SendMessageMethod · 0.65

Tested by

no test coverage detected