mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[doc] some widget docs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user