Пример #1
0
func Destroy(ih *Ihandle) {
	C.IupDestroy(ih.C())
}
Пример #2
0
func (h *Handle) Destroy() {
	C.IupDestroy(h.p)
}