<> <> DIRECTORY Icons USING [IconFlavor], Rope USING [ROPE], UserExec USING [ExecHandle] ; ActionAreas: CEDAR DEFINITIONS = BEGIN RestoreSelection: PROC [exec: UserExec.ExecHandle]; <> LeaveActionArea: PROC [exec: UserExec.ExecHandle, abort: BOOL, booted: BOOL _ FALSE]; <> <<>> ShowSource: PROC [name: Rope.ROPE, index: INT, exec: UserExec.ExecHandle, onlyIfAlreadyOpen: BOOL _ FALSE]; actionAreaIcon, inactiveActionAreaIcon, inactiveExecIcon: Icons.IconFlavor; END. -- ActionAreas