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