예제 #1
0
파일: button.go 프로젝트: maxid/xcgui
func (b *Button) SetState(nState xc.Common_state3_) {
	xc.XBtnSetState(b.hEle, nState)
}
예제 #2
0
파일: button.go 프로젝트: henrylee2cn/xcgui
func (b *Button) SetState(nState xc.COMMON_STATE3_) {
	xc.XBtnSetState(b.hEle, nState)
}