Beispiel #1
0
func CopyClassAttributes(ih, dest *Ihandle) {
	C.IupCopyClassAttributes(ih.C(), dest.C())
}
Beispiel #2
0
func (h *Handle) CopyClassAttributes(src IHandle) {
	C.IupCopyClassAttributes(h.p, toNative(src))
}