| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: configuration
Returns the style of the inspector in configuration. The current development
configuration is the value of (configuration
*ide-system*)
(see configuration and *ide-system*
). The
style affects how the left (name) side of an inspector pane looks and
what action is required to inspect the value associated with the
name. Possible values for the style include
:single-click-with-underscore, :single-click-without-underscore, and
:double-click. The meanings of these values are:
:single-click-without-underscore
: the name is not
underlined and a single click (over the name) changes the inspector
pane to inspecting the value.
:single-click-with-underscore
: the name is
underlined and a single click (over the name) changes the inspector
pane to inspecting the value.
:double-click
: the name is not underlined and a
double-click (over the name) changes the inspector pane to inspecting
the value.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |