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