NextPrevUpTopContentsIndex

graph-pane-update-moved-objects

Generic Function
Summary

Updates a graph after the user moves objects.

Package

capi

Signature

graph-pane-update-moved-objects graph-pane objects

Arguments

graph-pane

A graph-pane .

objects

A list.

Description

The generic function graph-pane-update-moved-objects is called after some objects in the graph graph-pane were moved by a user gesture.

objects is a list containing the objects that were moved.

The primary method updates the geometry of edges connected to the moved objects. You can add non-primary methods to perform other operations at that point.

See also

graph-pane


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex