Button more events, more examples

This commit is contained in:
Insality
2020-02-25 22:42:39 +03:00
parent 91198bb86a
commit 4634b7c686
5 changed files with 112 additions and 48 deletions

View File

@@ -26,6 +26,7 @@ end
-- @tparam table style Druid style module
function Component.set_style(self, druid_style)
self._meta.style = druid_style
self._style = self:get_style()
end