Esempio n. 1
0
func Destroy(ih *Ihandle) {
	C.IupDestroy(ih.C())
}
Esempio n. 2
0
func (h *Handle) Destroy() {
	C.IupDestroy(h.p)
}