Exemplo n.º 1
0
func ShowXY(ih *Ihandle, x, y int) int {
	return int(C.IupShowXY(ih.C(), C.int(x), C.int(y)))
}
Exemplo n.º 2
0
func (h *Handle) ShowXY(x, y int) int {
	return int(C.IupShowXY(h.p, C.int(x), C.int(y)))
}