Ejemplo n.º 1
0
func Update(ih *Ihandle) {
	C.IupUpdate(ih.C())
}
Ejemplo n.º 2
0
func (h *Handle) Update() {
	C.IupUpdate(h.p)
}