| Allegro CL version 6.1 Significantly revised | |||||||||
Arguments: development-configuration
This page was significantly revised in the Allegro CL 6.1 documentation update # 1. As originally released, this page did not accurately describe this function. See the Documentation updates note in introduction.htm for information on significant and other types of revisions.
Determines the number of levels that will initially be shown in a
class graph when the Tools | Graph Subclasses or
Tools | Graph Superclasses command is
used. The value may be either nil or a
positive integer. nil means to show all
descendent or ancestor classes; a positive integer means to show only
the specified number of levels. A value of 1 would initially show
only the specified class; a value of two would show the specified
class along with its class-direct-subclasses or
class-direct-superclasses.
If not all levels are shown initially, additional nodes may be opened by right-clicking individual leaf and root nodes and selecting "Include Children" or "Include Parents" from the shortcut menu. The graph does not indicate which nodes may have additional subclasses or superclasses, however, except in the IDE status-bar message when a node is selected.
The value returned by class-graph-initial-depth can be set on the Workspace tab of the Options dialog.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page has had significant revisions.
Created 2001.12.15.
| Allegro CL version 6.1 Significantly revised | |||||||||