add menus

This commit is contained in:
airstruck
2015-11-08 15:06:16 -05:00
parent 21ace2a243
commit 7bcf8ffbda
16 changed files with 442 additions and 99 deletions

View File

@@ -144,7 +144,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-11-04 15:07:53 </i>
<i style="float:right;">Last updated 2015-11-06 00:18:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View File

@@ -49,10 +49,16 @@
<div id="content">
<h1>Class <code>Layout</code></h1>
<p>Layout class.</p>
<p>
<p>A Layout contains a tree of widgets with a single <code>root</code> widget.</p>
<p>Layouts will resize to fit the window unless a <code>top</code> or <code>left</code>
property is found in the root widget.</p>
</p>
<p>Layouts are drawn in the order that they were shown, so the
most recently shown layout shown will always appear on top.</p>
<p>Other events are sent to layouts in the opposite direction,
and are trapped by the first layout that can handle the event
(for example, the topmost layer that is focused or hovered).</p>
<h2><a href="#Functions">Functions</a></h2>
@@ -289,7 +295,7 @@ found, and focuses that widget.
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-11-04 15:07:53 </i>
<i style="float:right;">Last updated 2015-11-06 00:18:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View File

@@ -611,7 +611,7 @@ on the parent widget.
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-11-04 15:07:53 </i>
<i style="float:right;">Last updated 2015-11-06 00:18:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View File

@@ -52,7 +52,7 @@
</tr>
<tr>
<td class="name" nowrap><a href="classes/Layout.html">Layout</a></td>
<td class="summary">Layout class.</td>
<td class="summary">A Layout contains a tree of widgets with a single <code>root</code> widget.</td>
</tr>
<tr>
<td class="name" nowrap><a href="classes/Widget.html">Widget</a></td>
@@ -64,7 +64,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-11-04 15:07:53 </i>
<i style="float:right;">Last updated 2015-11-06 00:18:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>