func Show(ih *Ihandle) int { return int(C.IupShow(ih.C())) }
func (h *Handle) Show() int { return int(C.IupShow(h.p)) }