added see reference to Window.redraw
This commit is contained in:
parent
851d481b76
commit
b766488dea
@ -821,6 +821,7 @@ function element.new(args, constraint, child_offset_x, child_offset_y)
|
|||||||
|
|
||||||
-- hide the element and disables animations<br>
|
-- hide the element and disables animations<br>
|
||||||
-- this alone does not cause an element to be fully hidden, it only prevents updates from being shown<br>
|
-- this alone does not cause an element to be fully hidden, it only prevents updates from being shown<br>
|
||||||
|
---@see Window.redraw
|
||||||
---@see graphics_element.redraw
|
---@see graphics_element.redraw
|
||||||
---@see graphics_element.content_redraw
|
---@see graphics_element.content_redraw
|
||||||
---@param clear? boolean true to visibly hide this element (redraws the parent)
|
---@param clear? boolean true to visibly hide this element (redraws the parent)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user