diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-07-02 03:43:46 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2019-08-03 19:36:30 +0100 |
commit | 4f7fa8d417074dadb085b367f756cade23e593c6 (patch) | |
tree | 2a2d7b97399b1f7737924809ebd6db1985376e81 /doc | |
parent | 95411657520cfaf6493076417df585b58e99a545 (diff) | |
download | minetest-4f7fa8d417074dadb085b367f756cade23e593c6.tar.gz minetest-4f7fa8d417074dadb085b367f756cade23e593c6.tar.bz2 minetest-4f7fa8d417074dadb085b367f756cade23e593c6.zip |
Add formspec testing to test mod in minimal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 7efdc836e..41061ed87 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2449,13 +2449,13 @@ Some types may inherit styles from parent types. ### Valid Properties * button, button_exit - * bgcolor - color, sets button tint - * textcolor - color, default white - * border - boolean, draw border. Set to false to hide the bevelled button pane. Default true. - * noclip - boolean, set to true to allow the element to exceed formspec bounds. + * alpha - boolean, whether to draw alpha in bgimg. Default true. + * bgcolor - color, sets button tint. * bgimg - standard image. Defaults to none. * bgimg_pressed - image when pressed. Defaults to bgimg when not provided. - * alpha - boolean, whether to draw alpha in bgimg. Default true. + * border - boolean, draw border. Set to false to hide the bevelled button pane. Default true. + * noclip - boolean, set to true to allow the element to exceed formspec bounds. + * textcolor - color, default white. * checkbox * noclip - boolean, set to true to allow the element to exceed formspec bounds. * scrollbar @@ -2465,18 +2465,18 @@ Some types may inherit styles from parent types. * dropdown * noclip - boolean, set to true to allow the element to exceed formspec bounds. * field, pwdfield, textarea - * noclip - boolean, set to true to allow the element to exceed formspec bounds. * border - set to false to hide the textbox background and border. Default true. + * noclip - boolean, set to true to allow the element to exceed formspec bounds. * textcolor - color. Default white. * label, vertlabel - * bgcolor - color. Default unset. - * textcolor - color. Default white. * noclip - boolean, set to true to allow the element to exceed formspec bounds. - * border - boolean, set to true to get a border. Default true. -* image_button, item_image_button +* image_button + * alpha - boolean, whether to draw alpha in bgimg. Default true. + * border - boolean, draw border. Set to false to hide the bevelled button pane. Default false. * noclip - boolean, set to true to allow the element to exceed formspec bounds. +* item_image_button * border - boolean, draw border. Set to false to hide the bevelled button pane. Default false. - * alpha - boolean, whether to draw alpha in bgimg. Default true. + * noclip - boolean, set to true to allow the element to exceed formspec bounds. * tabheader * noclip - boolean, set to true to allow the element to exceed formspec bounds. * textcolor - color. Default white. |