summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-12 21:24:54 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-12 21:24:54 +0200
commitda62f092258e313bbd28745a6e32e6d8117f4aa3 (patch)
tree81e8e40128aa8adaaa37ebc3af59f6fcbf776b4e /src/gmdocument.h
parent6410ed3c412ad9a9b688f40e981a70da03c8baca (diff)
DocumentWidget: Bookmarking a wrapped link
Only the clicked part of the label text was used for the bookmark.
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 1909460f..98eef152 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -169,6 +169,7 @@ const char * findLoc_GmDocument (const iGmDocument *, iInt2 pos);
169const iGmRun * findRunAtLoc_GmDocument (const iGmDocument *, const char *loc); 169const iGmRun * findRunAtLoc_GmDocument (const iGmDocument *, const char *loc);
170const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId); 170const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId);
171iRangecc linkUrlRange_GmDocument (const iGmDocument *, iGmLinkId linkId); 171iRangecc linkUrlRange_GmDocument (const iGmDocument *, iGmLinkId linkId);
172iRangecc linkLabel_GmDocument (const iGmDocument *, iGmLinkId linkId);
172iMediaId linkImage_GmDocument (const iGmDocument *, iGmLinkId linkId); 173iMediaId linkImage_GmDocument (const iGmDocument *, iGmLinkId linkId);
173iMediaId linkAudio_GmDocument (const iGmDocument *, iGmLinkId linkId); 174iMediaId linkAudio_GmDocument (const iGmDocument *, iGmLinkId linkId);
174int linkFlags_GmDocument (const iGmDocument *, iGmLinkId linkId); 175int linkFlags_GmDocument (const iGmDocument *, iGmLinkId linkId);