func (b *Button) SetStyle(nStyle xc.Button_style_) { xc.XBtnSetStyle(b.hEle, nStyle) }
func (b *Button) SetStyle(nStyle xc.BUTTON_STYLE_) { xc.XBtnSetStyle(b.hEle, nStyle) }