IupFlush

IUP - Portable User Interface

IupFlush

Processes all pending messages in the message queue.

Parameters/Return

void IupFlush(void); [in C]
IupFlush() [in IupLua3]
iup.Flush() [in IupLua5]

Notes

When you change an attribute of a certain element, the change may not take place immediately. For this update to occur faster than usual, run IupFlush after the attribute is changed.

Important: A call to this function may cause other callbacks to be processed before its returns.