PageBrowser: toggle page bookmark with long-press on thumbnail

This commit is contained in:
poire-z
2023-03-14 18:29:20 +01:00
parent 4f76a208b0
commit 3006348585
3 changed files with 42 additions and 3 deletions

View File

@@ -831,6 +831,10 @@ function CreDocument:getXPointer()
return self._document:getXPointer()
end
function CreDocument:getPageXPointer(page)
return self._document:getPageXPointer(page)
end
function CreDocument:isXPointerInDocument(xp)
return self._document:isXPointerInDocument(xp)
end