36 lines
441 B
Lua
36 lines
441 B
Lua
local props = {
|
|
"toolbar",
|
|
"window",
|
|
"tabs",
|
|
"area",
|
|
"grid",
|
|
"spinner",
|
|
"dial",
|
|
"slider",
|
|
"title",
|
|
"text",
|
|
"checkbox",
|
|
"radio",
|
|
"class",
|
|
"align",
|
|
"clicked",
|
|
"hovered",
|
|
"wheelmoved",
|
|
"mousepressed",
|
|
"mousereleased",
|
|
"textinput",
|
|
"keypressed",
|
|
"keyreleased",
|
|
"margin",
|
|
"padding",
|
|
"border",
|
|
"width",
|
|
"height",
|
|
"size",
|
|
"background",
|
|
"color",
|
|
"tooltip"
|
|
}
|
|
local slab = { }
|
|
return slab
|