示例#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)))
}