#include <cx/XtArea.h>void cxXtAreaResize(Widget top,long windowID)
subroutine cxXtAreaResize(top,windowID) integer top integer windowID
The parent window is typically owned by the IRIS Explorer user interface. When this window is moved or resized, the drawing area parameter is sent to the module. When the module receives this parameter, it should call this function to keep the widget size the same as the window size.
Widgets contained in top should have appropriate constraints and resize actions so that resizing the container widget will trigger the appropriate response.
The X version of the Module Control Wrapper must be used in all modules that use this routine.
See the IRIS Explorer Module Writer's Guide for examples of using a cxXtArea.