func SaveClassAttributes(ih *Ihandle) { C.IupSaveClassAttributes(ih.C()) }
func (h *Handle) SaveClassAttributes() { C.IupSaveClassAttributes(h.p) }