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