mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
touchmenu: comments
This commit is contained in:
@@ -50,6 +50,8 @@ local TouchMenuItem = InputContainer:extend{
|
||||
dimen = nil,
|
||||
face = Font:getFace("smallinfofont"),
|
||||
show_parent = nil,
|
||||
on_check_updated_in_callback = nil, -- set to true for item with checkmark if its callback updates menu
|
||||
on_check_closed_in_callback = nil, -- set to true for item with checkmark if its callback closes menu
|
||||
}
|
||||
|
||||
function TouchMenuItem:init()
|
||||
|
||||
Reference in New Issue
Block a user