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