1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI Interfaces: Window Select</title>
<link rel="icon" type="image/png" href="../../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../../css/notebook.css"/>
</head>
<body>
<h1>Window Select</h1>
<div id="notebook">
<ul>
<li><span>List</span></li>
</ul>
</div>
<div class="contents">
<b>Window->Select</b> selects a window or a list of windows.
<p/>
To select a window click the mouse anywhere over the screen:
a menu pops up listing the identification of all the top windows.
If a window is selected, it becomes the new selected object.
<p/>
When an object is selected, a beep is emitted and the object
identification is shown in the window status bar, first in a
highlighted color (to emphasize that the current object has
changed) and then in the default color (after a few seconds).
<p/>
For each top window, only one selected object is maintained. This
can be Gamgi (everything), Window (the current window), Layer (the
current layer), or a child object of the current layer. To see which
object is currently selected see its identification in the window
statusbar.
<p/>
<b>Window->Select</b> shows a flat list of all windows currently
existent in GAMGI. For each window, a hierarchical tree shows all
its child objects.
</div>
<div id="bottom">
<a href="../../index.shtml">Home</a>
</div>
</body>
</html>
|