コード例 #1
0
ファイル: attributes.go プロジェクト: jcowgar/go-iup
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))
}