Function ProUIDrawingareaClipchildrenSet
Description
Set the flag indicating whether drawing operations within the drawing area should be clipped so that they do not overlap any children contained within the drawing area.
NOTE: This option does not affect the initial display of the drawing area graphics using
ProUIDrawingareaPostmanagenotifyActionSet() because the children are drawn after the graphics are drawn. This can be used from within other drawing area action callbacks.
Synopsis
| ProUIDrawingareaClipchildrenSet |
| ( char* dialog /* (In) The name of the dialog that contains the drawing area. */ char* component /* (In) The name of the drawing area component. */ /* (In) */ ) |
Returns
| The function succeeded. |
| The function failed. |
| One or more input arguments was invalid. |
User Guide References