index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Goo Reference</title>
  6. <link rel="stylesheet" href="luadoc.css" type="text/css" />
  7. <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b>Goo</b></big></div>
  14. <div id="product_description">Gui and animation library</div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <div id="navigation">
  18. <h1>Goo</h1>
  19. <ul>
  20. <li><strong>Index</strong></li>
  21. </ul>
  22. <!-- Module list -->
  23. <h1>Modules</h1>
  24. <ul>
  25. <li>
  26. <a href="modules/anim.html">anim</a>
  27. </li>
  28. <li>
  29. <a href="modules/goo.html">goo</a>
  30. </li>
  31. <li>
  32. <a href="modules/goo.button.html">goo.button</a>
  33. </li>
  34. <li>
  35. <a href="modules/goo.checkbox.html">goo.checkbox</a>
  36. </li>
  37. <li>
  38. <a href="modules/goo.colorpick.html">goo.colorpick</a>
  39. </li>
  40. <li>
  41. <a href="modules/goo.image.html">goo.image</a>
  42. </li>
  43. <li>
  44. <a href="modules/goo.null.html">goo.null</a>
  45. </li>
  46. <li>
  47. <a href="modules/goo.object.html">goo.object</a>
  48. </li>
  49. <li>
  50. <a href="modules/goo.panel.html">goo.panel</a>
  51. </li>
  52. <li>
  53. <a href="modules/goo.progressbar.html">goo.progressbar</a>
  54. </li>
  55. <li>
  56. <a href="modules/goo.text.html">goo.text</a>
  57. </li>
  58. <li>
  59. <a href="modules/goo.textinput.html">goo.textinput</a>
  60. </li>
  61. </ul>
  62. <!-- File list -->
  63. </div> <!-- id="navigation" -->
  64. <div id="content">
  65. <h2>Modules</h2>
  66. <table class="module_list">
  67. <!--<tr><td colspan="2">Modules</td></tr>-->
  68. <tr>
  69. <td class="name"><a href="modules/anim.html">anim</a></td>
  70. <td class="summary">Animation library.</td>
  71. </tr>
  72. <tr>
  73. <td class="name"><a href="modules/goo.html">goo</a></td>
  74. <td class="summary">GUI Library.</td>
  75. </tr>
  76. <tr>
  77. <td class="name"><a href="modules/goo.button.html">goo.button</a></td>
  78. <td class="summary">Button object </td>
  79. </tr>
  80. <tr>
  81. <td class="name"><a href="modules/goo.checkbox.html">goo.checkbox</a></td>
  82. <td class="summary">Draws a checkbox.</td>
  83. </tr>
  84. <tr>
  85. <td class="name"><a href="modules/goo.colorpick.html">goo.colorpick</a></td>
  86. <td class="summary">Draws a color picker box where the user can select a color.</td>
  87. </tr>
  88. <tr>
  89. <td class="name"><a href="modules/goo.image.html">goo.image</a></td>
  90. <td class="summary">Draws an image.</td>
  91. </tr>
  92. <tr>
  93. <td class="name"><a href="modules/goo.null.html">goo.null</a></td>
  94. <td class="summary">Null object.</td>
  95. </tr>
  96. <tr>
  97. <td class="name"><a href="modules/goo.object.html">goo.object</a></td>
  98. <td class="summary">This is the superclass for all goo objects, every object can access it's methods </td>
  99. </tr>
  100. <tr>
  101. <td class="name"><a href="modules/goo.panel.html">goo.panel</a></td>
  102. <td class="summary">A panel is a draggable box with a close button and a title </td>
  103. </tr>
  104. <tr>
  105. <td class="name"><a href="modules/goo.progressbar.html">goo.progressbar</a></td>
  106. <td class="summary">Progress bar useful giving users feedback on loading or game status such as health, magic etc.</td>
  107. </tr>
  108. <tr>
  109. <td class="name"><a href="modules/goo.text.html">goo.text</a></td>
  110. <td class="summary">Draw text.</td>
  111. </tr>
  112. <tr>
  113. <td class="name"><a href="modules/goo.textinput.html">goo.textinput</a></td>
  114. <td class="summary">A box you can input text to.</td>
  115. </tr>
  116. </table>
  117. </div> <!-- id="content" -->
  118. </div> <!-- id="main" -->
  119. <div id="about">
  120. <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>
  121. </div> <!-- id="about" -->
  122. </div> <!-- id="container" -->
  123. </body>
  124. </html>