mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
151 lines
5.2 KiB
HTML
151 lines
5.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<head>
|
|
<title>Defold Druid UI Library</title>
|
|
<link rel="stylesheet" href="ldoc_pale.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
<div id="navigation">
|
|
<br/>
|
|
<h1>Druid</h1>
|
|
|
|
|
|
|
|
|
|
<h2>Modules</h2>
|
|
<ul class="nowrap">
|
|
<li><a href="modules/base.back_handler.html">base.back_handler</a></li>
|
|
<li><a href="modules/base.blocker.html">base.blocker</a></li>
|
|
<li><a href="modules/base.button.html">base.button</a></li>
|
|
<li><a href="modules/base.checkbox.html">base.checkbox</a></li>
|
|
<li><a href="modules/base.checkbox_group.html">base.checkbox_group</a></li>
|
|
<li><a href="modules/base.grid.html">base.grid</a></li>
|
|
<li><a href="modules/base.progress.html">base.progress</a></li>
|
|
<li><a href="modules/base.checkbox_group.html">base.checkbox_group</a></li>
|
|
<li><a href="modules/base.scroll.html">base.scroll</a></li>
|
|
<li><a href="modules/base.slider.html">base.slider</a></li>
|
|
<li><a href="modules/base.text.html">base.text</a></li>
|
|
<li><a href="modules/base.timer.html">base.timer</a></li>
|
|
<li><a href="modules/constants.html">constants</a></li>
|
|
<li><a href="modules/druid.html">druid</a></li>
|
|
<li><a href="modules/helper.html">helper</a></li>
|
|
<li><a href="modules/helper.animate.html">helper.animate</a></li>
|
|
<li><a href="modules/helper.formats.html">helper.formats</a></li>
|
|
<li><a href="modules/rich.progress_rich.html">rich.progress_rich</a></li>
|
|
<li><a href="modules/settings.html">settings</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
|
|
<h2>Documentation for Druid Library</h2>
|
|
|
|
<h2>Modules</h2>
|
|
<table class="module_list">
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.back_handler.html">base.back_handler</a></td>
|
|
<td class="summary">Component to handle back key (android, backspace)</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.blocker.html">base.blocker</a></td>
|
|
<td class="summary">Component to block input on specify zone (node)</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.button.html">base.button</a></td>
|
|
<td class="summary">Component to handle basic GUI button</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.checkbox.html">base.checkbox</a></td>
|
|
<td class="summary">Druid checkbox component</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.checkbox_group.html">base.checkbox_group</a></td>
|
|
<td class="summary">Checkboux group module</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.grid.html">base.grid</a></td>
|
|
<td class="summary">Component to handle placing components by row and columns.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.progress.html">base.progress</a></td>
|
|
<td class="summary">Basic progress bar component</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.checkbox_group.html">base.checkbox_group</a></td>
|
|
<td class="summary">Radio group module</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.scroll.html">base.scroll</a></td>
|
|
<td class="summary">Component to handle scroll content</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.slider.html">base.slider</a></td>
|
|
<td class="summary">Druid slider component</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.text.html">base.text</a></td>
|
|
<td class="summary">Component to handle all GUI texts Good working with localization system</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/base.timer.html">base.timer</a></td>
|
|
<td class="summary">Component to handle GUI timers</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/constants.html">constants</a></td>
|
|
<td class="summary">Druid constants</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/druid.html">druid</a></td>
|
|
<td class="summary">Druid UI Library.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/helper.html">helper</a></td>
|
|
<td class="summary">Druid helper module</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/helper.animate.html">helper.animate</a></td>
|
|
<td class="summary">Druid helper module for animating GUI nodes</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/helper.formats.html">helper.formats</a></td>
|
|
<td class="summary">Druid module with utils on string formats</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/rich.progress_rich.html">rich.progress_rich</a></td>
|
|
<td class="summary">Component for rich progress component</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/settings.html">settings</a></td>
|
|
<td class="summary">Druid settings file</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div> <!-- id="content" -->
|
|
</div> <!-- id="main" -->
|
|
<div id="about">
|
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
|
<i style="float:right;">Last updated 2019-12-05 22:04:11 </i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|