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