All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

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


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex