예제 #1
0
파일: button.go 프로젝트: maxid/xcgui
func (b *Button) GetType() xc.Button_type_ {
	return xc.XBtnGetType(b.hEle)
}
예제 #2
0
파일: button.go 프로젝트: henrylee2cn/xcgui
func (b *Button) GetType() xc.BUTTON_TYPE_ {
	return xc.XBtnGetType(b.hEle)
}