You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/widget/container
NiLuJe 17d5934712
Notification: NOP conflicting event handlers from our base class (#10471)
Notification is a toast, so it doesn't stop event popagation.
If we don't disable thoses handlers inside Notification, we get spurious
duplicate handlers being fired ;).

Fix #10461
1 year ago
..
alphacontainer.lua
bottomcontainer.lua
centercontainer.lua
framecontainer.lua
inputcontainer.lua Notification: NOP conflicting event handlers from our base class (#10471) 1 year ago
leftcontainer.lua
movablecontainer.lua MovableContainer: add support for anchoring initial position 2 years ago
rightcontainer.lua
scrollablecontainer.lua ScrollableContainer: add support for step/grid scrolling 1 year ago
topcontainer.lua
underlinecontainer.lua
widgetcontainer.lua