1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6<meta http-equiv="Content-Style-Type" content="text/css">
7<link href="../../../css/manpage.css" rel="stylesheet" type="text/css">
8<title>Select Menu</title>
9</head>
10<body>
11
12<!-- =================================================== -->
13<h1 id="SELECT_MENU">Select Menu</h1>
14<p>Use this menu to select panes.</p>
15<p class="img">
16    <img src="images/select_menu.gif" alt="Select Menu">
17</p>
18
19<ol class="ui">
20    <!-- [選択]→[すべてを選択] -->
21    <li>
22        <p>Select all panes.</p>
23    </li>
24
25    <!-- [選択]→[選択の解除] -->
26    <li>
27        <p>Unselect panes.</p>
28    </li>
29
30    <!-- [選択]→[選択の反転] -->
31    <li>
32        <p>Reverse selected/unselected status of panes.</p>
33    </li>
34    <!-- [選択]→[1つ前面を選択] -->
35    <li>
36        <p>The pane that is in front of this pane in the rendering order becomes selected.</p>
37    </li>
38
39
40    <!-- [選択]→[1つ背面を選択] -->
41    <li>
42        <p>The pane that is behind this pane in the rendering order becomes selected.</p>
43    </li>
44</ol>
45
46<hr><p>CONFIDENTIAL</p></body>
47</html>
48