func UpdateChildren(ih *Ihandle) { C.IupUpdateChildren(ih.C()) }
func (h *Handle) UpdateChildren() { C.IupUpdateChildren(h.p) }