[doc] some widget docs

This commit is contained in:
Frans de Jonge
2017-08-15 14:18:15 +02:00
parent cda148e4b7
commit a8a7ebe1d4
4 changed files with 29 additions and 15 deletions

View File

@@ -1,8 +1,9 @@
--[[--
A layout widget that puts objects besides each other.
--]]
local WidgetContainer = require("ui/widget/container/widgetcontainer")
--[[
A Layout widget that puts objects besides each others
--]]
local HorizontalGroup = WidgetContainer:new{
align = "center",
_size = nil,