twgh / xcgui

炫彩界面库. Go GUI library. Golang bindings for XCGUI, Windows GUI library, DirectUI design idea.

Home Page:https://pkg.go.dev/github.com/twgh/xcgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] failed to GetSelectAll in ListView

sdxstar opened this issue · comments

failed to GetSelectAll in ListView

func (l *ListView) GetSelectAll(pArray int, nArraySize int) int {
	return xc.XListView_GetSelectAll(l.Handle, pArray, nArraySize)
}

I think the 1st arg should be a pointer to an array but not an int.

commented

v1.3.372 已修复