2
0
mirror of https://github.com/koreader/koreader synced 2024-11-13 19:11:25 +00:00
koreader/frontend/ui/widget/container
poire-z 8036ca0d56 MovableContainer: add support for anchoring initial position
When passing as 'anchor' a Geom object (ie. a widget dimen
or a ges.pos), or a function returning such an object,
a MovableContainer will be initially positionned near this
point/widget, instead of being centered on the screen.
Allow that for ButtonDialog and ButtonDialogTitle, so we
can make them behave as context menus (ie. for a titlebar
top left/right icons).
2023-03-23 20:28:38 +01:00
..
alphacontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
bottomcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
centercontainer.lua CenterContainer: Use an elseif instead of two ifs checking the same 2022-12-28 19:52:50 +01:00
framecontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
inputcontainer.lua InputContainer/Dispatcher: Allow toggling touch input 2022-11-09 00:20:12 +01:00
leftcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
movablecontainer.lua MovableContainer: add support for anchoring initial position 2023-03-23 20:28:38 +01:00
rightcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
scrollablecontainer.lua InputContainer: Fall cleanup ;). 2022-10-29 22:55:20 +02:00
topcontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
underlinecontainer.lua Clarify our OOP semantics across the codebase (#9586) 2022-10-06 02:14:48 +02:00
widgetcontainer.lua WidgetContainer: Nitty cosmetic tweak 2022-12-28 19:52:50 +01:00