示例#1
0
文件: button.go 项目: maxid/xcgui
func (b *Button) SetState(nState xc.Common_state3_) {
	xc.XBtnSetState(b.hEle, nState)
}
示例#2
0
func (b *Button) SetState(nState xc.COMMON_STATE3_) {
	xc.XBtnSetState(b.hEle, nState)
}