func Map(ih *Ihandle) int { return int(C.IupMap(ih.C())) }
func (h *Handle) Map() int { return int(C.IupMap(h.p)) }