| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |