Mark the element or its children to be redraw when the control returns to the system.
void IupUpdate(Ihandle* ih); [in C] void IupUpdateChildren(Ihandle* ih); [in C] iup.Update(ih: ihandle) [in Lua] iup.UpdateChildren(ih: ihandle) [in Lua]
ih: identifier of the interface element.