gtksourceview4 3.2.9-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (379) hide show
  1. checksums.yaml +7 -0
  2. data/COPYING.LIB +502 -0
  3. data/README.md +24 -0
  4. data/Rakefile +61 -0
  5. data/dependency-check/Rakefile +43 -0
  6. data/gtksourceview4.gemspec +45 -0
  7. data/lib/gtksourceview4.rb +56 -0
  8. data/lib/gtksourceview4/deprecated.rb +49 -0
  9. data/lib/gtksourceview4/loader.rb +49 -0
  10. data/lib/gtksourceview4/mark-attributes.rb +29 -0
  11. data/test/run-test.rb +62 -0
  12. data/test/test-mark-attributes.rb +26 -0
  13. data/test/test-source-gutter-renderer.rb +33 -0
  14. data/test/test-source-language-manager.rb +46 -0
  15. data/test/test-source-view.rb +55 -0
  16. data/vendor/local/bin/libgtksourceview-4-0.dll +0 -0
  17. data/vendor/local/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +72 -0
  18. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +107 -0
  19. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource.h +67 -0
  20. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +63 -0
  21. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +279 -0
  22. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +156 -0
  23. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +102 -0
  24. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +77 -0
  25. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +92 -0
  26. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +126 -0
  27. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +166 -0
  28. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceencoding.h +74 -0
  29. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefile.h +195 -0
  30. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +140 -0
  31. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +168 -0
  32. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutter.h +93 -0
  33. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +272 -0
  34. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +91 -0
  35. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +92 -0
  36. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceinit.h +40 -0
  37. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +98 -0
  38. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +92 -0
  39. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemap.h +70 -0
  40. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemark.h +79 -0
  41. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +112 -0
  42. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +223 -0
  43. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceregion.h +127 -0
  44. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +161 -0
  45. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +100 -0
  46. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +144 -0
  47. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyle.h +54 -0
  48. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +119 -0
  49. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +66 -0
  50. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +64 -0
  51. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +64 -0
  52. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +100 -0
  53. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetag.h +54 -0
  54. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetypes.h +73 -0
  55. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +90 -0
  56. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceutils.h +41 -0
  57. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceversion.h +578 -0
  58. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceview.h +266 -0
  59. data/vendor/local/lib/girepository-1.0/GtkSource-4.typelib +0 -0
  60. data/vendor/local/lib/libgtksourceview-4.dll.a +0 -0
  61. data/vendor/local/lib/libgtksourceview-4.la +41 -0
  62. data/vendor/local/lib/pkgconfig/gtksourceview-4.pc +12 -0
  63. data/vendor/local/share/gir-1.0/GtkSource-4.gir +12999 -0
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +2421 -0
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +1087 -0
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +402 -0
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +207 -0
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +497 -0
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +668 -0
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +837 -0
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +343 -0
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +391 -0
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +769 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +780 -0
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +965 -0
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +438 -0
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +1708 -0
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +369 -0
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +299 -0
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +579 -0
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +473 -0
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +254 -0
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +307 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +788 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +2121 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +870 -0
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +1216 -0
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +603 -0
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +671 -0
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +433 -0
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +396 -0
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +214 -0
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +127 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +127 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +460 -0
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +179 -0
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +460 -0
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +2369 -0
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annexes.html +55 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +74 -0
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-0.html +62 -0
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-10.html +86 -0
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-12.html +34 -0
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-2.html +270 -0
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-4.html +34 -0
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-8.html +46 -0
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-0.html +42 -0
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-10.html +170 -0
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-12.html +38 -0
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-14.html +298 -0
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-16.html +106 -0
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-18.html +114 -0
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-20.html +130 -0
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-22.html +106 -0
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-24.html +126 -0
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-4.html +34 -0
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-4-0.html +65 -0
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-deprecated.html +30 -0
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +2586 -0
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-reference.html +174 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/completion.html +52 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +43 -0
  123. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/general.html +32 -0
  124. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +151 -0
  125. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +100 -0
  126. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +511 -0
  127. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +819 -0
  128. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gutter.html +49 -0
  129. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/home.png +0 -0
  130. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/index.html +215 -0
  131. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/intro.html +56 -0
  132. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +946 -0
  133. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +652 -0
  134. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +0 -0
  135. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left.png +0 -0
  136. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/main-classes.html +37 -0
  137. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/misc.html +52 -0
  138. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/object-tree.html +98 -0
  139. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +152 -0
  140. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +33 -0
  141. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/printing.html +32 -0
  142. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +0 -0
  143. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right.png +0 -0
  144. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +37 -0
  145. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style-reference.html +305 -0
  146. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style.css +483 -0
  147. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/styling.html +49 -0
  148. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +49 -0
  149. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +37 -0
  150. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +0 -0
  151. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up.png +0 -0
  152. data/vendor/local/share/gtksourceview-4/language-specs/R.lang +2198 -0
  153. data/vendor/local/share/gtksourceview-4/language-specs/abnf.lang +109 -0
  154. data/vendor/local/share/gtksourceview-4/language-specs/actionscript.lang +267 -0
  155. data/vendor/local/share/gtksourceview-4/language-specs/ada.lang +220 -0
  156. data/vendor/local/share/gtksourceview-4/language-specs/ansforth94.lang +728 -0
  157. data/vendor/local/share/gtksourceview-4/language-specs/asp.lang +1096 -0
  158. data/vendor/local/share/gtksourceview-4/language-specs/automake.lang +329 -0
  159. data/vendor/local/share/gtksourceview-4/language-specs/awk.lang +137 -0
  160. data/vendor/local/share/gtksourceview-4/language-specs/bennugd.lang +266 -0
  161. data/vendor/local/share/gtksourceview-4/language-specs/bibtex.lang +120 -0
  162. data/vendor/local/share/gtksourceview-4/language-specs/bluespec.lang +187 -0
  163. data/vendor/local/share/gtksourceview-4/language-specs/boo.lang +256 -0
  164. data/vendor/local/share/gtksourceview-4/language-specs/c.lang +343 -0
  165. data/vendor/local/share/gtksourceview-4/language-specs/cg.lang +231 -0
  166. data/vendor/local/share/gtksourceview-4/language-specs/changelog.lang +91 -0
  167. data/vendor/local/share/gtksourceview-4/language-specs/chdr.lang +50 -0
  168. data/vendor/local/share/gtksourceview-4/language-specs/cmake.lang +817 -0
  169. data/vendor/local/share/gtksourceview-4/language-specs/cobol.lang +646 -0
  170. data/vendor/local/share/gtksourceview-4/language-specs/cpp.lang +119 -0
  171. data/vendor/local/share/gtksourceview-4/language-specs/cpphdr.lang +41 -0
  172. data/vendor/local/share/gtksourceview-4/language-specs/csharp.lang +285 -0
  173. data/vendor/local/share/gtksourceview-4/language-specs/css.lang +2411 -0
  174. data/vendor/local/share/gtksourceview-4/language-specs/csv.lang +73 -0
  175. data/vendor/local/share/gtksourceview-4/language-specs/cuda.lang +281 -0
  176. data/vendor/local/share/gtksourceview-4/language-specs/d.lang +317 -0
  177. data/vendor/local/share/gtksourceview-4/language-specs/def.lang +261 -0
  178. data/vendor/local/share/gtksourceview-4/language-specs/desktop.lang +297 -0
  179. data/vendor/local/share/gtksourceview-4/language-specs/diff.lang +84 -0
  180. data/vendor/local/share/gtksourceview-4/language-specs/docbook.lang +475 -0
  181. data/vendor/local/share/gtksourceview-4/language-specs/dosbatch.lang +166 -0
  182. data/vendor/local/share/gtksourceview-4/language-specs/dot.lang +139 -0
  183. data/vendor/local/share/gtksourceview-4/language-specs/dpatch.lang +47 -0
  184. data/vendor/local/share/gtksourceview-4/language-specs/dtd.lang +139 -0
  185. data/vendor/local/share/gtksourceview-4/language-specs/dtl.lang +297 -0
  186. data/vendor/local/share/gtksourceview-4/language-specs/eiffel.lang +238 -0
  187. data/vendor/local/share/gtksourceview-4/language-specs/erlang.lang +262 -0
  188. data/vendor/local/share/gtksourceview-4/language-specs/fcl.lang +113 -0
  189. data/vendor/local/share/gtksourceview-4/language-specs/forth.lang +234 -0
  190. data/vendor/local/share/gtksourceview-4/language-specs/fortran.lang +710 -0
  191. data/vendor/local/share/gtksourceview-4/language-specs/fsharp.lang +324 -0
  192. data/vendor/local/share/gtksourceview-4/language-specs/gap.lang +84 -0
  193. data/vendor/local/share/gtksourceview-4/language-specs/gdb-log.lang +151 -0
  194. data/vendor/local/share/gtksourceview-4/language-specs/genie.lang +237 -0
  195. data/vendor/local/share/gtksourceview-4/language-specs/glsl.lang +482 -0
  196. data/vendor/local/share/gtksourceview-4/language-specs/go.lang +274 -0
  197. data/vendor/local/share/gtksourceview-4/language-specs/groovy.lang +330 -0
  198. data/vendor/local/share/gtksourceview-4/language-specs/gtk-doc.lang +90 -0
  199. data/vendor/local/share/gtksourceview-4/language-specs/gtkrc.lang +115 -0
  200. data/vendor/local/share/gtksourceview-4/language-specs/haddock.lang +161 -0
  201. data/vendor/local/share/gtksourceview-4/language-specs/haskell-literate.lang +58 -0
  202. data/vendor/local/share/gtksourceview-4/language-specs/haskell.lang +227 -0
  203. data/vendor/local/share/gtksourceview-4/language-specs/haxe.lang +237 -0
  204. data/vendor/local/share/gtksourceview-4/language-specs/html.lang +286 -0
  205. data/vendor/local/share/gtksourceview-4/language-specs/idl-exelis.lang +619 -0
  206. data/vendor/local/share/gtksourceview-4/language-specs/idl.lang +153 -0
  207. data/vendor/local/share/gtksourceview-4/language-specs/imagej.lang +783 -0
  208. data/vendor/local/share/gtksourceview-4/language-specs/ini.lang +94 -0
  209. data/vendor/local/share/gtksourceview-4/language-specs/j.lang +239 -0
  210. data/vendor/local/share/gtksourceview-4/language-specs/jade.lang +248 -0
  211. data/vendor/local/share/gtksourceview-4/language-specs/java.lang +188 -0
  212. data/vendor/local/share/gtksourceview-4/language-specs/javascript.lang +354 -0
  213. data/vendor/local/share/gtksourceview-4/language-specs/json.lang +124 -0
  214. data/vendor/local/share/gtksourceview-4/language-specs/julia.lang +376 -0
  215. data/vendor/local/share/gtksourceview-4/language-specs/kotlin.lang +389 -0
  216. data/vendor/local/share/gtksourceview-4/language-specs/language.dtd +72 -0
  217. data/vendor/local/share/gtksourceview-4/language-specs/language.rng +372 -0
  218. data/vendor/local/share/gtksourceview-4/language-specs/language2.rng +481 -0
  219. data/vendor/local/share/gtksourceview-4/language-specs/latex.lang +636 -0
  220. data/vendor/local/share/gtksourceview-4/language-specs/less.lang +793 -0
  221. data/vendor/local/share/gtksourceview-4/language-specs/lex.lang +208 -0
  222. data/vendor/local/share/gtksourceview-4/language-specs/libtool.lang +55 -0
  223. data/vendor/local/share/gtksourceview-4/language-specs/llvm.lang +314 -0
  224. data/vendor/local/share/gtksourceview-4/language-specs/logcat.lang +107 -0
  225. data/vendor/local/share/gtksourceview-4/language-specs/lua.lang +301 -0
  226. data/vendor/local/share/gtksourceview-4/language-specs/m4.lang +1374 -0
  227. data/vendor/local/share/gtksourceview-4/language-specs/makefile.lang +190 -0
  228. data/vendor/local/share/gtksourceview-4/language-specs/mallard.lang +123 -0
  229. data/vendor/local/share/gtksourceview-4/language-specs/markdown.lang +401 -0
  230. data/vendor/local/share/gtksourceview-4/language-specs/matlab.lang +148 -0
  231. data/vendor/local/share/gtksourceview-4/language-specs/maxima.lang +1864 -0
  232. data/vendor/local/share/gtksourceview-4/language-specs/mediawiki.lang +326 -0
  233. data/vendor/local/share/gtksourceview-4/language-specs/meson.lang +132 -0
  234. data/vendor/local/share/gtksourceview-4/language-specs/modelica.lang +261 -0
  235. data/vendor/local/share/gtksourceview-4/language-specs/mxml.lang +64 -0
  236. data/vendor/local/share/gtksourceview-4/language-specs/nemerle.lang +262 -0
  237. data/vendor/local/share/gtksourceview-4/language-specs/netrexx.lang +318 -0
  238. data/vendor/local/share/gtksourceview-4/language-specs/nsis.lang +87 -0
  239. data/vendor/local/share/gtksourceview-4/language-specs/objc.lang +119 -0
  240. data/vendor/local/share/gtksourceview-4/language-specs/objj.lang +127 -0
  241. data/vendor/local/share/gtksourceview-4/language-specs/ocaml.lang +301 -0
  242. data/vendor/local/share/gtksourceview-4/language-specs/ocl.lang +138 -0
  243. data/vendor/local/share/gtksourceview-4/language-specs/octave.lang +1757 -0
  244. data/vendor/local/share/gtksourceview-4/language-specs/ooc.lang +264 -0
  245. data/vendor/local/share/gtksourceview-4/language-specs/opal.lang +342 -0
  246. data/vendor/local/share/gtksourceview-4/language-specs/opencl.lang +599 -0
  247. data/vendor/local/share/gtksourceview-4/language-specs/pascal.lang +267 -0
  248. data/vendor/local/share/gtksourceview-4/language-specs/perl.lang +1044 -0
  249. data/vendor/local/share/gtksourceview-4/language-specs/php.lang +362 -0
  250. data/vendor/local/share/gtksourceview-4/language-specs/pig.lang +292 -0
  251. data/vendor/local/share/gtksourceview-4/language-specs/pkgconfig.lang +61 -0
  252. data/vendor/local/share/gtksourceview-4/language-specs/po.lang +93 -0
  253. data/vendor/local/share/gtksourceview-4/language-specs/prolog.lang +248 -0
  254. data/vendor/local/share/gtksourceview-4/language-specs/protobuf.lang +134 -0
  255. data/vendor/local/share/gtksourceview-4/language-specs/puppet.lang +696 -0
  256. data/vendor/local/share/gtksourceview-4/language-specs/python.lang +475 -0
  257. data/vendor/local/share/gtksourceview-4/language-specs/python3.lang +198 -0
  258. data/vendor/local/share/gtksourceview-4/language-specs/rpmspec.lang +215 -0
  259. data/vendor/local/share/gtksourceview-4/language-specs/rst.lang +141 -0
  260. data/vendor/local/share/gtksourceview-4/language-specs/ruby.lang +748 -0
  261. data/vendor/local/share/gtksourceview-4/language-specs/rust.lang +334 -0
  262. data/vendor/local/share/gtksourceview-4/language-specs/scala.lang +383 -0
  263. data/vendor/local/share/gtksourceview-4/language-specs/scheme.lang +301 -0
  264. data/vendor/local/share/gtksourceview-4/language-specs/scilab.lang +208 -0
  265. data/vendor/local/share/gtksourceview-4/language-specs/scss.lang +878 -0
  266. data/vendor/local/share/gtksourceview-4/language-specs/sh.lang +516 -0
  267. data/vendor/local/share/gtksourceview-4/language-specs/sml.lang +200 -0
  268. data/vendor/local/share/gtksourceview-4/language-specs/sparql.lang +451 -0
  269. data/vendor/local/share/gtksourceview-4/language-specs/sql.lang +617 -0
  270. data/vendor/local/share/gtksourceview-4/language-specs/sweave.lang +66 -0
  271. data/vendor/local/share/gtksourceview-4/language-specs/swift.lang +440 -0
  272. data/vendor/local/share/gtksourceview-4/language-specs/systemverilog.lang +262 -0
  273. data/vendor/local/share/gtksourceview-4/language-specs/t2t.lang +149 -0
  274. data/vendor/local/share/gtksourceview-4/language-specs/tcl.lang +145 -0
  275. data/vendor/local/share/gtksourceview-4/language-specs/tera.lang +142 -0
  276. data/vendor/local/share/gtksourceview-4/language-specs/texinfo.lang +447 -0
  277. data/vendor/local/share/gtksourceview-4/language-specs/thrift.lang +266 -0
  278. data/vendor/local/share/gtksourceview-4/language-specs/toml.lang +282 -0
  279. data/vendor/local/share/gtksourceview-4/language-specs/vala.lang +411 -0
  280. data/vendor/local/share/gtksourceview-4/language-specs/vbnet.lang +247 -0
  281. data/vendor/local/share/gtksourceview-4/language-specs/verilog.lang +475 -0
  282. data/vendor/local/share/gtksourceview-4/language-specs/vhdl.lang +247 -0
  283. data/vendor/local/share/gtksourceview-4/language-specs/xml.lang +219 -0
  284. data/vendor/local/share/gtksourceview-4/language-specs/xslt.lang +120 -0
  285. data/vendor/local/share/gtksourceview-4/language-specs/yacc.lang +176 -0
  286. data/vendor/local/share/gtksourceview-4/language-specs/yaml.lang +213 -0
  287. data/vendor/local/share/gtksourceview-4/styles/classic.xml +122 -0
  288. data/vendor/local/share/gtksourceview-4/styles/cobalt.xml +150 -0
  289. data/vendor/local/share/gtksourceview-4/styles/kate.xml +171 -0
  290. data/vendor/local/share/gtksourceview-4/styles/oblivion.xml +133 -0
  291. data/vendor/local/share/gtksourceview-4/styles/solarized-dark.xml +103 -0
  292. data/vendor/local/share/gtksourceview-4/styles/solarized-light.xml +102 -0
  293. data/vendor/local/share/gtksourceview-4/styles/styles.rng +139 -0
  294. data/vendor/local/share/gtksourceview-4/styles/tango.xml +130 -0
  295. data/vendor/local/share/license/gtksourceview/AUTHORS +15 -0
  296. data/vendor/local/share/license/gtksourceview/COPYING +504 -0
  297. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +0 -0
  298. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-4.mo +0 -0
  299. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +0 -0
  300. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-4.mo +0 -0
  301. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-4.mo +0 -0
  302. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  303. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  304. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +0 -0
  305. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +0 -0
  306. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +0 -0
  307. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +0 -0
  308. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +0 -0
  309. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +0 -0
  310. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-4.mo +0 -0
  311. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-4.mo +0 -0
  312. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +0 -0
  313. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-4.mo +0 -0
  314. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +0 -0
  315. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +0 -0
  316. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +0 -0
  317. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +0 -0
  318. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-4.mo +0 -0
  319. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-4.mo +0 -0
  320. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  321. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +0 -0
  322. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  323. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  324. data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +0 -0
  325. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +0 -0
  326. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  327. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  328. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-4.mo +0 -0
  329. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  330. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  331. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  332. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-4.mo +0 -0
  333. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-4.mo +0 -0
  334. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +0 -0
  335. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  336. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  337. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +0 -0
  338. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +0 -0
  339. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +0 -0
  340. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +0 -0
  341. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  342. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  343. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +0 -0
  344. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  345. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  346. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +0 -0
  347. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +0 -0
  348. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +0 -0
  349. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  350. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  351. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +0 -0
  352. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-4.mo +0 -0
  353. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +0 -0
  354. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  355. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +0 -0
  356. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +0 -0
  357. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +0 -0
  358. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +0 -0
  359. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +0 -0
  360. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-4.mo +0 -0
  361. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  362. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  363. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +0 -0
  364. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  365. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +0 -0
  366. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +0 -0
  367. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +0 -0
  368. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-4.mo +0 -0
  369. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  370. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-4.mo +0 -0
  371. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  372. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +0 -0
  373. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  374. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  375. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +0 -0
  376. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +0 -0
  377. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +0 -0
  378. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +0 -0
  379. metadata +437 -0
