Exemple #1
0
func GetAttributes(ih *Ihandle) string {
	return C.GoString(C.IupGetAttributes((*C.Ihandle)(ih)))
}
Exemple #2
0
func (h *Handle) GetAttributes() string {
	return FromCS(C.IupGetAttributes(h.p))
}