コード例 #1
0
ファイル: button.go プロジェクト: maxid/xcgui
func (b *Button) EnableAnimation(bEnable, bLoopPlay bool) {
	xc.XBtnEnableAnimation(b.hEle, bEnable, bLoopPlay)
}
コード例 #2
0
ファイル: button.go プロジェクト: henrylee2cn/xcgui
func (b *Button) EnableAnimation(bEnable, bLoopPlay bool) {
	xc.XBtnEnableAnimation(b.hEle, xc.BoolToBOOL(bEnable), xc.BoolToBOOL(bLoopPlay))
}