Next Prev Up Top Contents Index

tree-view-ensure-visible

Function
Summary

Ensures that an item in a tree-view is visible.

Signature

tree-view-ensure-visible tree-view item

Arguments

tree-view

A tree view.

item

A displayed item of tree-view .

Description

The function tree-view-ensure-visible ensures that an item in a tree view is visible, scrolling the tree view if necessary.

Note that item must be an item that is displayed in tree-view .

See also

tree-view


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index