Exemple #1
0
func (b *Button) EnableAnimation(bEnable, bLoopPlay bool) {
	xc.XBtnEnableAnimation(b.hEle, bEnable, bLoopPlay)
}
Exemple #2
0
func (b *Button) EnableAnimation(bEnable, bLoopPlay bool) {
	xc.XBtnEnableAnimation(b.hEle, xc.BoolToBOOL(bEnable), xc.BoolToBOOL(bLoopPlay))
}