From 680aaa1bd55fd4f0162ba31ca47d7e5b3563f2a1 Mon Sep 17 00:00:00 2001 From: Hugues Ross Date: Thu, 16 Jan 2020 13:41:07 -0500 Subject: Make clipping of formspec elements more consistent (#9262) --- doc/lua_api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index f14c815ed..57159d6ac 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2563,6 +2563,9 @@ Some types may inherit styles from parent types. ### Valid Properties +* box + * noclip - boolean, set to true to allow the element to exceed formspec bounds. + * Default to false in formspec_version version 3 or higher * button, button_exit, image_button, item_image_button * alpha - boolean, whether to draw alpha in bgimg. Default true. * bgcolor - color, sets button tint. @@ -2586,6 +2589,11 @@ Some types may inherit styles from parent types. * 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. +* image + * noclip - boolean, set to true to allow the element to exceed formspec bounds. + * Default to false in formspec_version version 3 or higher +* item_image + * noclip - boolean, set to true to allow the element to exceed formspec bounds. Default to false. * label, vertlabel * noclip - boolean, set to true to allow the element to exceed formspec bounds. * image_button (additional properties) -- cgit v1.2.3