Add private annotation

This commit is contained in:
Insality
2025-03-18 21:32:11 +02:00
parent 1bc916e187
commit 19ea7fcff9
12 changed files with 36 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ function M:init(parent, element, in_row)
end
---@private
---@param style druid.grid.style
function M:on_style_change(style)
self.style = {
@@ -122,6 +123,7 @@ function M:get_index_by_node(node)
end
---@private
function M:on_layout_change()
self:_update(true)
end