func GetParent(ih *Ihandle) *Ihandle { return (*Ihandle)(C.IupGetParent(ih.C())) }
func (h *Handle) GetParent() IHandle { return toHandle(C.IupGetParent(h.p)) }