This commit is contained in:
Insality
2024-11-27 23:34:50 +02:00
parent 06f682e8e4
commit 434dce55ce
16 changed files with 252 additions and 157 deletions

View File

@@ -25,7 +25,7 @@ end
---@param text string
---@return widget.property_text
function M:set_text(text)
function M:set_text_property(text)
self.text_name:set_text(text)
return self
end
@@ -33,7 +33,7 @@ end
---@param text string|nil
---@return widget.property_text
function M:set_right_text(text)
function M:set_text_value(text)
self.text_right:set_text(text or "")
return self
end