Definition: |
include pGUI.e
IupRedraw(Ihandles ih, bool children=true) |
Description: |
Force the element and optionally its children to be redrawn immediately.
ih: identifier of the interface element, or a sequence of elements. children: flag to update its children. Can be true or false. |
Notes: |
If ih is a sequence, the one single value of children is used for each of the elements it contains.
The use of a named parameter when setting children (in those rare cases to false) is recommended, to make the intent clear and the code easier to read. |
See Also: | IupUpdate |