2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00
koreader/frontend/ui/widget/container/topcontainer.lua

10 lines
227 B
Lua
Raw Normal View History

2017-04-26 14:21:36 +00:00
--[[--
2016-01-31 22:28:09 +00:00
TopContainer contains its content (1 widget) at the top of its own dimensions
--]]
2017-04-26 14:21:36 +00:00
local WidgetContainer = require("ui/widget/container/widgetcontainer")
2016-01-31 22:28:09 +00:00
local TopContainer = WidgetContainer:new()
return TopContainer