Example #1
0
func Hide(ih *Ihandle) int {
	return int(C.IupHide(ih.C()))
}
Example #2
0
func (h *Handle) Hide() int {
	return int(C.IupHide(h.p))
}