IupRedraw (since 3.0)

Force the element and its children to be redrawn immediately.

Parameters/Return

void IupRedraw(Ihandle* ih, int children); [in C]
iup.Redraw(ih: ihandle, children: number) [in Lua]

ih: identifier of the interface element.
children: flag to update its children. Can be 0 or 1.

See Also

IupUpdate