This commit is contained in:
ArthurSonzogni
2025-07-02 13:42:28 +00:00
commit 8e3b7adcdd
1860 changed files with 276788 additions and 0 deletions

24
module-component.js Normal file
View File

@@ -0,0 +1,24 @@
var module_component =
[
[ "Input", "module-component.html#component-input", [
[ "Filtered input", "module-component.html#filtered-input", null ]
] ],
[ "Menu", "module-component.html#component-menu", null ],
[ "Toggle ", "module-component.html#component-toggle", null ],
[ "CheckBox", "module-component.html#component-checkbox", null ],
[ "RadioBox", "module-component.html#component-radiobox", null ],
[ "Dropdown", "module-component.html#component-dropdown", null ],
[ "Slider", "module-component.html#component-slider", null ],
[ "Renderer", "module-component.html#component-renderer", null ],
[ "CatchEvent", "module-component.html#component-catchevent", null ],
[ "Collapsible", "module-component.html#component-collapsible", null ],
[ "Maybe", "module-component.html#component-maybe", null ],
[ "Container", "module-component.html#component-container", [
[ "Horizontal", "module-component.html#component-horizontal", null ],
[ "Vertical", "module-component.html#component-vertical", null ],
[ "Tab", "module-component.html#component-tab", null ]
] ],
[ "ResizableSplit", "module-component.html#component-resizable-split", null ],
[ "Force a frame redraw.", "module-component.html#component-force-redraw", null ],
[ "Example", "module-component-examples.html", null ]
];