func GetFocus() *Ihandle { return (*Ihandle)(C.IupGetFocus()) }
func GetFocus() IHandle { return toHandle(C.IupGetFocus()) }