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 above each other.
|
||||
--]]
|
||||
|
||||
local WidgetContainer = require("ui/widget/container/widgetcontainer")
|
||||
|
||||
--[[
|
||||
A Layout widget that puts objects above each other
|
||||
--]]
|
||||
local OverlapGroup = WidgetContainer:new{
|
||||
_size = nil,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user