1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>Layout (lyt) Sample Demo</title>
8  </head>
9
10  <body>
11    <h1>group</h1>
12
13    <h2>Overview</h2>
14
15    <p>This demo enumerates the panes by groups.</p>
16
17    <h2>How to Use</h2>
18
19    <p>The current group is switched with the A button.</p>
20
21    <p>The rotate of the pane belonging to the current group is set to 30.0f (30-degree rotation).</p>
22
23    <p>The following processing is performed by this sample demo.</p>
24
25    <ul>
26        <li>Initialization of the resource accessor</li>
27        <li>Loading of binary files</li>
28        <li>Switching of groups</li>
29    </ul>
30
31    <h2>Scope of the Demo</h2>
32
33    <p>This sample demo is related to the following items.</p>
34
35    <ul>
36      <li><a href="../ArcResourceAccessor/Overview.html"><code>nw::lyt::ArcResourceAccessor</code></a></li>
37      <li><a href="../Group/Overview.html"><code>nw::lyt::Group</code></a></li>
38      <li><a href="../Layout/Overview.html"><code>nw::lyt::Layout</code></a></li>
39    </ul>
40
41  <hr><p>CONFIDENTIAL</p></body>
42</html>
43