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