func Hide(ih *Ihandle) int { return int(C.IupHide(ih.C())) }
func (h *Handle) Hide() int { return int(C.IupHide(h.p)) }