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