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