GuiUpdateDisable¶
Sets and internal variable to disable the update of views. To re-enable updating after processing or performing some operation, use the GuiUpdateEnable function.
void GuiUpdateDisable();
Parameters¶
This function has no parameters.
Return Value¶
This function does not return a value.
Example¶
GuiUpdateDisable();