예제 #1
0
파일: button.go 프로젝트: maxid/xcgui
func (b *Button) GetBkInfoManager(nState xc.Button_state_) int {
	return int(xc.XBtnGetBkInfoManager(b.hEle, nState))
}
예제 #2
0
파일: button.go 프로젝트: henrylee2cn/xcgui
func (b *Button) GetBkInfoManager(nState xc.BUTTON_STATE_) int {
	return int(xc.XBtnGetBkInfoManager(b.hEle, nState))
}