Example #1
0
func (b *Button) SetText(value string) {
	xc.XBtnSetText(b.hEle, xc.StringToUTF16Ptr(value))
}
Example #2
0
func (b *Button) SetText(value string) {
	xc.XBtnSetText(b.hEle, value)
}