mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#108 Move component interests const from const.lua to component.lua
This commit is contained in:
@@ -16,11 +16,10 @@
|
||||
-- @tfield Button button
|
||||
|
||||
|
||||
local const = require("druid.const")
|
||||
local Event = require("druid.event")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Checkbox = component.create("checkbox", { const.ON_LAYOUT_CHANGE })
|
||||
local Checkbox = component.create("checkbox", { component.ON_LAYOUT_CHANGE })
|
||||
|
||||
|
||||
local function on_click(self)
|
||||
|
Reference in New Issue
Block a user