Restyle and limit scopes for quicker navigation

This commit is contained in:
2024-02-14 16:00:49 -06:00
parent 3311b582a1
commit bc948d1a61
2 changed files with 449 additions and 426 deletions

View File

@@ -88,7 +88,7 @@ print(right_edge:value()) -- 500
``` ```
In addition to the expression builder there are convenience constructors: `new_pair_ratio_constraint`, `new_pair_constraint`, and `new_single_constraint` to allow efficient construction of the most common simple expression types for GUI layout. In addition to the expression builder there is a convenience constraints submodule with: `pair_ratio`, `pair`, and `single` to allow efficient construction of the most common simple expression types for GUI layout.
## Documentation ## Documentation
WIP - However the API is fully annotated and will work with lua-language-server. Documentation can also be generated with lua-language-server. WIP - However the API is fully annotated and will work with lua-language-server. Documentation can also be generated with lua-language-server.

873
kiwi.lua

File diff suppressed because it is too large Load Diff