Ejemplo n.º 1
0
func SetFocus(ih *Ihandle) *Ihandle {
	return (*Ihandle)(C.IupSetFocus(ih.C()))
}
Ejemplo n.º 2
0
func SetFocus(h IHandle) IHandle {
	return toHandle(C.IupSetFocus(toNative(h)))
}