All Manuals > LispWorks IDE User Guide > 27 The Window Browser

27.1 Introduction

The Window Browser lets you examine any windows that have been created in the environment. You can examine not only the environment windows themselves, but also more discrete components of those windows, such menus and menu commands. To create a Window Browser, choose Works > Tools > Window Browser or click in the Podium.

The Window Browser only has one view, shown in The Window Browser.

The Window Browser

The Window Browser has three sections.

27.1.1 Graph box

The Graph: text box shows the window object that is being examined; that is, the window at the root of the graph.

27.1.2 Window graph

The window graph displays the current window and all its subwindows. The generic facilities available to all graphs throughout the LispWorks IDE are available here; see 6 Manipulating Graphs for details.

When you first create a Window Browser, it automatically browses the parent window of the whole environment. A graph of the parent window together with its children - each individual window that has been created - is drawn in the main area.

Select any item in the graph to display its description in the Description: area.

To see the children of an unexpanded node in the graph, click on the unfilled circle to its right. To make one of the child windows be the root of the graph, select it and choose Windows > Browse - Window.

Any items selected in the graph can be operated on using commands in the Windows menu. If no items are selected, the commands in this menu apply to the root window of the graph. See 27.3 Performing operations on windows for details.

27.1.3 Description list

The Description: are gives a description of the item selected in the Graph: area. If nothing is selected, a description of the window at the root of the graph is shown. The following information is listed:

Window
The object which represents the selected window.
Class
The class of the window object.
Name
The name of the selected window.
Representation
The CAPI representation of the selected window.
Interface
The underlying native window system object which represents the selected window.
Screen
The name of the screen on which the selected window is displayed.

Any item selected in the Description list can be operated on by using commands under the Description menu. This menu gives you access to the standard actions commands described in 3.8 Performing operations on selected objects.


LispWorks IDE User Guide (Unix version) - 01 Dec 2021 19:37:24