예제 #1
0
파일: button.go 프로젝트: maxid/xcgui
func (b *Button) SetText(value string) {
	xc.XBtnSetText(b.hEle, xc.StringToUTF16Ptr(value))
}
예제 #2
0
파일: button.go 프로젝트: henrylee2cn/xcgui
func (b *Button) SetText(value string) {
	xc.XBtnSetText(b.hEle, value)
}