예제 #1
0
파일: resources.go 프로젝트: DaviWei/iup
func SetFocus(ih *Ihandle) *Ihandle {
	return (*Ihandle)(C.IupSetFocus(ih.C()))
}
예제 #2
0
파일: handle.go 프로젝트: visualfc/go-iup
func SetFocus(h IHandle) IHandle {
	return toHandle(C.IupSetFocus(toNative(h)))
}