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