NextPrevUpTopContentsIndex

find-graph-node

Generic Function
Summary

Finds and returns a node in a graph corresponding to an item.

Package

capi

Signature

find-graph-node graph object => node

Arguments

graph

A graph-pane.

object

An item in graph .

Values

node

A node of graph , or nil .

Description

The generic function find-graph-node finds the node that corresponds to the item object .

If there is no such node, find-graph-node returns nil .

See also

find-graph-edge
graph-pane


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex