summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-22 15:34:08 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-22 15:34:08 +0300
commite0e53e4a51afcbd22345d12416645d3fc5483a18 (patch)
tree37c7ca552d60b6ccb179a807d9dbcfee8b097cfd /src/gmdocument.h
parente16f37f75399ef4dd2f267efbc720768489f96a1 (diff)
Text wrapping; basic scrolling in DocumentWidget
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 dfad1d46..70e912df 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -26,3 +26,4 @@ void setSource_GmDocument (iGmDocument *, const iString *source, int width
26typedef void (*iGmDocumentRenderFunc)(void *, const iGmRun *); 26typedef void (*iGmDocumentRenderFunc)(void *, const iGmRun *);
27 27
28void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); 28void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *);
29iInt2 size_GmDocument (const iGmDocument *);