diff --git a/docs/index.html b/docs/index.html
index cd47334..33c7f80 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -34,23 +34,24 @@
druid.back_handler
druid.blocker
druid.button
+ druid.drag
+ druid.hover
+ druid.scroll
+ druid.static_grid
+ druid.swipe
+ druid.text
+ component
+ druid
+ druid_event
druid.checkbox
druid.checkbox_group
- druid.drag
- druid.grid
- druid.hover
+ druid.dynamic_grid
druid.input
druid.lang_text
druid.progress
druid.radio_group
- druid.scroll
druid.slider
- druid.swipe
- druid.text
druid.timer
- component
- druid
- druid_event
druid.helper
druid_instance
@@ -61,7 +62,8 @@
Styles
Druid assets
Examples
- changelog
+ Druid 0.3.0:
+ faq
README
@@ -86,6 +88,42 @@
druid.button |
Component to handle basic GUI button |
+
+ druid.drag |
+ Component to handle drag action on node. |
+
+
+ druid.hover |
+ Component to handle hover node interaction |
+
+
+ druid.scroll |
+ Component to handle scroll content. |
+
+
+ druid.static_grid |
+ Component to handle placing components by row and columns. |
+
+
+ druid.swipe |
+ Component to handle swipe gestures on node. |
+
+
+ druid.text |
+ Component to handle all GUI texts. |
+
+
+ component |
+ Basic class for all Druid components. |
+
+
+ druid |
+ Druid UI Library. |
+
+
+ druid_event |
+ Lua event small library |
+
druid.checkbox |
Druid checkbox component |
@@ -95,16 +133,8 @@
Checkbox group module |
- druid.drag |
- Component to handle drag action on node. |
-
-
- druid.grid |
- Component to handle placing components by row and columns. |
-
-
- druid.hover |
- Component to handle hover node interaction |
+ druid.dynamic_grid |
+ Component to handle placing components in row |
druid.input |
@@ -123,45 +153,21 @@
druid.radio_group |
Radio group module |
-
- druid.scroll |
- Component to handle scroll content. |
-
druid.slider |
Druid slider component |
-
- druid.swipe |
- Component to handle swipe gestures on node. |
-
-
- druid.text |
- Component to handle all GUI texts. |
-
druid.timer |
Component to handle GUI timers. |
-
- component |
- Basic class for all Druid components. |
-
-
- druid |
- Druid UI Library. |
-
-
- druid_event |
- Lua event small library |
-
druid.helper |
Text node or icon node can be nil |
druid_instance |
- Druid main class. |
+ Instance of Druid. |
Topics
@@ -190,6 +196,10 @@
changelog.md |
|
+
+ faq.md |
+ |
+
README.md |
|
@@ -200,7 +210,7 @@
generated by LDoc 1.4.6
-
Last updated 2020-06-14 20:13:02
+
Last updated 2020-09-29 23:46:16