Exemplo n.º 1
0
func GetFocus() *Ihandle {
	return (*Ihandle)(C.IupGetFocus())
}
Exemplo n.º 2
0
func GetFocus() IHandle {
	return toHandle(C.IupGetFocus())
}