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    <link href="../../../css/manpage.css" rel="stylesheet" type="text/css">
7    <title>Parent-Child Hierarchy Management Window</title>
8</head>
9<body>
10<h1 id="RELATION_WINDOW">Parent-Child Hierarchy Management Window</h1>
11
12<p>This window manages the parent-child relationships among panes.</p>
13
14<p class="img">
15    <img src="images/relation_window.gif" alt="Parent-Child Hierarchy Management Window">
16</p>
17
18<ol class="ui">
19    <!-- =================================================== -->
20    <li>
21        <p><a href="menu/index.html">Menus</a></p>
22        <p>This command menu applies to the Parent-Child Hierarchy Management window.</p>
23    </li>
24
25    <!-- =================================================== -->
26    <li>
27        <p>The parent-child relationship of panes is displayed in tree format. The types and states of panes are displayed using icons.</p>
28        <p>Panes below a given node can be selected by selecting that node. Parent-child relationships can be changed by dragging and dropping panes.</p>
29        <p>Selecting items while pressing SHIFT enables the range selection of multiple items.<br> When you select the start item and the end item of a range of items while pressing SHIFT, the items between these two items are also selected all at once.</p>
30        <p>In addition, selecting individual items while pressing CTRL enables additional selections.</p>
31        <p>Double-clicking a pane displays the <a href="../../property/index.html#PROPERTY_WINDOW">Properties window</a>.</p>
32        <p>Right-click an object to display a <a href="02_function_menu.html"><B>Command</B> menu</a> pop-up.</p>
33        <p>Other than the RootPane, the name of a pane can be changed by clicking and selecting the pane.</p>
34        <p>If you press the Shift key when opening/closing a node using the +/- buttons to the left of the icon, all nodes below that node will be opened/closed at the same time.</p>
35        <table class="toolbar">
36            <thead>
37                <tr><td colspan=3>Icon</td><td rowspan=2>Description</td></tr>
38                <tr><td width=80 align="center">Normal</td><td width=80 align="center">Locked</td><td width=80 align="center">Hidden</td></tr>
39            </thead>
40            <tbody>
41            <tr>
42                <td class="icon"><img src="../images/null_enable_icon.gif" alt="Null pane (normal)"></td>
43                <td class="icon"><img src="../images/null_lock_icon.gif" alt="Null pane (locked)"></td>
44                <td class="icon"><img src="../images/null_hide_icon.gif" alt="Null pane (hidden)"></td>
45                <td>Null Panes</td>
46            </tr>
47            <tr>
48                <td class="icon"><img src="../images/picture_enable_icon.gif" alt="Picture pane (normal)"></td>
49                <td class="icon"><img src="../images/picture_lock_icon.gif" alt="Picture pane (locked)"></td>
50                <td class="icon"><img src="../images/picture_hide_icon.gif" alt="Picture pane (hidden)"></td>
51                <td>Picture Panes</td>
52            </tr>
53            <tr>
54                <td class="icon"><img src="../images/text_enable_icon.gif" alt="Text box pane (normal)"></td>
55                <td class="icon"><img src="../images/text_lock_icon.gif" alt="Text box pane (locked)"></td>
56                <td class="icon"><img src="../images/text_hide_icon.gif" alt="Text box pane (hidden)"></td>
57                <td>Text box pane</td>
58            </tr>
59            <tr>
60                <td class="icon"><img src="../images/window_enable_icon.gif" alt="Window pane (normal)"></td>
61                <td class="icon"><img src="../images/window_lock_icon.gif" alt="Window pane (locked)"></td>
62                <td class="icon"><img src="../images/window_hide_icon.gif" alt="Window pane (hidden)"></td>
63                <td>Window pane</td>
64            </tr>
65            <tr>
66                <td class="icon"><img src="../images/bound_enable_icon.gif" alt="Boundary condition pane (normal)"></td>
67                <td class="icon"><img src="../images/bound_lock_icon.gif" alt="Boundary condition pane (locked)"></td>
68                <td class="icon"><img src="../images/bound_hide_icon.gif" alt="Boundary condition pane (hidden)"></td>
69                <td>Boundary condition pane</td>
70            </tr>
71            </tbody>
72        </table>
73    </li>
74
75    <!-- =================================================== -->
76    <li>
77        <p>Parameter Adjustment Icon</p>
78        <p>
79	        Icon that adjusts a pane's parameters.<br> Display/Hide is set by the eye icon on the left.<br> Click the the lock icon on the right side of the frame to set the lock state.<br> <br>
80
81        </p>
82        <p>
83        The view mode that can be set using the eye icon is the mode that a designer can use to temporarily hide panes while editing with this tool.<br> <I>The settings made with the eye icon are not reflected in the binary data</I>; in other words, the settings are not reflected in the actual game.<br> During previewing, you can control the behavior by selecting <B>Edit</B> &gt; <B>Tool Environment Settings</B> and selecting the check box next to <B>Display hidden panes as null panes</B>. <em>The settings made with the lock icon are not applied to the binary data either.</em>
84        </p>
85    </li>
86
87</ol>
88
89<hr><p>CONFIDENTIAL</p></body>
90</html>
91