func (b *Button) SetText(value string) { xc.XBtnSetText(b.hEle, xc.StringToUTF16Ptr(value)) }
func (b *Button) SetText(value string) { xc.XBtnSetText(b.hEle, value) }