Example #1
0
func (b *Button) SetStyle(nStyle xc.Button_style_) {
	xc.XBtnSetStyle(b.hEle, nStyle)
}
Example #2
0
func (b *Button) SetStyle(nStyle xc.BUTTON_STYLE_) {
	xc.XBtnSetStyle(b.hEle, nStyle)
}