IupRedraw (since 3.0)

Force the element and its children to be redraw immediately.

Parameters/Return

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

ih: identifier of the interface element.
children: flag to update its children.

See Also

IupUpdate