예제 #1
0
func GetAttributes(ih *Ihandle) string {
	return C.GoString(C.IupGetAttributes((*C.Ihandle)(ih)))
}
예제 #2
0
파일: handle.go 프로젝트: visualfc/go-iup
func (h *Handle) GetAttributes() string {
	return FromCS(C.IupGetAttributes(h.p))
}