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