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