This commit is contained in:
Paul Liverman III
2018-04-06 15:30:00 -07:00
parent f0a9da387a
commit a45aa2624e
101 changed files with 12392 additions and 77 deletions
+35
View File
@@ -0,0 +1,35 @@
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