mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add private annotation
This commit is contained in:
@@ -53,6 +53,7 @@ function M:init(node, value, adjust_type)
|
||||
end
|
||||
|
||||
|
||||
---@private
|
||||
---@param style druid.text.style
|
||||
function M:on_style_change(style)
|
||||
self.style = {
|
||||
@@ -64,6 +65,7 @@ function M:on_style_change(style)
|
||||
end
|
||||
|
||||
|
||||
---@private
|
||||
function M:on_layout_change()
|
||||
self:set_text(self.last_value)
|
||||
end
|
||||
|
Reference in New Issue
Block a user