LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

graph-pane-add-graph-node

Generic Function
Summary

Adds a node to a graph.

Package

capi

Signature

graph-pane-add-graph-node graph-pane object parent-node => new-node

Arguments

graph-pane

A graph-pane .

object

An object.

parent-node

A graph-node .

Values

new-node

A graph-node .

Description

The generic function graph-pane-add-graph-node adds a new node in the graph graph-pane corresponding to object , and links it as a child of parent-node .

See also

graph-node
graph-pane


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex