123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>Goo Reference</title>
- <link rel="stylesheet" href="luadoc.css" type="text/css" />
- <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
- </head>
- <body>
- <div id="container">
- <div id="product">
- <div id="product_logo"></div>
- <div id="product_name"><big><b>Goo</b></big></div>
- <div id="product_description">Gui and animation library</div>
- </div> <!-- id="product" -->
- <div id="main">
- <div id="navigation">
- <h1>Goo</h1>
- <ul>
-
- <li><strong>Index</strong></li>
-
- </ul>
- <!-- Module list -->
- <h1>Modules</h1>
- <ul>
- <li>
- <a href="modules/anim.html">anim</a>
- </li>
- <li>
- <a href="modules/goo.html">goo</a>
- </li>
- <li>
- <a href="modules/goo.button.html">goo.button</a>
- </li>
- <li>
- <a href="modules/goo.checkbox.html">goo.checkbox</a>
- </li>
- <li>
- <a href="modules/goo.colorpick.html">goo.colorpick</a>
- </li>
- <li>
- <a href="modules/goo.image.html">goo.image</a>
- </li>
- <li>
- <a href="modules/goo.null.html">goo.null</a>
- </li>
- <li>
- <a href="modules/goo.object.html">goo.object</a>
- </li>
- <li>
- <a href="modules/goo.panel.html">goo.panel</a>
- </li>
- <li>
- <a href="modules/goo.progressbar.html">goo.progressbar</a>
- </li>
- <li>
- <a href="modules/goo.text.html">goo.text</a>
- </li>
- <li>
- <a href="modules/goo.textinput.html">goo.textinput</a>
- </li>
- </ul>
- <!-- File list -->
- </div> <!-- id="navigation" -->
- <div id="content">
- <h2>Modules</h2>
- <table class="module_list">
- <!--<tr><td colspan="2">Modules</td></tr>-->
- <tr>
- <td class="name"><a href="modules/anim.html">anim</a></td>
- <td class="summary">Animation library.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.html">goo</a></td>
- <td class="summary">GUI Library.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.button.html">goo.button</a></td>
- <td class="summary">Button object </td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.checkbox.html">goo.checkbox</a></td>
- <td class="summary">Draws a checkbox.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.colorpick.html">goo.colorpick</a></td>
- <td class="summary">Draws a color picker box where the user can select a color.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.image.html">goo.image</a></td>
- <td class="summary">Draws an image.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.null.html">goo.null</a></td>
- <td class="summary">Null object.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.object.html">goo.object</a></td>
- <td class="summary">This is the superclass for all goo objects, every object can access it's methods </td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.panel.html">goo.panel</a></td>
- <td class="summary">A panel is a draggable box with a close button and a title </td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.progressbar.html">goo.progressbar</a></td>
- <td class="summary">Progress bar useful giving users feedback on loading or game status such as health, magic etc.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.text.html">goo.text</a></td>
- <td class="summary">Draw text.</td>
- </tr>
- <tr>
- <td class="name"><a href="modules/goo.textinput.html">goo.textinput</a></td>
- <td class="summary">A box you can input text to.</td>
- </tr>
- </table>
- </div> <!-- id="content" -->
- </div> <!-- id="main" -->
- <div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
- </div> <!-- id="about" -->
- </div> <!-- id="container" -->
- </body>
- </html>
|