示例#1
0
文件: button.go 项目: maxid/xcgui
func (b *Button) GetType() xc.Button_type_ {
	return xc.XBtnGetType(b.hEle)
}
示例#2
0
func (b *Button) GetType() xc.BUTTON_TYPE_ {
	return xc.XBtnGetType(b.hEle)
}