@@ -0,0 +1,2121 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>GtkSourcePrintCompositor: GtkSourceView 4 Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
+ <link rel="home" href="index.html" title="GtkSourceView 4 Reference Manual">
8
+ <link rel="up" href="printing.html" title="Printing">
9
+ <link rel="prev" href="printing.html" title="Printing">
10
+ <link rel="next" href="search-and-replace.html" title="Search and Replace">
11
+ <meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#GtkSourcePrintCompositor.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#GtkSourcePrintCompositor.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
20
+ <a href="#GtkSourcePrintCompositor.properties" class="shortcut">Properties</a></span>
21
+ </td>
22
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
+ <td><a accesskey="u" href="printing.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="p" href="printing.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
+ <td><a accesskey="n" href="search-and-replace.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
+ </tr></table>
27
+ <div class="refentry">
28
+ <a name="GtkSourcePrintCompositor"></a><div class="titlepage"></div>
29
+ <div class="refnamediv"><table width="100%"><tr>
30
+ <td valign="top">
31
+ <h2><span class="refentrytitle"><a name="GtkSourcePrintCompositor.top_of_page"></a>GtkSourcePrintCompositor</span></h2>
32
+ <p>GtkSourcePrintCompositor — Compose a GtkSourceBuffer for printing</p>
33
+ </td>
34
+ <td class="gallery_image" valign="top" align="right"></td>
35
+ </tr></table></div>
36
+ <div class="refsect1">
37
+ <a name="GtkSourcePrintCompositor.functions"></a><h2>Functions</h2>
38
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
39
+ <colgroup>
40
+ <col width="150px" class="functions_return">
41
+ <col class="functions_name">
42
+ </colgroup>
43
+ <tbody>
44
+ <tr>
45
+ <td class="function_type">
46
+ <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="returnvalue">GtkSourcePrintCompositor</span></a> *
47
+ </td>
48
+ <td class="function_name">
49
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-new" title="gtk_source_print_compositor_new ()">gtk_source_print_compositor_new</a> <span class="c_punctuation">()</span>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="function_type">
54
+ <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="returnvalue">GtkSourcePrintCompositor</span></a> *
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-new-from-view" title="gtk_source_print_compositor_new_from_view ()">gtk_source_print_compositor_new_from_view</a> <span class="c_punctuation">()</span>
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td class="function_type">
62
+ <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
63
+ </td>
64
+ <td class="function_name">
65
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-buffer" title="gtk_source_print_compositor_get_buffer ()">gtk_source_print_compositor_get_buffer</a> <span class="c_punctuation">()</span>
66
+ </td>
67
+ </tr>
68
+ <tr>
69
+ <td class="function_type">
70
+ <span class="returnvalue">void</span>
71
+ </td>
72
+ <td class="function_name">
73
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-tab-width" title="gtk_source_print_compositor_set_tab_width ()">gtk_source_print_compositor_set_tab_width</a> <span class="c_punctuation">()</span>
74
+ </td>
75
+ </tr>
76
+ <tr>
77
+ <td class="function_type">
78
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
79
+ </td>
80
+ <td class="function_name">
81
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-tab-width" title="gtk_source_print_compositor_get_tab_width ()">gtk_source_print_compositor_get_tab_width</a> <span class="c_punctuation">()</span>
82
+ </td>
83
+ </tr>
84
+ <tr>
85
+ <td class="function_type">
86
+ <span class="returnvalue">void</span>
87
+ </td>
88
+ <td class="function_name">
89
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-wrap-mode" title="gtk_source_print_compositor_set_wrap_mode ()">gtk_source_print_compositor_set_wrap_mode</a> <span class="c_punctuation">()</span>
90
+ </td>
91
+ </tr>
92
+ <tr>
93
+ <td class="function_type">
94
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
95
+ </td>
96
+ <td class="function_name">
97
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-wrap-mode" title="gtk_source_print_compositor_get_wrap_mode ()">gtk_source_print_compositor_get_wrap_mode</a> <span class="c_punctuation">()</span>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td class="function_type">
102
+ <span class="returnvalue">void</span>
103
+ </td>
104
+ <td class="function_name">
105
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-highlight-syntax" title="gtk_source_print_compositor_set_highlight_syntax ()">gtk_source_print_compositor_set_highlight_syntax</a> <span class="c_punctuation">()</span>
106
+ </td>
107
+ </tr>
108
+ <tr>
109
+ <td class="function_type">
110
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
111
+ </td>
112
+ <td class="function_name">
113
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-highlight-syntax" title="gtk_source_print_compositor_get_highlight_syntax ()">gtk_source_print_compositor_get_highlight_syntax</a> <span class="c_punctuation">()</span>
114
+ </td>
115
+ </tr>
116
+ <tr>
117
+ <td class="function_type">
118
+ <span class="returnvalue">void</span>
119
+ </td>
120
+ <td class="function_name">
121
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-line-numbers" title="gtk_source_print_compositor_set_print_line_numbers ()">gtk_source_print_compositor_set_print_line_numbers</a> <span class="c_punctuation">()</span>
122
+ </td>
123
+ </tr>
124
+ <tr>
125
+ <td class="function_type">
126
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
127
+ </td>
128
+ <td class="function_name">
129
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-print-line-numbers" title="gtk_source_print_compositor_get_print_line_numbers ()">gtk_source_print_compositor_get_print_line_numbers</a> <span class="c_punctuation">()</span>
130
+ </td>
131
+ </tr>
132
+ <tr>
133
+ <td class="function_type">
134
+ <span class="returnvalue">void</span>
135
+ </td>
136
+ <td class="function_name">
137
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-body-font-name" title="gtk_source_print_compositor_set_body_font_name ()">gtk_source_print_compositor_set_body_font_name</a> <span class="c_punctuation">()</span>
138
+ </td>
139
+ </tr>
140
+ <tr>
141
+ <td class="function_type">
142
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
143
+ </td>
144
+ <td class="function_name">
145
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-body-font-name" title="gtk_source_print_compositor_get_body_font_name ()">gtk_source_print_compositor_get_body_font_name</a> <span class="c_punctuation">()</span>
146
+ </td>
147
+ </tr>
148
+ <tr>
149
+ <td class="function_type">
150
+ <span class="returnvalue">void</span>
151
+ </td>
152
+ <td class="function_name">
153
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-line-numbers-font-name" title="gtk_source_print_compositor_set_line_numbers_font_name ()">gtk_source_print_compositor_set_line_numbers_font_name</a> <span class="c_punctuation">()</span>
154
+ </td>
155
+ </tr>
156
+ <tr>
157
+ <td class="function_type">
158
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
159
+ </td>
160
+ <td class="function_name">
161
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-line-numbers-font-name" title="gtk_source_print_compositor_get_line_numbers_font_name ()">gtk_source_print_compositor_get_line_numbers_font_name</a> <span class="c_punctuation">()</span>
162
+ </td>
163
+ </tr>
164
+ <tr>
165
+ <td class="function_type">
166
+ <span class="returnvalue">void</span>
167
+ </td>
168
+ <td class="function_name">
169
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-font-name" title="gtk_source_print_compositor_set_header_font_name ()">gtk_source_print_compositor_set_header_font_name</a> <span class="c_punctuation">()</span>
170
+ </td>
171
+ </tr>
172
+ <tr>
173
+ <td class="function_type">
174
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
175
+ </td>
176
+ <td class="function_name">
177
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-header-font-name" title="gtk_source_print_compositor_get_header_font_name ()">gtk_source_print_compositor_get_header_font_name</a> <span class="c_punctuation">()</span>
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <td class="function_type">
182
+ <span class="returnvalue">void</span>
183
+ </td>
184
+ <td class="function_name">
185
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-font-name" title="gtk_source_print_compositor_set_footer_font_name ()">gtk_source_print_compositor_set_footer_font_name</a> <span class="c_punctuation">()</span>
186
+ </td>
187
+ </tr>
188
+ <tr>
189
+ <td class="function_type">
190
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
191
+ </td>
192
+ <td class="function_name">
193
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-footer-font-name" title="gtk_source_print_compositor_get_footer_font_name ()">gtk_source_print_compositor_get_footer_font_name</a> <span class="c_punctuation">()</span>
194
+ </td>
195
+ </tr>
196
+ <tr>
197
+ <td class="function_type">
198
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
199
+ </td>
200
+ <td class="function_name">
201
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-top-margin" title="gtk_source_print_compositor_get_top_margin ()">gtk_source_print_compositor_get_top_margin</a> <span class="c_punctuation">()</span>
202
+ </td>
203
+ </tr>
204
+ <tr>
205
+ <td class="function_type">
206
+ <span class="returnvalue">void</span>
207
+ </td>
208
+ <td class="function_name">
209
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-top-margin" title="gtk_source_print_compositor_set_top_margin ()">gtk_source_print_compositor_set_top_margin</a> <span class="c_punctuation">()</span>
210
+ </td>
211
+ </tr>
212
+ <tr>
213
+ <td class="function_type">
214
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
215
+ </td>
216
+ <td class="function_name">
217
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-bottom-margin" title="gtk_source_print_compositor_get_bottom_margin ()">gtk_source_print_compositor_get_bottom_margin</a> <span class="c_punctuation">()</span>
218
+ </td>
219
+ </tr>
220
+ <tr>
221
+ <td class="function_type">
222
+ <span class="returnvalue">void</span>
223
+ </td>
224
+ <td class="function_name">
225
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-bottom-margin" title="gtk_source_print_compositor_set_bottom_margin ()">gtk_source_print_compositor_set_bottom_margin</a> <span class="c_punctuation">()</span>
226
+ </td>
227
+ </tr>
228
+ <tr>
229
+ <td class="function_type">
230
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
231
+ </td>
232
+ <td class="function_name">
233
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-left-margin" title="gtk_source_print_compositor_get_left_margin ()">gtk_source_print_compositor_get_left_margin</a> <span class="c_punctuation">()</span>
234
+ </td>
235
+ </tr>
236
+ <tr>
237
+ <td class="function_type">
238
+ <span class="returnvalue">void</span>
239
+ </td>
240
+ <td class="function_name">
241
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-left-margin" title="gtk_source_print_compositor_set_left_margin ()">gtk_source_print_compositor_set_left_margin</a> <span class="c_punctuation">()</span>
242
+ </td>
243
+ </tr>
244
+ <tr>
245
+ <td class="function_type">
246
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
247
+ </td>
248
+ <td class="function_name">
249
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-right-margin" title="gtk_source_print_compositor_get_right_margin ()">gtk_source_print_compositor_get_right_margin</a> <span class="c_punctuation">()</span>
250
+ </td>
251
+ </tr>
252
+ <tr>
253
+ <td class="function_type">
254
+ <span class="returnvalue">void</span>
255
+ </td>
256
+ <td class="function_name">
257
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-right-margin" title="gtk_source_print_compositor_set_right_margin ()">gtk_source_print_compositor_set_right_margin</a> <span class="c_punctuation">()</span>
258
+ </td>
259
+ </tr>
260
+ <tr>
261
+ <td class="function_type">
262
+ <span class="returnvalue">void</span>
263
+ </td>
264
+ <td class="function_name">
265
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-header" title="gtk_source_print_compositor_set_print_header ()">gtk_source_print_compositor_set_print_header</a> <span class="c_punctuation">()</span>
266
+ </td>
267
+ </tr>
268
+ <tr>
269
+ <td class="function_type">
270
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
271
+ </td>
272
+ <td class="function_name">
273
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-print-header" title="gtk_source_print_compositor_get_print_header ()">gtk_source_print_compositor_get_print_header</a> <span class="c_punctuation">()</span>
274
+ </td>
275
+ </tr>
276
+ <tr>
277
+ <td class="function_type">
278
+ <span class="returnvalue">void</span>
279
+ </td>
280
+ <td class="function_name">
281
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-footer" title="gtk_source_print_compositor_set_print_footer ()">gtk_source_print_compositor_set_print_footer</a> <span class="c_punctuation">()</span>
282
+ </td>
283
+ </tr>
284
+ <tr>
285
+ <td class="function_type">
286
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
287
+ </td>
288
+ <td class="function_name">
289
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-print-footer" title="gtk_source_print_compositor_get_print_footer ()">gtk_source_print_compositor_get_print_footer</a> <span class="c_punctuation">()</span>
290
+ </td>
291
+ </tr>
292
+ <tr>
293
+ <td class="function_type">
294
+ <span class="returnvalue">void</span>
295
+ </td>
296
+ <td class="function_name">
297
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-format" title="gtk_source_print_compositor_set_header_format ()">gtk_source_print_compositor_set_header_format</a> <span class="c_punctuation">()</span>
298
+ </td>
299
+ </tr>
300
+ <tr>
301
+ <td class="function_type">
302
+ <span class="returnvalue">void</span>
303
+ </td>
304
+ <td class="function_name">
305
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-format" title="gtk_source_print_compositor_set_footer_format ()">gtk_source_print_compositor_set_footer_format</a> <span class="c_punctuation">()</span>
306
+ </td>
307
+ </tr>
308
+ <tr>
309
+ <td class="function_type">
310
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
311
+ </td>
312
+ <td class="function_name">
313
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages" title="gtk_source_print_compositor_get_n_pages ()">gtk_source_print_compositor_get_n_pages</a> <span class="c_punctuation">()</span>
314
+ </td>
315
+ </tr>
316
+ <tr>
317
+ <td class="function_type">
318
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
319
+ </td>
320
+ <td class="function_name">
321
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()">gtk_source_print_compositor_paginate</a> <span class="c_punctuation">()</span>
322
+ </td>
323
+ </tr>
324
+ <tr>
325
+ <td class="function_type">
326
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
327
+ </td>
328
+ <td class="function_name">
329
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-pagination-progress" title="gtk_source_print_compositor_get_pagination_progress ()">gtk_source_print_compositor_get_pagination_progress</a> <span class="c_punctuation">()</span>
330
+ </td>
331
+ </tr>
332
+ <tr>
333
+ <td class="function_type">
334
+ <span class="returnvalue">void</span>
335
+ </td>
336
+ <td class="function_name">
337
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-draw-page" title="gtk_source_print_compositor_draw_page ()">gtk_source_print_compositor_draw_page</a> <span class="c_punctuation">()</span>
338
+ </td>
339
+ </tr>
340
+ </tbody>
341
+ </table></div>
342
+ </div>
343
+ <div class="refsect1">
344
+ <a name="GtkSourcePrintCompositor.properties"></a><h2>Properties</h2>
345
+ <div class="informaltable"><table class="informaltable" border="0">
346
+ <colgroup>
347
+ <col width="150px" class="properties_type">
348
+ <col width="300px" class="properties_name">
349
+ <col width="200px" class="properties_flags">
350
+ </colgroup>
351
+ <tbody>
352
+ <tr>
353
+ <td class="property_type">
354
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
355
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--body-font-name" title="The “body-font-name” property">body-font-name</a></td>
356
+ <td class="property_flags">Read / Write</td>
357
+ </tr>
358
+ <tr>
359
+ <td class="property_type">
360
+ <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *</td>
361
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--buffer" title="The “buffer” property">buffer</a></td>
362
+ <td class="property_flags">Read / Write / Construct Only</td>
363
+ </tr>
364
+ <tr>
365
+ <td class="property_type">
366
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
367
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--footer-font-name" title="The “footer-font-name” property">footer-font-name</a></td>
368
+ <td class="property_flags">Read / Write</td>
369
+ </tr>
370
+ <tr>
371
+ <td class="property_type">
372
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
373
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--header-font-name" title="The “header-font-name” property">header-font-name</a></td>
374
+ <td class="property_flags">Read / Write</td>
375
+ </tr>
376
+ <tr>
377
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
378
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--highlight-syntax" title="The “highlight-syntax” property">highlight-syntax</a></td>
379
+ <td class="property_flags">Read / Write</td>
380
+ </tr>
381
+ <tr>
382
+ <td class="property_type">
383
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
384
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--line-numbers-font-name" title="The “line-numbers-font-name” property">line-numbers-font-name</a></td>
385
+ <td class="property_flags">Read / Write</td>
386
+ </tr>
387
+ <tr>
388
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
389
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--n-pages" title="The “n-pages” property">n-pages</a></td>
390
+ <td class="property_flags">Read</td>
391
+ </tr>
392
+ <tr>
393
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
394
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-footer" title="The “print-footer” property">print-footer</a></td>
395
+ <td class="property_flags">Read / Write</td>
396
+ </tr>
397
+ <tr>
398
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
399
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-header" title="The “print-header” property">print-header</a></td>
400
+ <td class="property_flags">Read / Write</td>
401
+ </tr>
402
+ <tr>
403
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
404
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-line-numbers" title="The “print-line-numbers” property">print-line-numbers</a></td>
405
+ <td class="property_flags">Read / Write</td>
406
+ </tr>
407
+ <tr>
408
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
409
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--tab-width" title="The “tab-width” property">tab-width</a></td>
410
+ <td class="property_flags">Read / Write</td>
411
+ </tr>
412
+ <tr>
413
+ <td class="property_type"><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></td>
414
+ <td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--wrap-mode" title="The “wrap-mode” property">wrap-mode</a></td>
415
+ <td class="property_flags">Read / Write</td>
416
+ </tr>
417
+ </tbody>
418
+ </table></div>
419
+ </div>
420
+ <div class="refsect1">
421
+ <a name="GtkSourcePrintCompositor.other"></a><h2>Types and Values</h2>
422
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
423
+ <colgroup>
424
+ <col width="150px" class="name">
425
+ <col class="description">
426
+ </colgroup>
427
+ <tbody><tr>
428
+ <td class="datatype_keyword"> </td>
429
+ <td class="function_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor-struct" title="GtkSourcePrintCompositor">GtkSourcePrintCompositor</a></td>
430
+ </tr></tbody>
431
+ </table></div>
432
+ </div>
433
+ <div class="refsect1">
434
+ <a name="GtkSourcePrintCompositor.object-hierarchy"></a><h2>Object Hierarchy</h2>
435
+ <pre class="screen"> <a href="/home/seb/jhbuild/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
436
+ <span class="lineart">╰──</span> GtkSourcePrintCompositor
437
+ </pre>
438
+ </div>
439
+ <div class="refsect1">
440
+ <a name="GtkSourcePrintCompositor.includes"></a><h2>Includes</h2>
441
+ <pre class="synopsis">#include &lt;gtksourceview/gtksource.h&gt;
442
+ </pre>
443
+ </div>
444
+ <div class="refsect1">
445
+ <a name="GtkSourcePrintCompositor.description"></a><h2>Description</h2>
446
+ <p>The <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> object is used to compose a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>
447
+ for printing. You can set various configuration options to customize the
448
+ printed output. <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> is designed to be used with the
449
+ high-level printing API of gtk+, i.e. <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html#GtkPrintOperation-struct"><span class="type">GtkPrintOperation</span></a>.</p>
450
+ <p>The margins specified in this object are the layout margins: they define the
451
+ blank space bordering the printed area of the pages. They must not be
452
+ confused with the "print margins", i.e. the parts of the page that the
453
+ printer cannot print on, defined in the <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPageSetup.html#GtkPageSetup-struct"><span class="type">GtkPageSetup</span></a> objects. If the
454
+ specified layout margins are smaller than the "print margins", the latter
455
+ ones are used as a fallback by the <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> object, so that
456
+ the printed area is not clipped.</p>
457
+ </div>
458
+ <div class="refsect1">
459
+ <a name="GtkSourcePrintCompositor.functions_details"></a><h2>Functions</h2>
460
+ <div class="refsect2">
461
+ <a name="gtk-source-print-compositor-new"></a><h3>gtk_source_print_compositor_new ()</h3>
462
+ <pre class="programlisting"><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="returnvalue">GtkSourcePrintCompositor</span></a> *
463
+ gtk_source_print_compositor_new (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
464
+ <p>Creates a new print compositor that can be used to print <em class="parameter"><code>buffer</code></em>
465
+ .</p>
466
+ <div class="refsect3">
467
+ <a name="gtk-source-print-compositor-new.parameters"></a><h4>Parameters</h4>
468
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
469
+ <colgroup>
470
+ <col width="150px" class="parameters_name">
471
+ <col class="parameters_description">
472
+ <col width="200px" class="parameters_annotations">
473
+ </colgroup>
474
+ <tbody><tr>
475
+ <td class="parameter_name"><p>buffer</p></td>
476
+ <td class="parameter_description"><p>the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to print.</p></td>
477
+ <td class="parameter_annotations"> </td>
478
+ </tr></tbody>
479
+ </table></div>
480
+ </div>
481
+ <div class="refsect3">
482
+ <a name="gtk-source-print-compositor-new.returns"></a><h4>Returns</h4>
483
+ <p> a new print compositor object.</p>
484
+ </div>
485
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
486
+ </div>
487
+ <hr>
488
+ <div class="refsect2">
489
+ <a name="gtk-source-print-compositor-new-from-view"></a><h3>gtk_source_print_compositor_new_from_view ()</h3>
490
+ <pre class="programlisting"><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="returnvalue">GtkSourcePrintCompositor</span></a> *
491
+ gtk_source_print_compositor_new_from_view
492
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
493
+ <p>Creates a new print compositor that can be used to print the buffer
494
+ associated with <em class="parameter"><code>view</code></em>
495
+ .
496
+ This constructor sets some configuration properties to make the
497
+ printed output match <em class="parameter"><code>view</code></em>
498
+ as much as possible. The properties set are
499
+ <a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a>, <a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--highlight-syntax" title="The “highlight-syntax” property"><span class="type">“highlight-syntax”</span></a>,
500
+ <a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--wrap-mode" title="The “wrap-mode” property"><span class="type">“wrap-mode”</span></a>, <a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--body-font-name" title="The “body-font-name” property"><span class="type">“body-font-name”</span></a> and
501
+ <a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-line-numbers" title="The “print-line-numbers” property"><span class="type">“print-line-numbers”</span></a>.</p>
502
+ <div class="refsect3">
503
+ <a name="gtk-source-print-compositor-new-from-view.parameters"></a><h4>Parameters</h4>
504
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
505
+ <colgroup>
506
+ <col width="150px" class="parameters_name">
507
+ <col class="parameters_description">
508
+ <col width="200px" class="parameters_annotations">
509
+ </colgroup>
510
+ <tbody><tr>
511
+ <td class="parameter_name"><p>view</p></td>
512
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> to get configuration from.</p></td>
513
+ <td class="parameter_annotations"> </td>
514
+ </tr></tbody>
515
+ </table></div>
516
+ </div>
517
+ <div class="refsect3">
518
+ <a name="gtk-source-print-compositor-new-from-view.returns"></a><h4>Returns</h4>
519
+ <p> a new print compositor object.</p>
520
+ </div>
521
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
522
+ </div>
523
+ <hr>
524
+ <div class="refsect2">
525
+ <a name="gtk-source-print-compositor-get-buffer"></a><h3>gtk_source_print_compositor_get_buffer ()</h3>
526
+ <pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
527
+ gtk_source_print_compositor_get_buffer
528
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
529
+ <p>Gets the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> associated with the compositor. The returned
530
+ object reference is owned by the compositor object and
531
+ should not be unreferenced.</p>
532
+ <div class="refsect3">
533
+ <a name="gtk-source-print-compositor-get-buffer.parameters"></a><h4>Parameters</h4>
534
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
535
+ <colgroup>
536
+ <col width="150px" class="parameters_name">
537
+ <col class="parameters_description">
538
+ <col width="200px" class="parameters_annotations">
539
+ </colgroup>
540
+ <tbody><tr>
541
+ <td class="parameter_name"><p>compositor</p></td>
542
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
543
+ <td class="parameter_annotations"> </td>
544
+ </tr></tbody>
545
+ </table></div>
546
+ </div>
547
+ <div class="refsect3">
548
+ <a name="gtk-source-print-compositor-get-buffer.returns"></a><h4>Returns</h4>
549
+ <p>the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> associated with the compositor. </p>
550
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
551
+ </div>
552
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
553
+ </div>
554
+ <hr>
555
+ <div class="refsect2">
556
+ <a name="gtk-source-print-compositor-set-tab-width"></a><h3>gtk_source_print_compositor_set_tab_width ()</h3>
557
+ <pre class="programlisting"><span class="returnvalue">void</span>
558
+ gtk_source_print_compositor_set_tab_width
559
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
560
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>);</pre>
561
+ <p>Sets the width of tabulation in characters for printed text.</p>
562
+ <p>This function cannot be called anymore after the first call to the
563
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
564
+ <div class="refsect3">
565
+ <a name="gtk-source-print-compositor-set-tab-width.parameters"></a><h4>Parameters</h4>
566
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
567
+ <colgroup>
568
+ <col width="150px" class="parameters_name">
569
+ <col class="parameters_description">
570
+ <col width="200px" class="parameters_annotations">
571
+ </colgroup>
572
+ <tbody>
573
+ <tr>
574
+ <td class="parameter_name"><p>compositor</p></td>
575
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
576
+ <td class="parameter_annotations"> </td>
577
+ </tr>
578
+ <tr>
579
+ <td class="parameter_name"><p>width</p></td>
580
+ <td class="parameter_description"><p>width of tab in characters.</p></td>
581
+ <td class="parameter_annotations"> </td>
582
+ </tr>
583
+ </tbody>
584
+ </table></div>
585
+ </div>
586
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
587
+ </div>
588
+ <hr>
589
+ <div class="refsect2">
590
+ <a name="gtk-source-print-compositor-get-tab-width"></a><h3>gtk_source_print_compositor_get_tab_width ()</h3>
591
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
592
+ gtk_source_print_compositor_get_tab_width
593
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
594
+ <p>Returns the width of tabulation in characters for printed text.</p>
595
+ <div class="refsect3">
596
+ <a name="gtk-source-print-compositor-get-tab-width.parameters"></a><h4>Parameters</h4>
597
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
598
+ <colgroup>
599
+ <col width="150px" class="parameters_name">
600
+ <col class="parameters_description">
601
+ <col width="200px" class="parameters_annotations">
602
+ </colgroup>
603
+ <tbody><tr>
604
+ <td class="parameter_name"><p>compositor</p></td>
605
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
606
+ <td class="parameter_annotations"> </td>
607
+ </tr></tbody>
608
+ </table></div>
609
+ </div>
610
+ <div class="refsect3">
611
+ <a name="gtk-source-print-compositor-get-tab-width.returns"></a><h4>Returns</h4>
612
+ <p> width of tab.</p>
613
+ </div>
614
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
615
+ </div>
616
+ <hr>
617
+ <div class="refsect2">
618
+ <a name="gtk-source-print-compositor-set-wrap-mode"></a><h3>gtk_source_print_compositor_set_wrap_mode ()</h3>
619
+ <pre class="programlisting"><span class="returnvalue">void</span>
620
+ gtk_source_print_compositor_set_wrap_mode
621
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
622
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a> wrap_mode</code></em>);</pre>
623
+ <p>Sets the line wrapping mode for the printed text.</p>
624
+ <p>This function cannot be called anymore after the first call to the
625
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
626
+ <div class="refsect3">
627
+ <a name="gtk-source-print-compositor-set-wrap-mode.parameters"></a><h4>Parameters</h4>
628
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
629
+ <colgroup>
630
+ <col width="150px" class="parameters_name">
631
+ <col class="parameters_description">
632
+ <col width="200px" class="parameters_annotations">
633
+ </colgroup>
634
+ <tbody>
635
+ <tr>
636
+ <td class="parameter_name"><p>compositor</p></td>
637
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
638
+ <td class="parameter_annotations"> </td>
639
+ </tr>
640
+ <tr>
641
+ <td class="parameter_name"><p>wrap_mode</p></td>
642
+ <td class="parameter_description"><p>a <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a>.</p></td>
643
+ <td class="parameter_annotations"> </td>
644
+ </tr>
645
+ </tbody>
646
+ </table></div>
647
+ </div>
648
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
649
+ </div>
650
+ <hr>
651
+ <div class="refsect2">
652
+ <a name="gtk-source-print-compositor-get-wrap-mode"></a><h3>gtk_source_print_compositor_get_wrap_mode ()</h3>
653
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
654
+ gtk_source_print_compositor_get_wrap_mode
655
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
656
+ <p>Gets the line wrapping mode for the printed text.</p>
657
+ <div class="refsect3">
658
+ <a name="gtk-source-print-compositor-get-wrap-mode.parameters"></a><h4>Parameters</h4>
659
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
660
+ <colgroup>
661
+ <col width="150px" class="parameters_name">
662
+ <col class="parameters_description">
663
+ <col width="200px" class="parameters_annotations">
664
+ </colgroup>
665
+ <tbody><tr>
666
+ <td class="parameter_name"><p>compositor</p></td>
667
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
668
+ <td class="parameter_annotations"> </td>
669
+ </tr></tbody>
670
+ </table></div>
671
+ </div>
672
+ <div class="refsect3">
673
+ <a name="gtk-source-print-compositor-get-wrap-mode.returns"></a><h4>Returns</h4>
674
+ <p> the line wrap mode.</p>
675
+ </div>
676
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
677
+ </div>
678
+ <hr>
679
+ <div class="refsect2">
680
+ <a name="gtk-source-print-compositor-set-highlight-syntax"></a><h3>gtk_source_print_compositor_set_highlight_syntax ()</h3>
681
+ <pre class="programlisting"><span class="returnvalue">void</span>
682
+ gtk_source_print_compositor_set_highlight_syntax
683
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
684
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
685
+ <p>Sets whether the printed text will be highlighted according to the
686
+ buffer rules. Both color and font style are applied.</p>
687
+ <p>This function cannot be called anymore after the first call to the
688
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
689
+ <div class="refsect3">
690
+ <a name="gtk-source-print-compositor-set-highlight-syntax.parameters"></a><h4>Parameters</h4>
691
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
692
+ <colgroup>
693
+ <col width="150px" class="parameters_name">
694
+ <col class="parameters_description">
695
+ <col width="200px" class="parameters_annotations">
696
+ </colgroup>
697
+ <tbody>
698
+ <tr>
699
+ <td class="parameter_name"><p>compositor</p></td>
700
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
701
+ <td class="parameter_annotations"> </td>
702
+ </tr>
703
+ <tr>
704
+ <td class="parameter_name"><p>highlight</p></td>
705
+ <td class="parameter_description"><p>whether syntax should be highlighted.</p></td>
706
+ <td class="parameter_annotations"> </td>
707
+ </tr>
708
+ </tbody>
709
+ </table></div>
710
+ </div>
711
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
712
+ </div>
713
+ <hr>
714
+ <div class="refsect2">
715
+ <a name="gtk-source-print-compositor-get-highlight-syntax"></a><h3>gtk_source_print_compositor_get_highlight_syntax ()</h3>
716
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
717
+ gtk_source_print_compositor_get_highlight_syntax
718
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
719
+ <p>Determines whether the printed text will be highlighted according to the
720
+ buffer rules. Note that highlighting will happen
721
+ only if the buffer to print has highlighting activated.</p>
722
+ <div class="refsect3">
723
+ <a name="gtk-source-print-compositor-get-highlight-syntax.parameters"></a><h4>Parameters</h4>
724
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
725
+ <colgroup>
726
+ <col width="150px" class="parameters_name">
727
+ <col class="parameters_description">
728
+ <col width="200px" class="parameters_annotations">
729
+ </colgroup>
730
+ <tbody><tr>
731
+ <td class="parameter_name"><p>compositor</p></td>
732
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
733
+ <td class="parameter_annotations"> </td>
734
+ </tr></tbody>
735
+ </table></div>
736
+ </div>
737
+ <div class="refsect3">
738
+ <a name="gtk-source-print-compositor-get-highlight-syntax.returns"></a><h4>Returns</h4>
739
+ <p> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the printed output will be highlighted.</p>
740
+ </div>
741
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
742
+ </div>
743
+ <hr>
744
+ <div class="refsect2">
745
+ <a name="gtk-source-print-compositor-set-print-line-numbers"></a><h3>gtk_source_print_compositor_set_print_line_numbers ()</h3>
746
+ <pre class="programlisting"><span class="returnvalue">void</span>
747
+ gtk_source_print_compositor_set_print_line_numbers
748
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
749
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> interval</code></em>);</pre>
750
+ <p>Sets the interval for printed line numbers. If <em class="parameter"><code>interval</code></em>
751
+ is 0 no
752
+ numbers will be printed. If greater than 0, a number will be
753
+ printed every <em class="parameter"><code>interval</code></em>
754
+ lines (i.e. 1 will print all line numbers).</p>
755
+ <p>Maximum accepted value for <em class="parameter"><code>interval</code></em>
756
+ is 100.</p>
757
+ <p>This function cannot be called anymore after the first call to the
758
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
759
+ <div class="refsect3">
760
+ <a name="gtk-source-print-compositor-set-print-line-numbers.parameters"></a><h4>Parameters</h4>
761
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
762
+ <colgroup>
763
+ <col width="150px" class="parameters_name">
764
+ <col class="parameters_description">
765
+ <col width="200px" class="parameters_annotations">
766
+ </colgroup>
767
+ <tbody>
768
+ <tr>
769
+ <td class="parameter_name"><p>compositor</p></td>
770
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
771
+ <td class="parameter_annotations"> </td>
772
+ </tr>
773
+ <tr>
774
+ <td class="parameter_name"><p>interval</p></td>
775
+ <td class="parameter_description"><p>interval for printed line numbers.</p></td>
776
+ <td class="parameter_annotations"> </td>
777
+ </tr>
778
+ </tbody>
779
+ </table></div>
780
+ </div>
781
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
782
+ </div>
783
+ <hr>
784
+ <div class="refsect2">
785
+ <a name="gtk-source-print-compositor-get-print-line-numbers"></a><h3>gtk_source_print_compositor_get_print_line_numbers ()</h3>
786
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
787
+ gtk_source_print_compositor_get_print_line_numbers
788
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
789
+ <p>Returns the interval used for line number printing. If the
790
+ value is 0, no line numbers will be printed. The default value is
791
+ 1 (i.e. numbers printed in all lines).</p>
792
+ <div class="refsect3">
793
+ <a name="gtk-source-print-compositor-get-print-line-numbers.parameters"></a><h4>Parameters</h4>
794
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
795
+ <colgroup>
796
+ <col width="150px" class="parameters_name">
797
+ <col class="parameters_description">
798
+ <col width="200px" class="parameters_annotations">
799
+ </colgroup>
800
+ <tbody><tr>
801
+ <td class="parameter_name"><p>compositor</p></td>
802
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
803
+ <td class="parameter_annotations"> </td>
804
+ </tr></tbody>
805
+ </table></div>
806
+ </div>
807
+ <div class="refsect3">
808
+ <a name="gtk-source-print-compositor-get-print-line-numbers.returns"></a><h4>Returns</h4>
809
+ <p> the interval of printed line numbers.</p>
810
+ </div>
811
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
812
+ </div>
813
+ <hr>
814
+ <div class="refsect2">
815
+ <a name="gtk-source-print-compositor-set-body-font-name"></a><h3>gtk_source_print_compositor_set_body_font_name ()</h3>
816
+ <pre class="programlisting"><span class="returnvalue">void</span>
817
+ gtk_source_print_compositor_set_body_font_name
818
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
819
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
820
+ <p>Sets the default font for the printed text.</p>
821
+ <p><em class="parameter"><code>font_name</code></em>
822
+ should be a
823
+ string representation of a font description Pango can understand.
824
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
825
+ for a description of the format of the string representation.</p>
826
+ <p>This function cannot be called anymore after the first call to the
827
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
828
+ <div class="refsect3">
829
+ <a name="gtk-source-print-compositor-set-body-font-name.parameters"></a><h4>Parameters</h4>
830
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
831
+ <colgroup>
832
+ <col width="150px" class="parameters_name">
833
+ <col class="parameters_description">
834
+ <col width="200px" class="parameters_annotations">
835
+ </colgroup>
836
+ <tbody>
837
+ <tr>
838
+ <td class="parameter_name"><p>compositor</p></td>
839
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
840
+ <td class="parameter_annotations"> </td>
841
+ </tr>
842
+ <tr>
843
+ <td class="parameter_name"><p>font_name</p></td>
844
+ <td class="parameter_description"><p>the name of the default font for the body text.</p></td>
845
+ <td class="parameter_annotations"> </td>
846
+ </tr>
847
+ </tbody>
848
+ </table></div>
849
+ </div>
850
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
851
+ </div>
852
+ <hr>
853
+ <div class="refsect2">
854
+ <a name="gtk-source-print-compositor-get-body-font-name"></a><h3>gtk_source_print_compositor_get_body_font_name ()</h3>
855
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
856
+ gtk_source_print_compositor_get_body_font_name
857
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
858
+ <p>Returns the name of the font used to print the text body. The returned string
859
+ must be freed with <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
860
+ <div class="refsect3">
861
+ <a name="gtk-source-print-compositor-get-body-font-name.parameters"></a><h4>Parameters</h4>
862
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
863
+ <colgroup>
864
+ <col width="150px" class="parameters_name">
865
+ <col class="parameters_description">
866
+ <col width="200px" class="parameters_annotations">
867
+ </colgroup>
868
+ <tbody><tr>
869
+ <td class="parameter_name"><p>compositor</p></td>
870
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
871
+ <td class="parameter_annotations"> </td>
872
+ </tr></tbody>
873
+ </table></div>
874
+ </div>
875
+ <div class="refsect3">
876
+ <a name="gtk-source-print-compositor-get-body-font-name.returns"></a><h4>Returns</h4>
877
+ <p> a new string containing the name of the font used to print the
878
+ text body.</p>
879
+ </div>
880
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
881
+ </div>
882
+ <hr>
883
+ <div class="refsect2">
884
+ <a name="gtk-source-print-compositor-set-line-numbers-font-name"></a><h3>gtk_source_print_compositor_set_line_numbers_font_name ()</h3>
885
+ <pre class="programlisting"><span class="returnvalue">void</span>
886
+ gtk_source_print_compositor_set_line_numbers_font_name
887
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
888
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
889
+ <p>Sets the font for printing line numbers on the left margin. If
890
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is supplied, the default font (i.e. the one being used for the
891
+ text) will be used instead.</p>
892
+ <p><em class="parameter"><code>font_name</code></em>
893
+ should be a
894
+ string representation of a font description Pango can understand.
895
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
896
+ for a description of the format of the string representation.</p>
897
+ <p>This function cannot be called anymore after the first call to the
898
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
899
+ <div class="refsect3">
900
+ <a name="gtk-source-print-compositor-set-line-numbers-font-name.parameters"></a><h4>Parameters</h4>
901
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
902
+ <colgroup>
903
+ <col width="150px" class="parameters_name">
904
+ <col class="parameters_description">
905
+ <col width="200px" class="parameters_annotations">
906
+ </colgroup>
907
+ <tbody>
908
+ <tr>
909
+ <td class="parameter_name"><p>compositor</p></td>
910
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
911
+ <td class="parameter_annotations"> </td>
912
+ </tr>
913
+ <tr>
914
+ <td class="parameter_name"><p>font_name</p></td>
915
+ <td class="parameter_description"><p>the name of the font for line numbers, or <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
916
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
917
+ </tr>
918
+ </tbody>
919
+ </table></div>
920
+ </div>
921
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
922
+ </div>
923
+ <hr>
924
+ <div class="refsect2">
925
+ <a name="gtk-source-print-compositor-get-line-numbers-font-name"></a><h3>gtk_source_print_compositor_get_line_numbers_font_name ()</h3>
926
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
927
+ gtk_source_print_compositor_get_line_numbers_font_name
928
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
929
+ <p>Returns the name of the font used to print line numbers on the left margin.
930
+ The returned string must be freed with <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
931
+ <div class="refsect3">
932
+ <a name="gtk-source-print-compositor-get-line-numbers-font-name.parameters"></a><h4>Parameters</h4>
933
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
934
+ <colgroup>
935
+ <col width="150px" class="parameters_name">
936
+ <col class="parameters_description">
937
+ <col width="200px" class="parameters_annotations">
938
+ </colgroup>
939
+ <tbody><tr>
940
+ <td class="parameter_name"><p>compositor</p></td>
941
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
942
+ <td class="parameter_annotations"> </td>
943
+ </tr></tbody>
944
+ </table></div>
945
+ </div>
946
+ <div class="refsect3">
947
+ <a name="gtk-source-print-compositor-get-line-numbers-font-name.returns"></a><h4>Returns</h4>
948
+ <p> a new string containing the name of the font used to print
949
+ line numbers on the left margin.</p>
950
+ </div>
951
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
952
+ </div>
953
+ <hr>
954
+ <div class="refsect2">
955
+ <a name="gtk-source-print-compositor-set-header-font-name"></a><h3>gtk_source_print_compositor_set_header_font_name ()</h3>
956
+ <pre class="programlisting"><span class="returnvalue">void</span>
957
+ gtk_source_print_compositor_set_header_font_name
958
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
959
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
960
+ <p>Sets the font for printing the page header. If
961
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is supplied, the default font (i.e. the one being used for the
962
+ text) will be used instead.</p>
963
+ <p><em class="parameter"><code>font_name</code></em>
964
+ should be a
965
+ string representation of a font description Pango can understand.
966
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
967
+ for a description of the format of the string representation.</p>
968
+ <p>This function cannot be called anymore after the first call to the
969
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
970
+ <div class="refsect3">
971
+ <a name="gtk-source-print-compositor-set-header-font-name.parameters"></a><h4>Parameters</h4>
972
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
973
+ <colgroup>
974
+ <col width="150px" class="parameters_name">
975
+ <col class="parameters_description">
976
+ <col width="200px" class="parameters_annotations">
977
+ </colgroup>
978
+ <tbody>
979
+ <tr>
980
+ <td class="parameter_name"><p>compositor</p></td>
981
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
982
+ <td class="parameter_annotations"> </td>
983
+ </tr>
984
+ <tr>
985
+ <td class="parameter_name"><p>font_name</p></td>
986
+ <td class="parameter_description"><p>the name of the font for header text, or <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
987
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
988
+ </tr>
989
+ </tbody>
990
+ </table></div>
991
+ </div>
992
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
993
+ </div>
994
+ <hr>
995
+ <div class="refsect2">
996
+ <a name="gtk-source-print-compositor-get-header-font-name"></a><h3>gtk_source_print_compositor_get_header_font_name ()</h3>
997
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
998
+ gtk_source_print_compositor_get_header_font_name
999
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
1000
+ <p>Returns the name of the font used to print the page header.
1001
+ The returned string must be freed with <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
1002
+ <div class="refsect3">
1003
+ <a name="gtk-source-print-compositor-get-header-font-name.parameters"></a><h4>Parameters</h4>
1004
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1005
+ <colgroup>
1006
+ <col width="150px" class="parameters_name">
1007
+ <col class="parameters_description">
1008
+ <col width="200px" class="parameters_annotations">
1009
+ </colgroup>
1010
+ <tbody><tr>
1011
+ <td class="parameter_name"><p>compositor</p></td>
1012
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1013
+ <td class="parameter_annotations"> </td>
1014
+ </tr></tbody>
1015
+ </table></div>
1016
+ </div>
1017
+ <div class="refsect3">
1018
+ <a name="gtk-source-print-compositor-get-header-font-name.returns"></a><h4>Returns</h4>
1019
+ <p> a new string containing the name of the font used to print
1020
+ the page header.</p>
1021
+ </div>
1022
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1023
+ </div>
1024
+ <hr>
1025
+ <div class="refsect2">
1026
+ <a name="gtk-source-print-compositor-set-footer-font-name"></a><h3>gtk_source_print_compositor_set_footer_font_name ()</h3>
1027
+ <pre class="programlisting"><span class="returnvalue">void</span>
1028
+ gtk_source_print_compositor_set_footer_font_name
1029
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1030
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
1031
+ <p>Sets the font for printing the page footer. If
1032
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is supplied, the default font (i.e. the one being used for the
1033
+ text) will be used instead.</p>
1034
+ <p><em class="parameter"><code>font_name</code></em>
1035
+ should be a
1036
+ string representation of a font description Pango can understand.
1037
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
1038
+ for a description of the format of the string representation.</p>
1039
+ <p>This function cannot be called anymore after the first call to the
1040
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
1041
+ <div class="refsect3">
1042
+ <a name="gtk-source-print-compositor-set-footer-font-name.parameters"></a><h4>Parameters</h4>
1043
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1044
+ <colgroup>
1045
+ <col width="150px" class="parameters_name">
1046
+ <col class="parameters_description">
1047
+ <col width="200px" class="parameters_annotations">
1048
+ </colgroup>
1049
+ <tbody>
1050
+ <tr>
1051
+ <td class="parameter_name"><p>compositor</p></td>
1052
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1053
+ <td class="parameter_annotations"> </td>
1054
+ </tr>
1055
+ <tr>
1056
+ <td class="parameter_name"><p>font_name</p></td>
1057
+ <td class="parameter_description"><p>the name of the font for the footer text, or <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1058
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1059
+ </tr>
1060
+ </tbody>
1061
+ </table></div>
1062
+ </div>
1063
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1064
+ </div>
1065
+ <hr>
1066
+ <div class="refsect2">
1067
+ <a name="gtk-source-print-compositor-get-footer-font-name"></a><h3>gtk_source_print_compositor_get_footer_font_name ()</h3>
1068
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
1069
+ gtk_source_print_compositor_get_footer_font_name
1070
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
1071
+ <p>Returns the name of the font used to print the page footer.
1072
+ The returned string must be freed with <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
1073
+ <div class="refsect3">
1074
+ <a name="gtk-source-print-compositor-get-footer-font-name.parameters"></a><h4>Parameters</h4>
1075
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1076
+ <colgroup>
1077
+ <col width="150px" class="parameters_name">
1078
+ <col class="parameters_description">
1079
+ <col width="200px" class="parameters_annotations">
1080
+ </colgroup>
1081
+ <tbody><tr>
1082
+ <td class="parameter_name"><p>compositor</p></td>
1083
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1084
+ <td class="parameter_annotations"> </td>
1085
+ </tr></tbody>
1086
+ </table></div>
1087
+ </div>
1088
+ <div class="refsect3">
1089
+ <a name="gtk-source-print-compositor-get-footer-font-name.returns"></a><h4>Returns</h4>
1090
+ <p> a new string containing the name of the font used to print
1091
+ the page footer.</p>
1092
+ </div>
1093
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1094
+ </div>
1095
+ <hr>
1096
+ <div class="refsect2">
1097
+ <a name="gtk-source-print-compositor-get-top-margin"></a><h3>gtk_source_print_compositor_get_top_margin ()</h3>
1098
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1099
+ gtk_source_print_compositor_get_top_margin
1100
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1101
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1102
+ <p>Gets the top margin in units of <em class="parameter"><code>unit</code></em>
1103
+ .</p>
1104
+ <div class="refsect3">
1105
+ <a name="gtk-source-print-compositor-get-top-margin.parameters"></a><h4>Parameters</h4>
1106
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1107
+ <colgroup>
1108
+ <col width="150px" class="parameters_name">
1109
+ <col class="parameters_description">
1110
+ <col width="200px" class="parameters_annotations">
1111
+ </colgroup>
1112
+ <tbody>
1113
+ <tr>
1114
+ <td class="parameter_name"><p>compositor</p></td>
1115
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1116
+ <td class="parameter_annotations"> </td>
1117
+ </tr>
1118
+ <tr>
1119
+ <td class="parameter_name"><p>unit</p></td>
1120
+ <td class="parameter_description"><p>the unit for the return value.</p></td>
1121
+ <td class="parameter_annotations"> </td>
1122
+ </tr>
1123
+ </tbody>
1124
+ </table></div>
1125
+ </div>
1126
+ <div class="refsect3">
1127
+ <a name="gtk-source-print-compositor-get-top-margin.returns"></a><h4>Returns</h4>
1128
+ <p> the top margin.</p>
1129
+ </div>
1130
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1131
+ </div>
1132
+ <hr>
1133
+ <div class="refsect2">
1134
+ <a name="gtk-source-print-compositor-set-top-margin"></a><h3>gtk_source_print_compositor_set_top_margin ()</h3>
1135
+ <pre class="programlisting"><span class="returnvalue">void</span>
1136
+ gtk_source_print_compositor_set_top_margin
1137
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1138
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
1139
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1140
+ <p>Sets the top margin used by <em class="parameter"><code>compositor</code></em>
1141
+ .</p>
1142
+ <div class="refsect3">
1143
+ <a name="gtk-source-print-compositor-set-top-margin.parameters"></a><h4>Parameters</h4>
1144
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1145
+ <colgroup>
1146
+ <col width="150px" class="parameters_name">
1147
+ <col class="parameters_description">
1148
+ <col width="200px" class="parameters_annotations">
1149
+ </colgroup>
1150
+ <tbody>
1151
+ <tr>
1152
+ <td class="parameter_name"><p>compositor</p></td>
1153
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1154
+ <td class="parameter_annotations"> </td>
1155
+ </tr>
1156
+ <tr>
1157
+ <td class="parameter_name"><p>margin</p></td>
1158
+ <td class="parameter_description"><p>the new top margin in units of <em class="parameter"><code>unit</code></em>
1159
+ </p></td>
1160
+ <td class="parameter_annotations"> </td>
1161
+ </tr>
1162
+ <tr>
1163
+ <td class="parameter_name"><p>unit</p></td>
1164
+ <td class="parameter_description"><p>the units for <em class="parameter"><code>margin</code></em>
1165
+ </p></td>
1166
+ <td class="parameter_annotations"> </td>
1167
+ </tr>
1168
+ </tbody>
1169
+ </table></div>
1170
+ </div>
1171
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1172
+ </div>
1173
+ <hr>
1174
+ <div class="refsect2">
1175
+ <a name="gtk-source-print-compositor-get-bottom-margin"></a><h3>gtk_source_print_compositor_get_bottom_margin ()</h3>
1176
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1177
+ gtk_source_print_compositor_get_bottom_margin
1178
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1179
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1180
+ <p>Gets the bottom margin in units of <em class="parameter"><code>unit</code></em>
1181
+ .</p>
1182
+ <div class="refsect3">
1183
+ <a name="gtk-source-print-compositor-get-bottom-margin.parameters"></a><h4>Parameters</h4>
1184
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1185
+ <colgroup>
1186
+ <col width="150px" class="parameters_name">
1187
+ <col class="parameters_description">
1188
+ <col width="200px" class="parameters_annotations">
1189
+ </colgroup>
1190
+ <tbody>
1191
+ <tr>
1192
+ <td class="parameter_name"><p>compositor</p></td>
1193
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1194
+ <td class="parameter_annotations"> </td>
1195
+ </tr>
1196
+ <tr>
1197
+ <td class="parameter_name"><p>unit</p></td>
1198
+ <td class="parameter_description"><p>the unit for the return value.</p></td>
1199
+ <td class="parameter_annotations"> </td>
1200
+ </tr>
1201
+ </tbody>
1202
+ </table></div>
1203
+ </div>
1204
+ <div class="refsect3">
1205
+ <a name="gtk-source-print-compositor-get-bottom-margin.returns"></a><h4>Returns</h4>
1206
+ <p> the bottom margin.</p>
1207
+ </div>
1208
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1209
+ </div>
1210
+ <hr>
1211
+ <div class="refsect2">
1212
+ <a name="gtk-source-print-compositor-set-bottom-margin"></a><h3>gtk_source_print_compositor_set_bottom_margin ()</h3>
1213
+ <pre class="programlisting"><span class="returnvalue">void</span>
1214
+ gtk_source_print_compositor_set_bottom_margin
1215
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1216
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
1217
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1218
+ <p>Sets the bottom margin used by <em class="parameter"><code>compositor</code></em>
1219
+ .</p>
1220
+ <div class="refsect3">
1221
+ <a name="gtk-source-print-compositor-set-bottom-margin.parameters"></a><h4>Parameters</h4>
1222
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1223
+ <colgroup>
1224
+ <col width="150px" class="parameters_name">
1225
+ <col class="parameters_description">
1226
+ <col width="200px" class="parameters_annotations">
1227
+ </colgroup>
1228
+ <tbody>
1229
+ <tr>
1230
+ <td class="parameter_name"><p>compositor</p></td>
1231
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1232
+ <td class="parameter_annotations"> </td>
1233
+ </tr>
1234
+ <tr>
1235
+ <td class="parameter_name"><p>margin</p></td>
1236
+ <td class="parameter_description"><p>the new bottom margin in units of <em class="parameter"><code>unit</code></em>
1237
+ .</p></td>
1238
+ <td class="parameter_annotations"> </td>
1239
+ </tr>
1240
+ <tr>
1241
+ <td class="parameter_name"><p>unit</p></td>
1242
+ <td class="parameter_description"><p>the units for <em class="parameter"><code>margin</code></em>
1243
+ .</p></td>
1244
+ <td class="parameter_annotations"> </td>
1245
+ </tr>
1246
+ </tbody>
1247
+ </table></div>
1248
+ </div>
1249
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1250
+ </div>
1251
+ <hr>
1252
+ <div class="refsect2">
1253
+ <a name="gtk-source-print-compositor-get-left-margin"></a><h3>gtk_source_print_compositor_get_left_margin ()</h3>
1254
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1255
+ gtk_source_print_compositor_get_left_margin
1256
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1257
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1258
+ <p>Gets the left margin in units of <em class="parameter"><code>unit</code></em>
1259
+ .</p>
1260
+ <div class="refsect3">
1261
+ <a name="gtk-source-print-compositor-get-left-margin.parameters"></a><h4>Parameters</h4>
1262
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1263
+ <colgroup>
1264
+ <col width="150px" class="parameters_name">
1265
+ <col class="parameters_description">
1266
+ <col width="200px" class="parameters_annotations">
1267
+ </colgroup>
1268
+ <tbody>
1269
+ <tr>
1270
+ <td class="parameter_name"><p>compositor</p></td>
1271
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1272
+ <td class="parameter_annotations"> </td>
1273
+ </tr>
1274
+ <tr>
1275
+ <td class="parameter_name"><p>unit</p></td>
1276
+ <td class="parameter_description"><p>the unit for the return value.</p></td>
1277
+ <td class="parameter_annotations"> </td>
1278
+ </tr>
1279
+ </tbody>
1280
+ </table></div>
1281
+ </div>
1282
+ <div class="refsect3">
1283
+ <a name="gtk-source-print-compositor-get-left-margin.returns"></a><h4>Returns</h4>
1284
+ <p> the left margin</p>
1285
+ </div>
1286
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1287
+ </div>
1288
+ <hr>
1289
+ <div class="refsect2">
1290
+ <a name="gtk-source-print-compositor-set-left-margin"></a><h3>gtk_source_print_compositor_set_left_margin ()</h3>
1291
+ <pre class="programlisting"><span class="returnvalue">void</span>
1292
+ gtk_source_print_compositor_set_left_margin
1293
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1294
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
1295
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1296
+ <p>Sets the left margin used by <em class="parameter"><code>compositor</code></em>
1297
+ .</p>
1298
+ <div class="refsect3">
1299
+ <a name="gtk-source-print-compositor-set-left-margin.parameters"></a><h4>Parameters</h4>
1300
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1301
+ <colgroup>
1302
+ <col width="150px" class="parameters_name">
1303
+ <col class="parameters_description">
1304
+ <col width="200px" class="parameters_annotations">
1305
+ </colgroup>
1306
+ <tbody>
1307
+ <tr>
1308
+ <td class="parameter_name"><p>compositor</p></td>
1309
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1310
+ <td class="parameter_annotations"> </td>
1311
+ </tr>
1312
+ <tr>
1313
+ <td class="parameter_name"><p>margin</p></td>
1314
+ <td class="parameter_description"><p>the new left margin in units of <em class="parameter"><code>unit</code></em>
1315
+ .</p></td>
1316
+ <td class="parameter_annotations"> </td>
1317
+ </tr>
1318
+ <tr>
1319
+ <td class="parameter_name"><p>unit</p></td>
1320
+ <td class="parameter_description"><p>the units for <em class="parameter"><code>margin</code></em>
1321
+ .</p></td>
1322
+ <td class="parameter_annotations"> </td>
1323
+ </tr>
1324
+ </tbody>
1325
+ </table></div>
1326
+ </div>
1327
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1328
+ </div>
1329
+ <hr>
1330
+ <div class="refsect2">
1331
+ <a name="gtk-source-print-compositor-get-right-margin"></a><h3>gtk_source_print_compositor_get_right_margin ()</h3>
1332
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1333
+ gtk_source_print_compositor_get_right_margin
1334
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1335
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1336
+ <p>Gets the right margin in units of <em class="parameter"><code>unit</code></em>
1337
+ .</p>
1338
+ <div class="refsect3">
1339
+ <a name="gtk-source-print-compositor-get-right-margin.parameters"></a><h4>Parameters</h4>
1340
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1341
+ <colgroup>
1342
+ <col width="150px" class="parameters_name">
1343
+ <col class="parameters_description">
1344
+ <col width="200px" class="parameters_annotations">
1345
+ </colgroup>
1346
+ <tbody>
1347
+ <tr>
1348
+ <td class="parameter_name"><p>compositor</p></td>
1349
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1350
+ <td class="parameter_annotations"> </td>
1351
+ </tr>
1352
+ <tr>
1353
+ <td class="parameter_name"><p>unit</p></td>
1354
+ <td class="parameter_description"><p>the unit for the return value.</p></td>
1355
+ <td class="parameter_annotations"> </td>
1356
+ </tr>
1357
+ </tbody>
1358
+ </table></div>
1359
+ </div>
1360
+ <div class="refsect3">
1361
+ <a name="gtk-source-print-compositor-get-right-margin.returns"></a><h4>Returns</h4>
1362
+ <p> the right margin.</p>
1363
+ </div>
1364
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1365
+ </div>
1366
+ <hr>
1367
+ <div class="refsect2">
1368
+ <a name="gtk-source-print-compositor-set-right-margin"></a><h3>gtk_source_print_compositor_set_right_margin ()</h3>
1369
+ <pre class="programlisting"><span class="returnvalue">void</span>
1370
+ gtk_source_print_compositor_set_right_margin
1371
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1372
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
1373
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
1374
+ <p>Sets the right margin used by <em class="parameter"><code>compositor</code></em>
1375
+ .</p>
1376
+ <div class="refsect3">
1377
+ <a name="gtk-source-print-compositor-set-right-margin.parameters"></a><h4>Parameters</h4>
1378
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1379
+ <colgroup>
1380
+ <col width="150px" class="parameters_name">
1381
+ <col class="parameters_description">
1382
+ <col width="200px" class="parameters_annotations">
1383
+ </colgroup>
1384
+ <tbody>
1385
+ <tr>
1386
+ <td class="parameter_name"><p>compositor</p></td>
1387
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1388
+ <td class="parameter_annotations"> </td>
1389
+ </tr>
1390
+ <tr>
1391
+ <td class="parameter_name"><p>margin</p></td>
1392
+ <td class="parameter_description"><p>the new right margin in units of <em class="parameter"><code>unit</code></em>
1393
+ .</p></td>
1394
+ <td class="parameter_annotations"> </td>
1395
+ </tr>
1396
+ <tr>
1397
+ <td class="parameter_name"><p>unit</p></td>
1398
+ <td class="parameter_description"><p>the units for <em class="parameter"><code>margin</code></em>
1399
+ .</p></td>
1400
+ <td class="parameter_annotations"> </td>
1401
+ </tr>
1402
+ </tbody>
1403
+ </table></div>
1404
+ </div>
1405
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1406
+ </div>
1407
+ <hr>
1408
+ <div class="refsect2">
1409
+ <a name="gtk-source-print-compositor-set-print-header"></a><h3>gtk_source_print_compositor_set_print_header ()</h3>
1410
+ <pre class="programlisting"><span class="returnvalue">void</span>
1411
+ gtk_source_print_compositor_set_print_header
1412
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1413
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> print</code></em>);</pre>
1414
+ <p>Sets whether you want to print a header in each page. The
1415
+ header consists of three pieces of text and an optional line
1416
+ separator, configurable with
1417
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-format" title="gtk_source_print_compositor_set_header_format ()"><code class="function">gtk_source_print_compositor_set_header_format()</code></a>.</p>
1418
+ <p>Note that by default the header format is unspecified, and if it's
1419
+ empty it will not be printed, regardless of this setting.</p>
1420
+ <p>This function cannot be called anymore after the first call to the
1421
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
1422
+ <div class="refsect3">
1423
+ <a name="gtk-source-print-compositor-set-print-header.parameters"></a><h4>Parameters</h4>
1424
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1425
+ <colgroup>
1426
+ <col width="150px" class="parameters_name">
1427
+ <col class="parameters_description">
1428
+ <col width="200px" class="parameters_annotations">
1429
+ </colgroup>
1430
+ <tbody>
1431
+ <tr>
1432
+ <td class="parameter_name"><p>compositor</p></td>
1433
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1434
+ <td class="parameter_annotations"> </td>
1435
+ </tr>
1436
+ <tr>
1437
+ <td class="parameter_name"><p>print</p></td>
1438
+ <td class="parameter_description"><p><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the header to be printed.</p></td>
1439
+ <td class="parameter_annotations"> </td>
1440
+ </tr>
1441
+ </tbody>
1442
+ </table></div>
1443
+ </div>
1444
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1445
+ </div>
1446
+ <hr>
1447
+ <div class="refsect2">
1448
+ <a name="gtk-source-print-compositor-get-print-header"></a><h3>gtk_source_print_compositor_get_print_header ()</h3>
1449
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1450
+ gtk_source_print_compositor_get_print_header
1451
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
1452
+ <p>Determines if a header is set to be printed for each page. A
1453
+ header will be printed if this function returns <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
1454
+ <span class="emphasis"><em>and</em></span> some format strings have been specified
1455
+ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-format" title="gtk_source_print_compositor_set_header_format ()"><code class="function">gtk_source_print_compositor_set_header_format()</code></a>.</p>
1456
+ <div class="refsect3">
1457
+ <a name="gtk-source-print-compositor-get-print-header.parameters"></a><h4>Parameters</h4>
1458
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1459
+ <colgroup>
1460
+ <col width="150px" class="parameters_name">
1461
+ <col class="parameters_description">
1462
+ <col width="200px" class="parameters_annotations">
1463
+ </colgroup>
1464
+ <tbody><tr>
1465
+ <td class="parameter_name"><p>compositor</p></td>
1466
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1467
+ <td class="parameter_annotations"> </td>
1468
+ </tr></tbody>
1469
+ </table></div>
1470
+ </div>
1471
+ <div class="refsect3">
1472
+ <a name="gtk-source-print-compositor-get-print-header.returns"></a><h4>Returns</h4>
1473
+ <p> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the header is set to be printed.</p>
1474
+ </div>
1475
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1476
+ </div>
1477
+ <hr>
1478
+ <div class="refsect2">
1479
+ <a name="gtk-source-print-compositor-set-print-footer"></a><h3>gtk_source_print_compositor_set_print_footer ()</h3>
1480
+ <pre class="programlisting"><span class="returnvalue">void</span>
1481
+ gtk_source_print_compositor_set_print_footer
1482
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1483
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> print</code></em>);</pre>
1484
+ <p>Sets whether you want to print a footer in each page. The
1485
+ footer consists of three pieces of text and an optional line
1486
+ separator, configurable with
1487
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-format" title="gtk_source_print_compositor_set_footer_format ()"><code class="function">gtk_source_print_compositor_set_footer_format()</code></a>.</p>
1488
+ <p>Note that by default the footer format is unspecified, and if it's
1489
+ empty it will not be printed, regardless of this setting.</p>
1490
+ <p>This function cannot be called anymore after the first call to the
1491
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
1492
+ <div class="refsect3">
1493
+ <a name="gtk-source-print-compositor-set-print-footer.parameters"></a><h4>Parameters</h4>
1494
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1495
+ <colgroup>
1496
+ <col width="150px" class="parameters_name">
1497
+ <col class="parameters_description">
1498
+ <col width="200px" class="parameters_annotations">
1499
+ </colgroup>
1500
+ <tbody>
1501
+ <tr>
1502
+ <td class="parameter_name"><p>compositor</p></td>
1503
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1504
+ <td class="parameter_annotations"> </td>
1505
+ </tr>
1506
+ <tr>
1507
+ <td class="parameter_name"><p>print</p></td>
1508
+ <td class="parameter_description"><p><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the footer to be printed.</p></td>
1509
+ <td class="parameter_annotations"> </td>
1510
+ </tr>
1511
+ </tbody>
1512
+ </table></div>
1513
+ </div>
1514
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1515
+ </div>
1516
+ <hr>
1517
+ <div class="refsect2">
1518
+ <a name="gtk-source-print-compositor-get-print-footer"></a><h3>gtk_source_print_compositor_get_print_footer ()</h3>
1519
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1520
+ gtk_source_print_compositor_get_print_footer
1521
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
1522
+ <p>Determines if a footer is set to be printed for each page. A
1523
+ footer will be printed if this function returns <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
1524
+ <span class="emphasis"><em>and</em></span> some format strings have been specified
1525
+ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-format" title="gtk_source_print_compositor_set_footer_format ()"><code class="function">gtk_source_print_compositor_set_footer_format()</code></a>.</p>
1526
+ <div class="refsect3">
1527
+ <a name="gtk-source-print-compositor-get-print-footer.parameters"></a><h4>Parameters</h4>
1528
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1529
+ <colgroup>
1530
+ <col width="150px" class="parameters_name">
1531
+ <col class="parameters_description">
1532
+ <col width="200px" class="parameters_annotations">
1533
+ </colgroup>
1534
+ <tbody><tr>
1535
+ <td class="parameter_name"><p>compositor</p></td>
1536
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1537
+ <td class="parameter_annotations"> </td>
1538
+ </tr></tbody>
1539
+ </table></div>
1540
+ </div>
1541
+ <div class="refsect3">
1542
+ <a name="gtk-source-print-compositor-get-print-footer.returns"></a><h4>Returns</h4>
1543
+ <p> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the footer is set to be printed.</p>
1544
+ </div>
1545
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1546
+ </div>
1547
+ <hr>
1548
+ <div class="refsect2">
1549
+ <a name="gtk-source-print-compositor-set-header-format"></a><h3>gtk_source_print_compositor_set_header_format ()</h3>
1550
+ <pre class="programlisting"><span class="returnvalue">void</span>
1551
+ gtk_source_print_compositor_set_header_format
1552
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1553
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> separator</code></em>,
1554
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *left</code></em>,
1555
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *center</code></em>,
1556
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *right</code></em>);</pre>
1557
+ <p>Sets strftime like header format strings, to be printed on the
1558
+ left, center and right of the top of each page. The strings may
1559
+ include strftime(3) codes which will be expanded at print time.
1560
+ A subset of <code class="function">strftime()</code> codes are accepted, see <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-GDateTime.html#g-date-time-format"><code class="function">g_date_time_format()</code></a>
1561
+ for more details on the accepted format specifiers.
1562
+ Additionally the following format specifiers are accepted:</p>
1563
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
1564
+ <li class="listitem"><p>#N: the page number</p></li>
1565
+ <li class="listitem"><p>#Q: the page count.</p></li>
1566
+ </ul></div>
1567
+ <p><em class="parameter"><code>separator</code></em>
1568
+ specifies if a solid line should be drawn to separate
1569
+ the header from the document text.</p>
1570
+ <p>If <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is given for any of the three arguments, that particular
1571
+ string will not be printed.</p>
1572
+ <p>For the header to be printed, in
1573
+ addition to specifying format strings, you need to enable header
1574
+ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-header" title="gtk_source_print_compositor_set_print_header ()"><code class="function">gtk_source_print_compositor_set_print_header()</code></a>.</p>
1575
+ <p>This function cannot be called anymore after the first call to the
1576
+ <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
1577
+ <div class="refsect3">
1578
+ <a name="gtk-source-print-compositor-set-header-format.parameters"></a><h4>Parameters</h4>
1579
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1580
+ <colgroup>
1581
+ <col width="150px" class="parameters_name">
1582
+ <col class="parameters_description">
1583
+ <col width="200px" class="parameters_annotations">
1584
+ </colgroup>
1585
+ <tbody>
1586
+ <tr>
1587
+ <td class="parameter_name"><p>compositor</p></td>
1588
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1589
+ <td class="parameter_annotations"> </td>
1590
+ </tr>
1591
+ <tr>
1592
+ <td class="parameter_name"><p>separator</p></td>
1593
+ <td class="parameter_description"><p><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want a separator line to be printed.</p></td>
1594
+ <td class="parameter_annotations"> </td>
1595
+ </tr>
1596
+ <tr>
1597
+ <td class="parameter_name"><p>left</p></td>
1598
+ <td class="parameter_description"><p>a format string to print on the left of the header. </p></td>
1599
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1600
+ </tr>
1601
+ <tr>
1602
+ <td class="parameter_name"><p>center</p></td>
1603
+ <td class="parameter_description"><p>a format string to print on the center of the header. </p></td>
1604
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1605
+ </tr>
1606
+ <tr>
1607
+ <td class="parameter_name"><p>right</p></td>
1608
+ <td class="parameter_description"><p>a format string to print on the right of the header. </p></td>
1609
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1610
+ </tr>
1611
+ </tbody>
1612
+ </table></div>
1613
+ </div>
1614
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1615
+ </div>
1616
+ <hr>
1617
+ <div class="refsect2">
1618
+ <a name="gtk-source-print-compositor-set-footer-format"></a><h3>gtk_source_print_compositor_set_footer_format ()</h3>
1619
+ <pre class="programlisting"><span class="returnvalue">void</span>
1620
+ gtk_source_print_compositor_set_footer_format
1621
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1622
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> separator</code></em>,
1623
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *left</code></em>,
1624
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *center</code></em>,
1625
+ <em class="parameter"><code>const <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *right</code></em>);</pre>
1626
+ <p>See <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-format" title="gtk_source_print_compositor_set_header_format ()"><code class="function">gtk_source_print_compositor_set_header_format()</code></a> for more information
1627
+ about the parameters.</p>
1628
+ <div class="refsect3">
1629
+ <a name="gtk-source-print-compositor-set-footer-format.parameters"></a><h4>Parameters</h4>
1630
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1631
+ <colgroup>
1632
+ <col width="150px" class="parameters_name">
1633
+ <col class="parameters_description">
1634
+ <col width="200px" class="parameters_annotations">
1635
+ </colgroup>
1636
+ <tbody>
1637
+ <tr>
1638
+ <td class="parameter_name"><p>compositor</p></td>
1639
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1640
+ <td class="parameter_annotations"> </td>
1641
+ </tr>
1642
+ <tr>
1643
+ <td class="parameter_name"><p>separator</p></td>
1644
+ <td class="parameter_description"><p><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want a separator line to be printed.</p></td>
1645
+ <td class="parameter_annotations"> </td>
1646
+ </tr>
1647
+ <tr>
1648
+ <td class="parameter_name"><p>left</p></td>
1649
+ <td class="parameter_description"><p>a format string to print on the left of the footer. </p></td>
1650
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1651
+ </tr>
1652
+ <tr>
1653
+ <td class="parameter_name"><p>center</p></td>
1654
+ <td class="parameter_description"><p>a format string to print on the center of the footer. </p></td>
1655
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1656
+ </tr>
1657
+ <tr>
1658
+ <td class="parameter_name"><p>right</p></td>
1659
+ <td class="parameter_description"><p>a format string to print on the right of the footer. </p></td>
1660
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1661
+ </tr>
1662
+ </tbody>
1663
+ </table></div>
1664
+ </div>
1665
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1666
+ </div>
1667
+ <hr>
1668
+ <div class="refsect2">
1669
+ <a name="gtk-source-print-compositor-get-n-pages"></a><h3>gtk_source_print_compositor_get_n_pages ()</h3>
1670
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1671
+ gtk_source_print_compositor_get_n_pages
1672
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
1673
+ <p>Returns the number of pages in the document or <code class="code">-1</code> if the
1674
+ document has not been completely paginated.</p>
1675
+ <div class="refsect3">
1676
+ <a name="gtk-source-print-compositor-get-n-pages.parameters"></a><h4>Parameters</h4>
1677
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1678
+ <colgroup>
1679
+ <col width="150px" class="parameters_name">
1680
+ <col class="parameters_description">
1681
+ <col width="200px" class="parameters_annotations">
1682
+ </colgroup>
1683
+ <tbody><tr>
1684
+ <td class="parameter_name"><p>compositor</p></td>
1685
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1686
+ <td class="parameter_annotations"> </td>
1687
+ </tr></tbody>
1688
+ </table></div>
1689
+ </div>
1690
+ <div class="refsect3">
1691
+ <a name="gtk-source-print-compositor-get-n-pages.returns"></a><h4>Returns</h4>
1692
+ <p> the number of pages in the document or <code class="code">-1</code> if the
1693
+ document has not been completely paginated.</p>
1694
+ </div>
1695
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1696
+ </div>
1697
+ <hr>
1698
+ <div class="refsect2">
1699
+ <a name="gtk-source-print-compositor-paginate"></a><h3>gtk_source_print_compositor_paginate ()</h3>
1700
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1701
+ gtk_source_print_compositor_paginate (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1702
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> *context</code></em>);</pre>
1703
+ <p>Paginate the document associated with the <em class="parameter"><code>compositor</code></em>
1704
+ .</p>
1705
+ <p>In order to support non-blocking pagination, document is paginated in small chunks.
1706
+ Each time <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> is invoked, a chunk of the document
1707
+ is paginated. To paginate the entire document, <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a>
1708
+ must be invoked multiple times.
1709
+ It returns <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, otherwise it returns <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
1710
+ <p>This method has been designed to be invoked in the handler of the <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html#GtkPrintOperation-paginate"><span class="type">“paginate”</span></a> signal,
1711
+ as shown in the following example:</p>
1712
+ <div class="informalexample">
1713
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1714
+ <tbody>
1715
+ <tr>
1716
+ <td class="listing_lines" align="right"><pre>1
1717
+ 2
1718
+ 3
1719
+ 4
1720
+ 5
1721
+ 6
1722
+ 7
1723
+ 8
1724
+ 9
1725
+ 10
1726
+ 11
1727
+ 12
1728
+ 13
1729
+ 14
1730
+ 15
1731
+ 16
1732
+ 17
1733
+ 18
1734
+ 19
1735
+ 20
1736
+ 21
1737
+ 22
1738
+ 23</pre></td>
1739
+ <td class="listing_code"><pre class="programlisting"><span class="comment">// Signal handler for the GtkPrintOperation::paginate signal</span>
1740
+
1741
+ <span class="keyword">static</span><span class="normal"> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean">gboolean</a></span>
1742
+ <span class="function">paginate</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkPrintOperation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">operation</span><span class="symbol">,</span>
1743
+ <span class="normal"> </span><span class="usertype">GtkPrintContext</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">context</span><span class="symbol">,</span>
1744
+ <span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> user_data</span><span class="symbol">)</span>
1745
+ <span class="cbracket">{</span>
1746
+ <span class="normal"> </span><span class="usertype">GtkSourcePrintCompositor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">compositor</span><span class="symbol">;</span>
1747
+
1748
+ <span class="normal"> compositor </span><span class="symbol">=</span><span class="normal"> </span><span class="function">GTK_SOURCE_PRINT_COMPOSITOR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">user_data</span><span class="symbol">);</span>
1749
+
1750
+ <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate">gtk_source_print_compositor_paginate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">))</span>
1751
+ <span class="normal"> </span><span class="cbracket">{</span>
1752
+ <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> n_pages</span><span class="symbol">;</span>
1753
+
1754
+ <span class="normal"> n_pages </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages">gtk_source_print_compositor_get_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">);</span>
1755
+ <span class="normal"> </span><span class="function"><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html#gtk-print-operation-set-n-pages">gtk_print_operation_set_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
1756
+
1757
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
1758
+ <span class="normal"> </span><span class="cbracket">}</span>
1759
+
1760
+ <span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">;</span>
1761
+ <span class="cbracket">}</span></pre></td>
1762
+ </tr>
1763
+ </tbody>
1764
+ </table>
1765
+ </div>
1766
+
1767
+ <p>If you don't need to do pagination in chunks, you can simply do it all in the
1768
+ <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html#GtkPrintOperation-begin-print"><span class="type">“begin-print”</span></a> handler, and set the number of pages from there, like
1769
+ in the following example:</p>
1770
+ <div class="informalexample">
1771
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1772
+ <tbody>
1773
+ <tr>
1774
+ <td class="listing_lines" align="right"><pre>1
1775
+ 2
1776
+ 3
1777
+ 4
1778
+ 5
1779
+ 6
1780
+ 7
1781
+ 8
1782
+ 9
1783
+ 10
1784
+ 11
1785
+ 12
1786
+ 13
1787
+ 14
1788
+ 15
1789
+ 16
1790
+ 17</pre></td>
1791
+ <td class="listing_code"><pre class="programlisting"><span class="comment">// Signal handler for the GtkPrintOperation::begin-print signal</span>
1792
+
1793
+ <span class="keyword">static</span><span class="normal"> </span><span class="type">void</span>
1794
+ <span class="function">begin_print</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkPrintOperation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">operation</span><span class="symbol">,</span>
1795
+ <span class="normal"> </span><span class="usertype">GtkPrintContext</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">context</span><span class="symbol">,</span>
1796
+ <span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> user_data</span><span class="symbol">)</span>
1797
+ <span class="cbracket">{</span>
1798
+ <span class="normal"> </span><span class="usertype">GtkSourcePrintCompositor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">compositor</span><span class="symbol">;</span>
1799
+ <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> n_pages</span><span class="symbol">;</span>
1800
+
1801
+ <span class="normal"> compositor </span><span class="symbol">=</span><span class="normal"> </span><span class="function">GTK_SOURCE_PRINT_COMPOSITOR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">user_data</span><span class="symbol">);</span>
1802
+
1803
+ <span class="normal"> </span><span class="keyword">while</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate">gtk_source_print_compositor_paginate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">));</span>
1804
+
1805
+ <span class="normal"> n_pages </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages">gtk_source_print_compositor_get_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">);</span>
1806
+ <span class="normal"> </span><span class="function"><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html#gtk-print-operation-set-n-pages">gtk_print_operation_set_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
1807
+ <span class="cbracket">}</span></pre></td>
1808
+ </tr>
1809
+ </tbody>
1810
+ </table>
1811
+ </div>
1812
+
1813
+ <div class="refsect3">
1814
+ <a name="gtk-source-print-compositor-paginate.parameters"></a><h4>Parameters</h4>
1815
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1816
+ <colgroup>
1817
+ <col width="150px" class="parameters_name">
1818
+ <col class="parameters_description">
1819
+ <col width="200px" class="parameters_annotations">
1820
+ </colgroup>
1821
+ <tbody>
1822
+ <tr>
1823
+ <td class="parameter_name"><p>compositor</p></td>
1824
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1825
+ <td class="parameter_annotations"> </td>
1826
+ </tr>
1827
+ <tr>
1828
+ <td class="parameter_name"><p>context</p></td>
1829
+ <td class="parameter_description"><p>the <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> whose parameters (e.g. paper size, print margins, etc.)
1830
+ are used by the the <em class="parameter"><code>compositor</code></em>
1831
+ to paginate the document.</p></td>
1832
+ <td class="parameter_annotations"> </td>
1833
+ </tr>
1834
+ </tbody>
1835
+ </table></div>
1836
+ </div>
1837
+ <div class="refsect3">
1838
+ <a name="gtk-source-print-compositor-paginate.returns"></a><h4>Returns</h4>
1839
+ <p> <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
1840
+ </div>
1841
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1842
+ </div>
1843
+ <hr>
1844
+ <div class="refsect2">
1845
+ <a name="gtk-source-print-compositor-get-pagination-progress"></a><h3>gtk_source_print_compositor_get_pagination_progress ()</h3>
1846
+ <pre class="programlisting"><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
1847
+ gtk_source_print_compositor_get_pagination_progress
1848
+ (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
1849
+ <p>Returns the current fraction of the document pagination that has been completed.</p>
1850
+ <div class="refsect3">
1851
+ <a name="gtk-source-print-compositor-get-pagination-progress.parameters"></a><h4>Parameters</h4>
1852
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1853
+ <colgroup>
1854
+ <col width="150px" class="parameters_name">
1855
+ <col class="parameters_description">
1856
+ <col width="200px" class="parameters_annotations">
1857
+ </colgroup>
1858
+ <tbody><tr>
1859
+ <td class="parameter_name"><p>compositor</p></td>
1860
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1861
+ <td class="parameter_annotations"> </td>
1862
+ </tr></tbody>
1863
+ </table></div>
1864
+ </div>
1865
+ <div class="refsect3">
1866
+ <a name="gtk-source-print-compositor-get-pagination-progress.returns"></a><h4>Returns</h4>
1867
+ <p> a fraction from 0.0 to 1.0 inclusive.</p>
1868
+ </div>
1869
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1870
+ </div>
1871
+ <hr>
1872
+ <div class="refsect2">
1873
+ <a name="gtk-source-print-compositor-draw-page"></a><h3>gtk_source_print_compositor_draw_page ()</h3>
1874
+ <pre class="programlisting"><span class="returnvalue">void</span>
1875
+ gtk_source_print_compositor_draw_page (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
1876
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> *context</code></em>,
1877
+ <em class="parameter"><code><a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr</code></em>);</pre>
1878
+ <p>Draw page <em class="parameter"><code>page_nr</code></em>
1879
+ for printing on the the Cairo context encapsuled in <em class="parameter"><code>context</code></em>
1880
+ .</p>
1881
+ <p>This method has been designed to be called in the handler of the <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html#GtkPrintOperation-draw-page"><span class="type">“draw_page”</span></a> signal
1882
+ as shown in the following example:</p>
1883
+ <div class="informalexample">
1884
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1885
+ <tbody>
1886
+ <tr>
1887
+ <td class="listing_lines" align="right"><pre>1
1888
+ 2
1889
+ 3
1890
+ 4
1891
+ 5
1892
+ 6
1893
+ 7
1894
+ 8
1895
+ 9
1896
+ 10
1897
+ 11
1898
+ 12
1899
+ 13
1900
+ 14
1901
+ 15
1902
+ 16</pre></td>
1903
+ <td class="listing_code"><pre class="programlisting"><span class="comment">// Signal handler for the GtkPrintOperation::draw_page signal</span>
1904
+
1905
+ <span class="keyword">static</span><span class="normal"> </span><span class="type">void</span>
1906
+ <span class="function">draw_page</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkPrintOperation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">operation</span><span class="symbol">,</span>
1907
+ <span class="normal"> </span><span class="usertype">GtkPrintContext</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">context</span><span class="symbol">,</span>
1908
+ <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> page_nr</span><span class="symbol">,</span>
1909
+ <span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> user_data</span><span class="symbol">)</span>
1910
+ <span class="cbracket">{</span>
1911
+ <span class="normal"> </span><span class="usertype">GtkSourcePrintCompositor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">compositor</span><span class="symbol">;</span>
1912
+
1913
+ <span class="normal"> compositor </span><span class="symbol">=</span><span class="normal"> </span><span class="function">GTK_SOURCE_PRINT_COMPOSITOR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">user_data</span><span class="symbol">);</span>
1914
+
1915
+ <span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-draw-page">gtk_source_print_compositor_draw_page</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">,</span>
1916
+ <span class="normal"> context</span><span class="symbol">,</span>
1917
+ <span class="normal"> page_nr</span><span class="symbol">);</span>
1918
+ <span class="cbracket">}</span></pre></td>
1919
+ </tr>
1920
+ </tbody>
1921
+ </table>
1922
+ </div>
1923
+
1924
+ <div class="refsect3">
1925
+ <a name="gtk-source-print-compositor-draw-page.parameters"></a><h4>Parameters</h4>
1926
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
1927
+ <colgroup>
1928
+ <col width="150px" class="parameters_name">
1929
+ <col class="parameters_description">
1930
+ <col width="200px" class="parameters_annotations">
1931
+ </colgroup>
1932
+ <tbody>
1933
+ <tr>
1934
+ <td class="parameter_name"><p>compositor</p></td>
1935
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a>.</p></td>
1936
+ <td class="parameter_annotations"> </td>
1937
+ </tr>
1938
+ <tr>
1939
+ <td class="parameter_name"><p>context</p></td>
1940
+ <td class="parameter_description"><p>the <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> encapsulating the context information that is required when
1941
+ drawing the page for printing.</p></td>
1942
+ <td class="parameter_annotations"> </td>
1943
+ </tr>
1944
+ <tr>
1945
+ <td class="parameter_name"><p>page_nr</p></td>
1946
+ <td class="parameter_description"><p>the number of the page to print.</p></td>
1947
+ <td class="parameter_annotations"> </td>
1948
+ </tr>
1949
+ </tbody>
1950
+ </table></div>
1951
+ </div>
1952
+ </div>
1953
+ </div>
1954
+ <div class="refsect1">
1955
+ <a name="GtkSourcePrintCompositor.other_details"></a><h2>Types and Values</h2>
1956
+ <div class="refsect2">
1957
+ <a name="GtkSourcePrintCompositor-struct"></a><h3>GtkSourcePrintCompositor</h3>
1958
+ <pre class="programlisting">typedef struct _GtkSourcePrintCompositor GtkSourcePrintCompositor;</pre>
1959
+ </div>
1960
+ </div>
1961
+ <div class="refsect1">
1962
+ <a name="GtkSourcePrintCompositor.property-details"></a><h2>Property Details</h2>
1963
+ <div class="refsect2">
1964
+ <a name="GtkSourcePrintCompositor--body-font-name"></a><h3>The <code class="literal">“body-font-name”</code> property</h3>
1965
+ <pre class="programlisting"> “body-font-name” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
1966
+ <p>Name of the font used for the text body.</p>
1967
+ <p>Accepted values are strings representing a font description Pango can understand.
1968
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
1969
+ for a description of the format of the string representation.</p>
1970
+ <p>The value of this property cannot be changed anymore after the first
1971
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
1972
+ <p>Flags: Read / Write</p>
1973
+ <p>Default value: NULL</p>
1974
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1975
+ </div>
1976
+ <hr>
1977
+ <div class="refsect2">
1978
+ <a name="GtkSourcePrintCompositor--buffer"></a><h3>The <code class="literal">“buffer”</code> property</h3>
1979
+ <pre class="programlisting"> “buffer” <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *</pre>
1980
+ <p>The GtkSourceBuffer object to print.</p>
1981
+ <p>Flags: Read / Write / Construct Only</p>
1982
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1983
+ </div>
1984
+ <hr>
1985
+ <div class="refsect2">
1986
+ <a name="GtkSourcePrintCompositor--footer-font-name"></a><h3>The <code class="literal">“footer-font-name”</code> property</h3>
1987
+ <pre class="programlisting"> “footer-font-name” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
1988
+ <p>Name of the font used to print page footer.
1989
+ If this property is unspecified, the text body font is used.</p>
1990
+ <p>Accepted values are strings representing a font description Pango can understand.
1991
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
1992
+ for a description of the format of the string representation.</p>
1993
+ <p>The value of this property cannot be changed anymore after the first
1994
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
1995
+ <p>Flags: Read / Write</p>
1996
+ <p>Default value: NULL</p>
1997
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
1998
+ </div>
1999
+ <hr>
2000
+ <div class="refsect2">
2001
+ <a name="GtkSourcePrintCompositor--header-font-name"></a><h3>The <code class="literal">“header-font-name”</code> property</h3>
2002
+ <pre class="programlisting"> “header-font-name” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2003
+ <p>Name of the font used to print page header.
2004
+ If this property is unspecified, the text body font is used.</p>
2005
+ <p>Accepted values are strings representing a font description Pango can understand.
2006
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
2007
+ for a description of the format of the string representation.</p>
2008
+ <p>The value of this property cannot be changed anymore after the first
2009
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2010
+ <p>Flags: Read / Write</p>
2011
+ <p>Default value: NULL</p>
2012
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2013
+ </div>
2014
+ <hr>
2015
+ <div class="refsect2">
2016
+ <a name="GtkSourcePrintCompositor--highlight-syntax"></a><h3>The <code class="literal">“highlight-syntax”</code> property</h3>
2017
+ <pre class="programlisting"> “highlight-syntax” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2018
+ <p>Whether to print the document with highlighted syntax.</p>
2019
+ <p>The value of this property cannot be changed anymore after the first
2020
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2021
+ <p>Flags: Read / Write</p>
2022
+ <p>Default value: TRUE</p>
2023
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2024
+ </div>
2025
+ <hr>
2026
+ <div class="refsect2">
2027
+ <a name="GtkSourcePrintCompositor--line-numbers-font-name"></a><h3>The <code class="literal">“line-numbers-font-name”</code> property</h3>
2028
+ <pre class="programlisting"> “line-numbers-font-name” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2029
+ <p>Name of the font used to print line numbers on the left margin.
2030
+ If this property is unspecified, the text body font is used.</p>
2031
+ <p>Accepted values are strings representing a font description Pango can understand.
2032
+ (e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
2033
+ for a description of the format of the string representation.</p>
2034
+ <p>The value of this property cannot be changed anymore after the first
2035
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2036
+ <p>Flags: Read / Write</p>
2037
+ <p>Default value: NULL</p>
2038
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2039
+ </div>
2040
+ <hr>
2041
+ <div class="refsect2">
2042
+ <a name="GtkSourcePrintCompositor--n-pages"></a><h3>The <code class="literal">“n-pages”</code> property</h3>
2043
+ <pre class="programlisting"> “n-pages” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2044
+ <p>The number of pages in the document or <code class="code">-1</code> if the
2045
+ document has not been completely paginated.</p>
2046
+ <p>Flags: Read</p>
2047
+ <p>Allowed values: &gt;= -1</p>
2048
+ <p>Default value: -1</p>
2049
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2050
+ </div>
2051
+ <hr>
2052
+ <div class="refsect2">
2053
+ <a name="GtkSourcePrintCompositor--print-footer"></a><h3>The <code class="literal">“print-footer”</code> property</h3>
2054
+ <pre class="programlisting"> “print-footer” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2055
+ <p>Whether to print a footer in each page.</p>
2056
+ <p>Note that by default the footer format is unspecified, and if it is
2057
+ unspecified the footer will not be printed, regardless of the value of
2058
+ this property.</p>
2059
+ <p>The value of this property cannot be changed anymore after the first
2060
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2061
+ <p>Flags: Read / Write</p>
2062
+ <p>Default value: FALSE</p>
2063
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2064
+ </div>
2065
+ <hr>
2066
+ <div class="refsect2">
2067
+ <a name="GtkSourcePrintCompositor--print-header"></a><h3>The <code class="literal">“print-header”</code> property</h3>
2068
+ <pre class="programlisting"> “print-header” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
2069
+ <p>Whether to print a header in each page.</p>
2070
+ <p>Note that by default the header format is unspecified, and if it is
2071
+ unspecified the header will not be printed, regardless of the value of
2072
+ this property.</p>
2073
+ <p>The value of this property cannot be changed anymore after the first
2074
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2075
+ <p>Flags: Read / Write</p>
2076
+ <p>Default value: FALSE</p>
2077
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2078
+ </div>
2079
+ <hr>
2080
+ <div class="refsect2">
2081
+ <a name="GtkSourcePrintCompositor--print-line-numbers"></a><h3>The <code class="literal">“print-line-numbers”</code> property</h3>
2082
+ <pre class="programlisting"> “print-line-numbers” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
2083
+ <p>Interval of printed line numbers. If this property is set to 0 no
2084
+ numbers will be printed. If greater than 0, a number will be
2085
+ printed every "print-line-numbers" lines (i.e. 1 will print all line numbers).</p>
2086
+ <p>The value of this property cannot be changed anymore after the first
2087
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2088
+ <p>Flags: Read / Write</p>
2089
+ <p>Allowed values: &lt;= 100</p>
2090
+ <p>Default value: 1</p>
2091
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2092
+ </div>
2093
+ <hr>
2094
+ <div class="refsect2">
2095
+ <a name="GtkSourcePrintCompositor--tab-width"></a><h3>The <code class="literal">“tab-width”</code> property</h3>
2096
+ <pre class="programlisting"> “tab-width” <a href="/home/seb/jhbuild/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
2097
+ <p>Width of a tab character expressed in spaces.</p>
2098
+ <p>The value of this property cannot be changed anymore after the first
2099
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2100
+ <p>Flags: Read / Write</p>
2101
+ <p>Allowed values: [1,32]</p>
2102
+ <p>Default value: 8</p>
2103
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2104
+ </div>
2105
+ <hr>
2106
+ <div class="refsect2">
2107
+ <a name="GtkSourcePrintCompositor--wrap-mode"></a><h3>The <code class="literal">“wrap-mode”</code> property</h3>
2108
+ <pre class="programlisting"> “wrap-mode” <a href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></pre>
2109
+ <p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
2110
+ <p>The value of this property cannot be changed anymore after the first
2111
+ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
2112
+ <p>Flags: Read / Write</p>
2113
+ <p>Default value: GTK_WRAP_NONE</p>
2114
+ <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
2115
+ </div>
2116
+ </div>
2117
+ </div>
2118
+ <div class="footer">
2119
+ <hr>Generated by GTK-Doc V1.28.1</div>
2120
+ </body>
2121
+ </html>