mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Added checkboxs
This commit is contained in:
@@ -10,9 +10,7 @@ local Gui = require 'expcore.gui.core'
|
||||
@tparam ?string|Concepts.LocalisedString title the title that will show in the frame
|
||||
]]
|
||||
Gui.new_concept('frame')
|
||||
:new_property('title',function(properties,value)
|
||||
properties.title = value
|
||||
end)
|
||||
:new_property('title')
|
||||
:define_draw(function(properties,parent,element)
|
||||
element = parent.add{
|
||||
name = properties.name,
|
||||
|
||||
Reference in New Issue
Block a user