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