UpdtDialog
DialogPtr theDialog ; identifies dialog window UpdtDialog draws a specified portion of the contents of a dialog within its enclosing window frame. It is needed rarely since DialogSelect and theDialog is the address of a DialogRecord; It identifies the dialog to be displayed.
updtRgn is a handle leading to a variable-length Region structure. It identifies which part of theDialog should be drawn.
Notes: UpdtDialog might be used in response to an activate or update event for a (which perform screen updating automatically).
Typical usage would be to pass the dialog window's visRgn handle (see This is a more efficient version of the DrawDialog function. Rather than drawing the entire dialog and letting Quickdraw clip it, only those portions
of the dialog contained in updtRgn are drawn.