All Manuals > CAPI User Guide and Reference Manual > 21 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 User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex