Exemplo n.º 1
0
func Detach(ih *Ihandle) {
	C.IupDetach(ih.C())
}
Exemplo n.º 2
0
func (h *Handle) Detach() {
	C.IupDetach(h.p)
}