From b766488dea0213e793169deb26eee89da0bb3a08 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Wed, 25 Sep 2024 01:02:07 +0000 Subject: [PATCH] added see reference to Window.redraw --- graphics/element.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/element.lua b/graphics/element.lua index 402387b..f75b79c 100644 --- a/graphics/element.lua +++ b/graphics/element.lua @@ -821,6 +821,7 @@ function element.new(args, constraint, child_offset_x, child_offset_y) -- hide the element and disables animations
-- this alone does not cause an element to be fully hidden, it only prevents updates from being shown
+ ---@see Window.redraw ---@see graphics_element.redraw ---@see graphics_element.content_redraw ---@param clear? boolean true to visibly hide this element (redraws the parent)