Callback Procedure addPointProc
addPointProc is called after you enter a point and is passed the w_windowId and the list of points that you have entered so far. The last point in the list is the point you just entered.
addPointProc( w_windowId l_pointList)
To reject the most recently added point, addPointProc should call the deletePoint function.
Return to top