All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

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


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex