func SetFocus(ih *Ihandle) *Ihandle { return (*Ihandle)(C.IupSetFocus(ih.C())) }
func SetFocus(h IHandle) IHandle { return toHandle(C.IupSetFocus(toNative(h))) }