func GetAttributes(ih *Ihandle) string { return C.GoString(C.IupGetAttributes((*C.Ihandle)(ih))) }
func (h *Handle) GetAttributes() string { return FromCS(C.IupGetAttributes(h.p)) }