gtksourceview3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +52 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +68 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +18 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +8 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +4 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +36 -10
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +27 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +28 -11
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +36 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +15 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +18 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +9 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +39 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +10 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +6 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +8 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +67 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +6 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +18 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +54 -8
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +20 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +12 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +9 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +8 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +10 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +51 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +493 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +21 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +47 -5
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +5 -5
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +4 -4
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +880 -151
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +475 -261
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +104 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +31 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +42 -44
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +64 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +171 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +164 -77
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +65 -45
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +259 -61
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +99 -96
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +88 -94
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +44 -46
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +187 -195
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +37 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +91 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +88 -93
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +47 -50
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +254 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +39 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +89 -91
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +249 -277
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +158 -169
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +69 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +83 -40
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +46 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +13 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +12 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +33 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +177 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +40 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +328 -252
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +62 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +90 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +270 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +114 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +214 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +13 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/{pt02.html → ch09.html} +9 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +472 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +95 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +21 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +10 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +16 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +37 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +9 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/bibtex.lang +9 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +14 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +11 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +18 -12
- data/vendor/local/share/gtksourceview-3.0/language-specs/cpphdr.lang +42 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +5 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +418 -14
- data/vendor/local/share/gtksourceview-3.0/language-specs/csv.lang +74 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +6 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +6 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/imagej.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +250 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +14 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +15 -15
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +8 -30
- data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +103 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +208 -145
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +12 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +52 -20
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +2 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +2 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +292 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +20 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +37 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +3 -3
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +3 -3
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +5 -3
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +2 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +1 -3
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +3 -4
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +109 -90
- data/vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +0 -987
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="ch06.html" title="Printing">
|
9
9
|
<link rel="prev" href="ch06.html" title="Printing">
|
10
10
|
<link rel="next" href="ch07.html" title="Search and Replace">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</tr>
|
76
76
|
<tr>
|
77
77
|
<td class="function_type">
|
78
|
-
<a href="/
|
78
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
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>
|
@@ -91,7 +91,7 @@
|
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
93
|
<td class="function_type">
|
94
|
-
<a href="
|
94
|
+
<a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
|
95
95
|
</td>
|
96
96
|
<td class="function_name">
|
97
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>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</tr>
|
108
108
|
<tr>
|
109
109
|
<td class="function_type">
|
110
|
-
<a href="/
|
110
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
111
111
|
</td>
|
112
112
|
<td class="function_name">
|
113
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>
|
@@ -123,7 +123,7 @@
|
|
123
123
|
</tr>
|
124
124
|
<tr>
|
125
125
|
<td class="function_type">
|
126
|
-
<a href="/
|
126
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
127
127
|
</td>
|
128
128
|
<td class="function_name">
|
129
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>
|
@@ -139,7 +139,7 @@
|
|
139
139
|
</tr>
|
140
140
|
<tr>
|
141
141
|
<td class="function_type">
|
142
|
-
<a href="/
|
142
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
143
143
|
</td>
|
144
144
|
<td class="function_name">
|
145
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>
|
@@ -155,7 +155,7 @@
|
|
155
155
|
</tr>
|
156
156
|
<tr>
|
157
157
|
<td class="function_type">
|
158
|
-
<a href="/
|
158
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
159
159
|
</td>
|
160
160
|
<td class="function_name">
|
161
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>
|
@@ -171,7 +171,7 @@
|
|
171
171
|
</tr>
|
172
172
|
<tr>
|
173
173
|
<td class="function_type">
|
174
|
-
<a href="/
|
174
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
175
175
|
</td>
|
176
176
|
<td class="function_name">
|
177
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>
|
@@ -187,7 +187,7 @@
|
|
187
187
|
</tr>
|
188
188
|
<tr>
|
189
189
|
<td class="function_type">
|
190
|
-
<a href="/
|
190
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
191
191
|
</td>
|
192
192
|
<td class="function_name">
|
193
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>
|
@@ -195,7 +195,7 @@
|
|
195
195
|
</tr>
|
196
196
|
<tr>
|
197
197
|
<td class="function_type">
|
198
|
-
<a href="/
|
198
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
199
199
|
</td>
|
200
200
|
<td class="function_name">
|
201
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>
|
@@ -211,7 +211,7 @@
|
|
211
211
|
</tr>
|
212
212
|
<tr>
|
213
213
|
<td class="function_type">
|
214
|
-
<a href="/
|
214
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
215
215
|
</td>
|
216
216
|
<td class="function_name">
|
217
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>
|
@@ -227,7 +227,7 @@
|
|
227
227
|
</tr>
|
228
228
|
<tr>
|
229
229
|
<td class="function_type">
|
230
|
-
<a href="/
|
230
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
231
231
|
</td>
|
232
232
|
<td class="function_name">
|
233
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>
|
@@ -243,7 +243,7 @@
|
|
243
243
|
</tr>
|
244
244
|
<tr>
|
245
245
|
<td class="function_type">
|
246
|
-
<a href="/
|
246
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
247
247
|
</td>
|
248
248
|
<td class="function_name">
|
249
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>
|
@@ -267,7 +267,7 @@
|
|
267
267
|
</tr>
|
268
268
|
<tr>
|
269
269
|
<td class="function_type">
|
270
|
-
<a href="/
|
270
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
271
271
|
</td>
|
272
272
|
<td class="function_name">
|
273
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>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
</tr>
|
284
284
|
<tr>
|
285
285
|
<td class="function_type">
|
286
|
-
<a href="/
|
286
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
287
287
|
</td>
|
288
288
|
<td class="function_name">
|
289
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>
|
@@ -307,7 +307,7 @@
|
|
307
307
|
</tr>
|
308
308
|
<tr>
|
309
309
|
<td class="function_type">
|
310
|
-
<a href="/
|
310
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
311
311
|
</td>
|
312
312
|
<td class="function_name">
|
313
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>
|
@@ -315,7 +315,7 @@
|
|
315
315
|
</tr>
|
316
316
|
<tr>
|
317
317
|
<td class="function_type">
|
318
|
-
<a href="/
|
318
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
319
319
|
</td>
|
320
320
|
<td class="function_name">
|
321
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>
|
@@ -323,7 +323,7 @@
|
|
323
323
|
</tr>
|
324
324
|
<tr>
|
325
325
|
<td class="function_type">
|
326
|
-
<a href="/
|
326
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
327
327
|
</td>
|
328
328
|
<td class="function_name">
|
329
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>
|
@@ -351,7 +351,7 @@
|
|
351
351
|
<tbody>
|
352
352
|
<tr>
|
353
353
|
<td class="property_type">
|
354
|
-
<a href="/
|
354
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
355
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
356
|
<td class="property_flags">Read / Write</td>
|
357
357
|
</tr>
|
@@ -363,54 +363,54 @@
|
|
363
363
|
</tr>
|
364
364
|
<tr>
|
365
365
|
<td class="property_type">
|
366
|
-
<a href="/
|
366
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
367
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
368
|
<td class="property_flags">Read / Write</td>
|
369
369
|
</tr>
|
370
370
|
<tr>
|
371
371
|
<td class="property_type">
|
372
|
-
<a href="/
|
372
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
373
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
374
|
<td class="property_flags">Read / Write</td>
|
375
375
|
</tr>
|
376
376
|
<tr>
|
377
|
-
<td class="property_type"><a href="/
|
377
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
378
378
|
<td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--highlight-syntax" title="The “highlight-syntax” property">highlight-syntax</a></td>
|
379
379
|
<td class="property_flags">Read / Write</td>
|
380
380
|
</tr>
|
381
381
|
<tr>
|
382
382
|
<td class="property_type">
|
383
|
-
<a href="/
|
383
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
384
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
385
|
<td class="property_flags">Read / Write</td>
|
386
386
|
</tr>
|
387
387
|
<tr>
|
388
|
-
<td class="property_type"><a href="/
|
388
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
389
389
|
<td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--n-pages" title="The “n-pages” property">n-pages</a></td>
|
390
390
|
<td class="property_flags">Read</td>
|
391
391
|
</tr>
|
392
392
|
<tr>
|
393
|
-
<td class="property_type"><a href="/
|
393
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
394
394
|
<td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-footer" title="The “print-footer” property">print-footer</a></td>
|
395
395
|
<td class="property_flags">Read / Write</td>
|
396
396
|
</tr>
|
397
397
|
<tr>
|
398
|
-
<td class="property_type"><a href="/
|
398
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
399
399
|
<td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-header" title="The “print-header” property">print-header</a></td>
|
400
400
|
<td class="property_flags">Read / Write</td>
|
401
401
|
</tr>
|
402
402
|
<tr>
|
403
|
-
<td class="property_type"><a href="/
|
403
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
404
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
405
|
<td class="property_flags">Read / Write</td>
|
406
406
|
</tr>
|
407
407
|
<tr>
|
408
|
-
<td class="property_type"><a href="/
|
408
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
409
409
|
<td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--tab-width" title="The “tab-width” property">tab-width</a></td>
|
410
410
|
<td class="property_flags">Read / Write</td>
|
411
411
|
</tr>
|
412
412
|
<tr>
|
413
|
-
<td class="property_type"><a href="
|
413
|
+
<td class="property_type"><a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></td>
|
414
414
|
<td class="property_name"><a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--wrap-mode" title="The “wrap-mode” property">wrap-mode</a></td>
|
415
415
|
<td class="property_flags">Read / Write</td>
|
416
416
|
</tr>
|
@@ -432,7 +432,7 @@
|
|
432
432
|
</div>
|
433
433
|
<div class="refsect1">
|
434
434
|
<a name="GtkSourcePrintCompositor.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
435
|
-
<pre class="screen"> <a href="/
|
435
|
+
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
436
436
|
<span class="lineart">╰──</span> GtkSourcePrintCompositor
|
437
437
|
</pre>
|
438
438
|
</div>
|
@@ -446,11 +446,11 @@
|
|
446
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
447
|
for printing. You can set various configuration options to customize the
|
448
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="
|
449
|
+
high-level printing API of gtk+, i.e. <a href="/usr/share/gtk-doc/html/gtk3gtk3-High-level-Printing-API.html#GtkPrintOperation-struct"><span class="type">GtkPrintOperation</span></a>.</p>
|
450
450
|
<p>The margins specified in this object are the layout margins: they define the
|
451
451
|
blank space bordering the printed area of the pages. They must not be
|
452
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="
|
453
|
+
printer cannot print on, defined in the <a href="/usr/share/gtk-doc/html/gtk3GtkPageSetup.html#GtkPageSetup-struct"><span class="type">GtkPageSetup</span></a> objects. If the
|
454
454
|
specified layout margins are smaller than the "print margins", the latter
|
455
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
456
|
the printed area is not clipped.</p>
|
@@ -464,7 +464,7 @@ gtk_source_print_compositor_new (<em class="parameter"><code><a class="link" hre
|
|
464
464
|
<p>Creates a new print compositor that can be used to print <em class="parameter"><code>buffer</code></em>
|
465
465
|
.</p>
|
466
466
|
<div class="refsect3">
|
467
|
-
<a name="
|
467
|
+
<a name="gtk-source-print-compositor-new.parameters"></a><h4>Parameters</h4>
|
468
468
|
<div class="informaltable"><table width="100%" border="0">
|
469
469
|
<colgroup>
|
470
470
|
<col width="150px" class="parameters_name">
|
@@ -479,11 +479,10 @@ gtk_source_print_compositor_new (<em class="parameter"><code><a class="link" hre
|
|
479
479
|
</table></div>
|
480
480
|
</div>
|
481
481
|
<div class="refsect3">
|
482
|
-
<a name="
|
482
|
+
<a name="gtk-source-print-compositor-new.returns"></a><h4>Returns</h4>
|
483
483
|
<p> a new print compositor object.</p>
|
484
|
-
<p></p>
|
485
484
|
</div>
|
486
|
-
<p class="since">Since 2.2</p>
|
485
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
487
486
|
</div>
|
488
487
|
<hr>
|
489
488
|
<div class="refsect2">
|
@@ -501,7 +500,7 @@ printed output match <em class="parameter"><code>view</code></em>
|
|
501
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
|
502
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>
|
503
502
|
<div class="refsect3">
|
504
|
-
<a name="
|
503
|
+
<a name="gtk-source-print-compositor-new-from-view.parameters"></a><h4>Parameters</h4>
|
505
504
|
<div class="informaltable"><table width="100%" border="0">
|
506
505
|
<colgroup>
|
507
506
|
<col width="150px" class="parameters_name">
|
@@ -516,11 +515,10 @@ printed output match <em class="parameter"><code>view</code></em>
|
|
516
515
|
</table></div>
|
517
516
|
</div>
|
518
517
|
<div class="refsect3">
|
519
|
-
<a name="
|
518
|
+
<a name="gtk-source-print-compositor-new-from-view.returns"></a><h4>Returns</h4>
|
520
519
|
<p> a new print compositor object.</p>
|
521
|
-
<p></p>
|
522
520
|
</div>
|
523
|
-
<p class="since">Since 2.2</p>
|
521
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
524
522
|
</div>
|
525
523
|
<hr>
|
526
524
|
<div class="refsect2">
|
@@ -532,7 +530,7 @@ gtk_source_print_compositor_get_buffer
|
|
532
530
|
object reference is owned by the compositor object and
|
533
531
|
should not be unreferenced.</p>
|
534
532
|
<div class="refsect3">
|
535
|
-
<a name="
|
533
|
+
<a name="gtk-source-print-compositor-get-buffer.parameters"></a><h4>Parameters</h4>
|
536
534
|
<div class="informaltable"><table width="100%" border="0">
|
537
535
|
<colgroup>
|
538
536
|
<col width="150px" class="parameters_name">
|
@@ -547,11 +545,11 @@ should not be unreferenced.</p>
|
|
547
545
|
</table></div>
|
548
546
|
</div>
|
549
547
|
<div class="refsect3">
|
550
|
-
<a name="
|
548
|
+
<a name="gtk-source-print-compositor-get-buffer.returns"></a><h4>Returns</h4>
|
551
549
|
<p> the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> associated with the compositor. </p>
|
552
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>
|
553
551
|
</div>
|
554
|
-
<p class="since">Since 2.2</p>
|
552
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
555
553
|
</div>
|
556
554
|
<hr>
|
557
555
|
<div class="refsect2">
|
@@ -559,12 +557,12 @@ should not be unreferenced.</p>
|
|
559
557
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
560
558
|
gtk_source_print_compositor_set_tab_width
|
561
559
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
562
|
-
<em class="parameter"><code><a href="/
|
560
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>);</pre>
|
563
561
|
<p>Sets the width of tabulation in characters for printed text.</p>
|
564
562
|
<p>This function cannot be called anymore after the first call to the
|
565
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>
|
566
564
|
<div class="refsect3">
|
567
|
-
<a name="
|
565
|
+
<a name="gtk-source-print-compositor-set-tab-width.parameters"></a><h4>Parameters</h4>
|
568
566
|
<div class="informaltable"><table width="100%" border="0">
|
569
567
|
<colgroup>
|
570
568
|
<col width="150px" class="parameters_name">
|
@@ -585,17 +583,17 @@ gtk_source_print_compositor_set_tab_width
|
|
585
583
|
</tbody>
|
586
584
|
</table></div>
|
587
585
|
</div>
|
588
|
-
<p class="since">Since 2.2</p>
|
586
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
589
587
|
</div>
|
590
588
|
<hr>
|
591
589
|
<div class="refsect2">
|
592
590
|
<a name="gtk-source-print-compositor-get-tab-width"></a><h3>gtk_source_print_compositor_get_tab_width ()</h3>
|
593
|
-
<pre class="programlisting"><a href="/
|
591
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
594
592
|
gtk_source_print_compositor_get_tab_width
|
595
593
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
596
594
|
<p>Returns the width of tabulation in characters for printed text.</p>
|
597
595
|
<div class="refsect3">
|
598
|
-
<a name="
|
596
|
+
<a name="gtk-source-print-compositor-get-tab-width.parameters"></a><h4>Parameters</h4>
|
599
597
|
<div class="informaltable"><table width="100%" border="0">
|
600
598
|
<colgroup>
|
601
599
|
<col width="150px" class="parameters_name">
|
@@ -610,11 +608,10 @@ gtk_source_print_compositor_get_tab_width
|
|
610
608
|
</table></div>
|
611
609
|
</div>
|
612
610
|
<div class="refsect3">
|
613
|
-
<a name="
|
611
|
+
<a name="gtk-source-print-compositor-get-tab-width.returns"></a><h4>Returns</h4>
|
614
612
|
<p> width of tab.</p>
|
615
|
-
<p></p>
|
616
613
|
</div>
|
617
|
-
<p class="since">Since 2.2</p>
|
614
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
618
615
|
</div>
|
619
616
|
<hr>
|
620
617
|
<div class="refsect2">
|
@@ -622,12 +619,12 @@ gtk_source_print_compositor_get_tab_width
|
|
622
619
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
623
620
|
gtk_source_print_compositor_set_wrap_mode
|
624
621
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
625
|
-
<em class="parameter"><code><a href="
|
622
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a> wrap_mode</code></em>);</pre>
|
626
623
|
<p>Sets the line wrapping mode for the printed text.</p>
|
627
624
|
<p>This function cannot be called anymore after the first call to the
|
628
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>
|
629
626
|
<div class="refsect3">
|
630
|
-
<a name="
|
627
|
+
<a name="gtk-source-print-compositor-set-wrap-mode.parameters"></a><h4>Parameters</h4>
|
631
628
|
<div class="informaltable"><table width="100%" border="0">
|
632
629
|
<colgroup>
|
633
630
|
<col width="150px" class="parameters_name">
|
@@ -642,23 +639,23 @@ gtk_source_print_compositor_set_wrap_mode
|
|
642
639
|
</tr>
|
643
640
|
<tr>
|
644
641
|
<td class="parameter_name"><p>wrap_mode</p></td>
|
645
|
-
<td class="parameter_description"><p>a <a href="
|
642
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a>.</p></td>
|
646
643
|
<td class="parameter_annotations"> </td>
|
647
644
|
</tr>
|
648
645
|
</tbody>
|
649
646
|
</table></div>
|
650
647
|
</div>
|
651
|
-
<p class="since">Since 2.2</p>
|
648
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
652
649
|
</div>
|
653
650
|
<hr>
|
654
651
|
<div class="refsect2">
|
655
652
|
<a name="gtk-source-print-compositor-get-wrap-mode"></a><h3>gtk_source_print_compositor_get_wrap_mode ()</h3>
|
656
|
-
<pre class="programlisting"><a href="
|
653
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
|
657
654
|
gtk_source_print_compositor_get_wrap_mode
|
658
655
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
659
656
|
<p>Gets the line wrapping mode for the printed text.</p>
|
660
657
|
<div class="refsect3">
|
661
|
-
<a name="
|
658
|
+
<a name="gtk-source-print-compositor-get-wrap-mode.parameters"></a><h4>Parameters</h4>
|
662
659
|
<div class="informaltable"><table width="100%" border="0">
|
663
660
|
<colgroup>
|
664
661
|
<col width="150px" class="parameters_name">
|
@@ -673,11 +670,10 @@ gtk_source_print_compositor_get_wrap_mode
|
|
673
670
|
</table></div>
|
674
671
|
</div>
|
675
672
|
<div class="refsect3">
|
676
|
-
<a name="
|
673
|
+
<a name="gtk-source-print-compositor-get-wrap-mode.returns"></a><h4>Returns</h4>
|
677
674
|
<p> the line wrap mode.</p>
|
678
|
-
<p></p>
|
679
675
|
</div>
|
680
|
-
<p class="since">Since 2.2</p>
|
676
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
681
677
|
</div>
|
682
678
|
<hr>
|
683
679
|
<div class="refsect2">
|
@@ -685,13 +681,13 @@ gtk_source_print_compositor_get_wrap_mode
|
|
685
681
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
686
682
|
gtk_source_print_compositor_set_highlight_syntax
|
687
683
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
688
|
-
<em class="parameter"><code><a href="/
|
684
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
|
689
685
|
<p>Sets whether the printed text will be highlighted according to the
|
690
686
|
buffer rules. Both color and font style are applied.</p>
|
691
687
|
<p>This function cannot be called anymore after the first call to the
|
692
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>
|
693
689
|
<div class="refsect3">
|
694
|
-
<a name="
|
690
|
+
<a name="gtk-source-print-compositor-set-highlight-syntax.parameters"></a><h4>Parameters</h4>
|
695
691
|
<div class="informaltable"><table width="100%" border="0">
|
696
692
|
<colgroup>
|
697
693
|
<col width="150px" class="parameters_name">
|
@@ -712,19 +708,19 @@ buffer rules. Both color and font style are applied.</p>
|
|
712
708
|
</tbody>
|
713
709
|
</table></div>
|
714
710
|
</div>
|
715
|
-
<p class="since">Since 2.2</p>
|
711
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
716
712
|
</div>
|
717
713
|
<hr>
|
718
714
|
<div class="refsect2">
|
719
715
|
<a name="gtk-source-print-compositor-get-highlight-syntax"></a><h3>gtk_source_print_compositor_get_highlight_syntax ()</h3>
|
720
|
-
<pre class="programlisting"><a href="/
|
716
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
721
717
|
gtk_source_print_compositor_get_highlight_syntax
|
722
718
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
723
719
|
<p>Determines whether the printed text will be highlighted according to the
|
724
720
|
buffer rules. Note that highlighting will happen
|
725
721
|
only if the buffer to print has highlighting activated.</p>
|
726
722
|
<div class="refsect3">
|
727
|
-
<a name="
|
723
|
+
<a name="gtk-source-print-compositor-get-highlight-syntax.parameters"></a><h4>Parameters</h4>
|
728
724
|
<div class="informaltable"><table width="100%" border="0">
|
729
725
|
<colgroup>
|
730
726
|
<col width="150px" class="parameters_name">
|
@@ -739,11 +735,10 @@ only if the buffer to print has highlighting activated.</p>
|
|
739
735
|
</table></div>
|
740
736
|
</div>
|
741
737
|
<div class="refsect3">
|
742
|
-
<a name="
|
743
|
-
<p> <a href="/
|
744
|
-
<p></p>
|
738
|
+
<a name="gtk-source-print-compositor-get-highlight-syntax.returns"></a><h4>Returns</h4>
|
739
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the printed output will be highlighted.</p>
|
745
740
|
</div>
|
746
|
-
<p class="since">Since 2.2</p>
|
741
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
747
742
|
</div>
|
748
743
|
<hr>
|
749
744
|
<div class="refsect2">
|
@@ -751,7 +746,7 @@ only if the buffer to print has highlighting activated.</p>
|
|
751
746
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
752
747
|
gtk_source_print_compositor_set_print_line_numbers
|
753
748
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
754
|
-
<em class="parameter"><code><a href="/
|
749
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> interval</code></em>);</pre>
|
755
750
|
<p>Sets the interval for printed line numbers. If <em class="parameter"><code>interval</code></em>
|
756
751
|
is 0 no
|
757
752
|
numbers will be printed. If greater than 0, a number will be
|
@@ -762,7 +757,7 @@ printed every <em class="parameter"><code>interval</code></em>
|
|
762
757
|
<p>This function cannot be called anymore after the first call to the
|
763
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>
|
764
759
|
<div class="refsect3">
|
765
|
-
<a name="
|
760
|
+
<a name="gtk-source-print-compositor-set-print-line-numbers.parameters"></a><h4>Parameters</h4>
|
766
761
|
<div class="informaltable"><table width="100%" border="0">
|
767
762
|
<colgroup>
|
768
763
|
<col width="150px" class="parameters_name">
|
@@ -783,19 +778,19 @@ printed every <em class="parameter"><code>interval</code></em>
|
|
783
778
|
</tbody>
|
784
779
|
</table></div>
|
785
780
|
</div>
|
786
|
-
<p class="since">Since 2.2</p>
|
781
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
787
782
|
</div>
|
788
783
|
<hr>
|
789
784
|
<div class="refsect2">
|
790
785
|
<a name="gtk-source-print-compositor-get-print-line-numbers"></a><h3>gtk_source_print_compositor_get_print_line_numbers ()</h3>
|
791
|
-
<pre class="programlisting"><a href="/
|
786
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
792
787
|
gtk_source_print_compositor_get_print_line_numbers
|
793
788
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
794
789
|
<p>Returns the interval used for line number printing. If the
|
795
790
|
value is 0, no line numbers will be printed. The default value is
|
796
791
|
1 (i.e. numbers printed in all lines).</p>
|
797
792
|
<div class="refsect3">
|
798
|
-
<a name="
|
793
|
+
<a name="gtk-source-print-compositor-get-print-line-numbers.parameters"></a><h4>Parameters</h4>
|
799
794
|
<div class="informaltable"><table width="100%" border="0">
|
800
795
|
<colgroup>
|
801
796
|
<col width="150px" class="parameters_name">
|
@@ -810,11 +805,10 @@ value is 0, no line numbers will be printed. The default value is
|
|
810
805
|
</table></div>
|
811
806
|
</div>
|
812
807
|
<div class="refsect3">
|
813
|
-
<a name="
|
808
|
+
<a name="gtk-source-print-compositor-get-print-line-numbers.returns"></a><h4>Returns</h4>
|
814
809
|
<p> the interval of printed line numbers.</p>
|
815
|
-
<p></p>
|
816
810
|
</div>
|
817
|
-
<p class="since">Since 2.2</p>
|
811
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
818
812
|
</div>
|
819
813
|
<hr>
|
820
814
|
<div class="refsect2">
|
@@ -822,17 +816,17 @@ value is 0, no line numbers will be printed. The default value is
|
|
822
816
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
823
817
|
gtk_source_print_compositor_set_body_font_name
|
824
818
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
825
|
-
<em class="parameter"><code>const <a href="/
|
819
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
826
820
|
<p>Sets the default font for the printed text.</p>
|
827
821
|
<p><em class="parameter"><code>font_name</code></em>
|
828
822
|
should be a
|
829
823
|
string representation of a font description Pango can understand.
|
830
|
-
(e.g. "Monospace 10"). See <a href="/
|
824
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
831
825
|
for a description of the format of the string representation.</p>
|
832
826
|
<p>This function cannot be called anymore after the first call to the
|
833
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>
|
834
828
|
<div class="refsect3">
|
835
|
-
<a name="
|
829
|
+
<a name="gtk-source-print-compositor-set-body-font-name.parameters"></a><h4>Parameters</h4>
|
836
830
|
<div class="informaltable"><table width="100%" border="0">
|
837
831
|
<colgroup>
|
838
832
|
<col width="150px" class="parameters_name">
|
@@ -853,18 +847,18 @@ for a description of the format of the string representation.</p>
|
|
853
847
|
</tbody>
|
854
848
|
</table></div>
|
855
849
|
</div>
|
856
|
-
<p class="since">Since 2.2</p>
|
850
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
857
851
|
</div>
|
858
852
|
<hr>
|
859
853
|
<div class="refsect2">
|
860
854
|
<a name="gtk-source-print-compositor-get-body-font-name"></a><h3>gtk_source_print_compositor_get_body_font_name ()</h3>
|
861
|
-
<pre class="programlisting"><a href="/
|
855
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
862
856
|
gtk_source_print_compositor_get_body_font_name
|
863
857
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
864
858
|
<p>Returns the name of the font used to print the text body. The returned string
|
865
|
-
must be freed with <a href="/
|
859
|
+
must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
866
860
|
<div class="refsect3">
|
867
|
-
<a name="
|
861
|
+
<a name="gtk-source-print-compositor-get-body-font-name.parameters"></a><h4>Parameters</h4>
|
868
862
|
<div class="informaltable"><table width="100%" border="0">
|
869
863
|
<colgroup>
|
870
864
|
<col width="150px" class="parameters_name">
|
@@ -879,12 +873,11 @@ must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/s
|
|
879
873
|
</table></div>
|
880
874
|
</div>
|
881
875
|
<div class="refsect3">
|
882
|
-
<a name="
|
876
|
+
<a name="gtk-source-print-compositor-get-body-font-name.returns"></a><h4>Returns</h4>
|
883
877
|
<p> a new string containing the name of the font used to print the
|
884
878
|
text body.</p>
|
885
|
-
<p></p>
|
886
879
|
</div>
|
887
|
-
<p class="since">Since 2.2</p>
|
880
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
888
881
|
</div>
|
889
882
|
<hr>
|
890
883
|
<div class="refsect2">
|
@@ -892,19 +885,19 @@ text body.</p>
|
|
892
885
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
893
886
|
gtk_source_print_compositor_set_line_numbers_font_name
|
894
887
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
895
|
-
<em class="parameter"><code>const <a href="/
|
888
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
896
889
|
<p>Sets the font for printing line numbers on the left margin. If
|
897
|
-
<a href="/
|
890
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is supplied, the default font (i.e. the one being used for the
|
898
891
|
text) will be used instead.</p>
|
899
892
|
<p><em class="parameter"><code>font_name</code></em>
|
900
893
|
should be a
|
901
894
|
string representation of a font description Pango can understand.
|
902
|
-
(e.g. "Monospace 10"). See <a href="/
|
895
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
903
896
|
for a description of the format of the string representation.</p>
|
904
897
|
<p>This function cannot be called anymore after the first call to the
|
905
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>
|
906
899
|
<div class="refsect3">
|
907
|
-
<a name="
|
900
|
+
<a name="gtk-source-print-compositor-set-line-numbers-font-name.parameters"></a><h4>Parameters</h4>
|
908
901
|
<div class="informaltable"><table width="100%" border="0">
|
909
902
|
<colgroup>
|
910
903
|
<col width="150px" class="parameters_name">
|
@@ -919,24 +912,24 @@ for a description of the format of the string representation.</p>
|
|
919
912
|
</tr>
|
920
913
|
<tr>
|
921
914
|
<td class="parameter_name"><p>font_name</p></td>
|
922
|
-
<td class="parameter_description"><p> the name of the font for line numbers, or <a href="/
|
915
|
+
<td class="parameter_description"><p> the name of the font for line numbers, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
923
916
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
924
917
|
</tr>
|
925
918
|
</tbody>
|
926
919
|
</table></div>
|
927
920
|
</div>
|
928
|
-
<p class="since">Since 2.2</p>
|
921
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
929
922
|
</div>
|
930
923
|
<hr>
|
931
924
|
<div class="refsect2">
|
932
925
|
<a name="gtk-source-print-compositor-get-line-numbers-font-name"></a><h3>gtk_source_print_compositor_get_line_numbers_font_name ()</h3>
|
933
|
-
<pre class="programlisting"><a href="/
|
926
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
934
927
|
gtk_source_print_compositor_get_line_numbers_font_name
|
935
928
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
936
929
|
<p>Returns the name of the font used to print line numbers on the left margin.
|
937
|
-
The returned string must be freed with <a href="/
|
930
|
+
The returned string must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
938
931
|
<div class="refsect3">
|
939
|
-
<a name="
|
932
|
+
<a name="gtk-source-print-compositor-get-line-numbers-font-name.parameters"></a><h4>Parameters</h4>
|
940
933
|
<div class="informaltable"><table width="100%" border="0">
|
941
934
|
<colgroup>
|
942
935
|
<col width="150px" class="parameters_name">
|
@@ -951,12 +944,11 @@ The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win32/
|
|
951
944
|
</table></div>
|
952
945
|
</div>
|
953
946
|
<div class="refsect3">
|
954
|
-
<a name="
|
947
|
+
<a name="gtk-source-print-compositor-get-line-numbers-font-name.returns"></a><h4>Returns</h4>
|
955
948
|
<p> a new string containing the name of the font used to print
|
956
949
|
line numbers on the left margin.</p>
|
957
|
-
<p></p>
|
958
950
|
</div>
|
959
|
-
<p class="since">Since 2.2</p>
|
951
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
960
952
|
</div>
|
961
953
|
<hr>
|
962
954
|
<div class="refsect2">
|
@@ -964,19 +956,19 @@ line numbers on the left margin.</p>
|
|
964
956
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
965
957
|
gtk_source_print_compositor_set_header_font_name
|
966
958
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
967
|
-
<em class="parameter"><code>const <a href="/
|
959
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
968
960
|
<p>Sets the font for printing the page header. If
|
969
|
-
<a href="/
|
961
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is supplied, the default font (i.e. the one being used for the
|
970
962
|
text) will be used instead.</p>
|
971
963
|
<p><em class="parameter"><code>font_name</code></em>
|
972
964
|
should be a
|
973
965
|
string representation of a font description Pango can understand.
|
974
|
-
(e.g. "Monospace 10"). See <a href="/
|
966
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
975
967
|
for a description of the format of the string representation.</p>
|
976
968
|
<p>This function cannot be called anymore after the first call to the
|
977
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>
|
978
970
|
<div class="refsect3">
|
979
|
-
<a name="
|
971
|
+
<a name="gtk-source-print-compositor-set-header-font-name.parameters"></a><h4>Parameters</h4>
|
980
972
|
<div class="informaltable"><table width="100%" border="0">
|
981
973
|
<colgroup>
|
982
974
|
<col width="150px" class="parameters_name">
|
@@ -991,24 +983,24 @@ for a description of the format of the string representation.</p>
|
|
991
983
|
</tr>
|
992
984
|
<tr>
|
993
985
|
<td class="parameter_name"><p>font_name</p></td>
|
994
|
-
<td class="parameter_description"><p> the name of the font for header text, or <a href="/
|
986
|
+
<td class="parameter_description"><p> the name of the font for header text, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
995
987
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
996
988
|
</tr>
|
997
989
|
</tbody>
|
998
990
|
</table></div>
|
999
991
|
</div>
|
1000
|
-
<p class="since">Since 2.2</p>
|
992
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1001
993
|
</div>
|
1002
994
|
<hr>
|
1003
995
|
<div class="refsect2">
|
1004
996
|
<a name="gtk-source-print-compositor-get-header-font-name"></a><h3>gtk_source_print_compositor_get_header_font_name ()</h3>
|
1005
|
-
<pre class="programlisting"><a href="/
|
997
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1006
998
|
gtk_source_print_compositor_get_header_font_name
|
1007
999
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1008
1000
|
<p>Returns the name of the font used to print the page header.
|
1009
|
-
The returned string must be freed with <a href="/
|
1001
|
+
The returned string must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1010
1002
|
<div class="refsect3">
|
1011
|
-
<a name="
|
1003
|
+
<a name="gtk-source-print-compositor-get-header-font-name.parameters"></a><h4>Parameters</h4>
|
1012
1004
|
<div class="informaltable"><table width="100%" border="0">
|
1013
1005
|
<colgroup>
|
1014
1006
|
<col width="150px" class="parameters_name">
|
@@ -1023,12 +1015,11 @@ The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win32/
|
|
1023
1015
|
</table></div>
|
1024
1016
|
</div>
|
1025
1017
|
<div class="refsect3">
|
1026
|
-
<a name="
|
1018
|
+
<a name="gtk-source-print-compositor-get-header-font-name.returns"></a><h4>Returns</h4>
|
1027
1019
|
<p> a new string containing the name of the font used to print
|
1028
1020
|
the page header.</p>
|
1029
|
-
<p></p>
|
1030
1021
|
</div>
|
1031
|
-
<p class="since">Since 2.2</p>
|
1022
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1032
1023
|
</div>
|
1033
1024
|
<hr>
|
1034
1025
|
<div class="refsect2">
|
@@ -1036,19 +1027,19 @@ the page header.</p>
|
|
1036
1027
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1037
1028
|
gtk_source_print_compositor_set_footer_font_name
|
1038
1029
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1039
|
-
<em class="parameter"><code>const <a href="/
|
1030
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
1040
1031
|
<p>Sets the font for printing the page footer. If
|
1041
|
-
<a href="/
|
1032
|
+
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is supplied, the default font (i.e. the one being used for the
|
1042
1033
|
text) will be used instead.</p>
|
1043
1034
|
<p><em class="parameter"><code>font_name</code></em>
|
1044
1035
|
should be a
|
1045
1036
|
string representation of a font description Pango can understand.
|
1046
|
-
(e.g. "Monospace 10"). See <a href="/
|
1037
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
1047
1038
|
for a description of the format of the string representation.</p>
|
1048
1039
|
<p>This function cannot be called anymore after the first call to the
|
1049
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>
|
1050
1041
|
<div class="refsect3">
|
1051
|
-
<a name="
|
1042
|
+
<a name="gtk-source-print-compositor-set-footer-font-name.parameters"></a><h4>Parameters</h4>
|
1052
1043
|
<div class="informaltable"><table width="100%" border="0">
|
1053
1044
|
<colgroup>
|
1054
1045
|
<col width="150px" class="parameters_name">
|
@@ -1063,24 +1054,24 @@ for a description of the format of the string representation.</p>
|
|
1063
1054
|
</tr>
|
1064
1055
|
<tr>
|
1065
1056
|
<td class="parameter_name"><p>font_name</p></td>
|
1066
|
-
<td class="parameter_description"><p> the name of the font for the footer text, or <a href="/
|
1057
|
+
<td class="parameter_description"><p> the name of the font for the footer text, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1067
1058
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1068
1059
|
</tr>
|
1069
1060
|
</tbody>
|
1070
1061
|
</table></div>
|
1071
1062
|
</div>
|
1072
|
-
<p class="since">Since 2.2</p>
|
1063
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1073
1064
|
</div>
|
1074
1065
|
<hr>
|
1075
1066
|
<div class="refsect2">
|
1076
1067
|
<a name="gtk-source-print-compositor-get-footer-font-name"></a><h3>gtk_source_print_compositor_get_footer_font_name ()</h3>
|
1077
|
-
<pre class="programlisting"><a href="/
|
1068
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1078
1069
|
gtk_source_print_compositor_get_footer_font_name
|
1079
1070
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1080
1071
|
<p>Returns the name of the font used to print the page footer.
|
1081
|
-
The returned string must be freed with <a href="/
|
1072
|
+
The returned string must be freed with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1082
1073
|
<div class="refsect3">
|
1083
|
-
<a name="
|
1074
|
+
<a name="gtk-source-print-compositor-get-footer-font-name.parameters"></a><h4>Parameters</h4>
|
1084
1075
|
<div class="informaltable"><table width="100%" border="0">
|
1085
1076
|
<colgroup>
|
1086
1077
|
<col width="150px" class="parameters_name">
|
@@ -1095,24 +1086,23 @@ The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win32/
|
|
1095
1086
|
</table></div>
|
1096
1087
|
</div>
|
1097
1088
|
<div class="refsect3">
|
1098
|
-
<a name="
|
1089
|
+
<a name="gtk-source-print-compositor-get-footer-font-name.returns"></a><h4>Returns</h4>
|
1099
1090
|
<p> a new string containing the name of the font used to print
|
1100
1091
|
the page footer.</p>
|
1101
|
-
<p></p>
|
1102
1092
|
</div>
|
1103
|
-
<p class="since">Since 2.2</p>
|
1093
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1104
1094
|
</div>
|
1105
1095
|
<hr>
|
1106
1096
|
<div class="refsect2">
|
1107
1097
|
<a name="gtk-source-print-compositor-get-top-margin"></a><h3>gtk_source_print_compositor_get_top_margin ()</h3>
|
1108
|
-
<pre class="programlisting"><a href="/
|
1098
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1109
1099
|
gtk_source_print_compositor_get_top_margin
|
1110
1100
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1111
|
-
<em class="parameter"><code><a href="
|
1101
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1112
1102
|
<p>Gets the top margin in units of <em class="parameter"><code>unit</code></em>
|
1113
1103
|
.</p>
|
1114
1104
|
<div class="refsect3">
|
1115
|
-
<a name="
|
1105
|
+
<a name="gtk-source-print-compositor-get-top-margin.parameters"></a><h4>Parameters</h4>
|
1116
1106
|
<div class="informaltable"><table width="100%" border="0">
|
1117
1107
|
<colgroup>
|
1118
1108
|
<col width="150px" class="parameters_name">
|
@@ -1134,11 +1124,10 @@ gtk_source_print_compositor_get_top_margin
|
|
1134
1124
|
</table></div>
|
1135
1125
|
</div>
|
1136
1126
|
<div class="refsect3">
|
1137
|
-
<a name="
|
1127
|
+
<a name="gtk-source-print-compositor-get-top-margin.returns"></a><h4>Returns</h4>
|
1138
1128
|
<p> the top margin.</p>
|
1139
|
-
<p></p>
|
1140
1129
|
</div>
|
1141
|
-
<p class="since">Since 2.2</p>
|
1130
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1142
1131
|
</div>
|
1143
1132
|
<hr>
|
1144
1133
|
<div class="refsect2">
|
@@ -1146,12 +1135,12 @@ gtk_source_print_compositor_get_top_margin
|
|
1146
1135
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1147
1136
|
gtk_source_print_compositor_set_top_margin
|
1148
1137
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1149
|
-
<em class="parameter"><code><a href="/
|
1150
|
-
<em class="parameter"><code><a href="
|
1138
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1139
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1151
1140
|
<p>Sets the top margin used by <em class="parameter"><code>compositor</code></em>
|
1152
1141
|
.</p>
|
1153
1142
|
<div class="refsect3">
|
1154
|
-
<a name="
|
1143
|
+
<a name="gtk-source-print-compositor-set-top-margin.parameters"></a><h4>Parameters</h4>
|
1155
1144
|
<div class="informaltable"><table width="100%" border="0">
|
1156
1145
|
<colgroup>
|
1157
1146
|
<col width="150px" class="parameters_name">
|
@@ -1179,19 +1168,19 @@ gtk_source_print_compositor_set_top_margin
|
|
1179
1168
|
</tbody>
|
1180
1169
|
</table></div>
|
1181
1170
|
</div>
|
1182
|
-
<p class="since">Since 2.2</p>
|
1171
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1183
1172
|
</div>
|
1184
1173
|
<hr>
|
1185
1174
|
<div class="refsect2">
|
1186
1175
|
<a name="gtk-source-print-compositor-get-bottom-margin"></a><h3>gtk_source_print_compositor_get_bottom_margin ()</h3>
|
1187
|
-
<pre class="programlisting"><a href="/
|
1176
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1188
1177
|
gtk_source_print_compositor_get_bottom_margin
|
1189
1178
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1190
|
-
<em class="parameter"><code><a href="
|
1179
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1191
1180
|
<p>Gets the bottom margin in units of <em class="parameter"><code>unit</code></em>
|
1192
1181
|
.</p>
|
1193
1182
|
<div class="refsect3">
|
1194
|
-
<a name="
|
1183
|
+
<a name="gtk-source-print-compositor-get-bottom-margin.parameters"></a><h4>Parameters</h4>
|
1195
1184
|
<div class="informaltable"><table width="100%" border="0">
|
1196
1185
|
<colgroup>
|
1197
1186
|
<col width="150px" class="parameters_name">
|
@@ -1213,11 +1202,10 @@ gtk_source_print_compositor_get_bottom_margin
|
|
1213
1202
|
</table></div>
|
1214
1203
|
</div>
|
1215
1204
|
<div class="refsect3">
|
1216
|
-
<a name="
|
1205
|
+
<a name="gtk-source-print-compositor-get-bottom-margin.returns"></a><h4>Returns</h4>
|
1217
1206
|
<p> the bottom margin.</p>
|
1218
|
-
<p></p>
|
1219
1207
|
</div>
|
1220
|
-
<p class="since">Since 2.2</p>
|
1208
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1221
1209
|
</div>
|
1222
1210
|
<hr>
|
1223
1211
|
<div class="refsect2">
|
@@ -1225,12 +1213,12 @@ gtk_source_print_compositor_get_bottom_margin
|
|
1225
1213
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1226
1214
|
gtk_source_print_compositor_set_bottom_margin
|
1227
1215
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1228
|
-
<em class="parameter"><code><a href="/
|
1229
|
-
<em class="parameter"><code><a href="
|
1216
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1217
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1230
1218
|
<p>Sets the bottom margin used by <em class="parameter"><code>compositor</code></em>
|
1231
1219
|
.</p>
|
1232
1220
|
<div class="refsect3">
|
1233
|
-
<a name="
|
1221
|
+
<a name="gtk-source-print-compositor-set-bottom-margin.parameters"></a><h4>Parameters</h4>
|
1234
1222
|
<div class="informaltable"><table width="100%" border="0">
|
1235
1223
|
<colgroup>
|
1236
1224
|
<col width="150px" class="parameters_name">
|
@@ -1258,19 +1246,19 @@ gtk_source_print_compositor_set_bottom_margin
|
|
1258
1246
|
</tbody>
|
1259
1247
|
</table></div>
|
1260
1248
|
</div>
|
1261
|
-
<p class="since">Since 2.2</p>
|
1249
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1262
1250
|
</div>
|
1263
1251
|
<hr>
|
1264
1252
|
<div class="refsect2">
|
1265
1253
|
<a name="gtk-source-print-compositor-get-left-margin"></a><h3>gtk_source_print_compositor_get_left_margin ()</h3>
|
1266
|
-
<pre class="programlisting"><a href="/
|
1254
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1267
1255
|
gtk_source_print_compositor_get_left_margin
|
1268
1256
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1269
|
-
<em class="parameter"><code><a href="
|
1257
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1270
1258
|
<p>Gets the left margin in units of <em class="parameter"><code>unit</code></em>
|
1271
1259
|
.</p>
|
1272
1260
|
<div class="refsect3">
|
1273
|
-
<a name="
|
1261
|
+
<a name="gtk-source-print-compositor-get-left-margin.parameters"></a><h4>Parameters</h4>
|
1274
1262
|
<div class="informaltable"><table width="100%" border="0">
|
1275
1263
|
<colgroup>
|
1276
1264
|
<col width="150px" class="parameters_name">
|
@@ -1292,11 +1280,10 @@ gtk_source_print_compositor_get_left_margin
|
|
1292
1280
|
</table></div>
|
1293
1281
|
</div>
|
1294
1282
|
<div class="refsect3">
|
1295
|
-
<a name="
|
1283
|
+
<a name="gtk-source-print-compositor-get-left-margin.returns"></a><h4>Returns</h4>
|
1296
1284
|
<p> the left margin</p>
|
1297
|
-
<p></p>
|
1298
1285
|
</div>
|
1299
|
-
<p class="since">Since 2.2</p>
|
1286
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1300
1287
|
</div>
|
1301
1288
|
<hr>
|
1302
1289
|
<div class="refsect2">
|
@@ -1304,12 +1291,12 @@ gtk_source_print_compositor_get_left_margin
|
|
1304
1291
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1305
1292
|
gtk_source_print_compositor_set_left_margin
|
1306
1293
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1307
|
-
<em class="parameter"><code><a href="/
|
1308
|
-
<em class="parameter"><code><a href="
|
1294
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1295
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1309
1296
|
<p>Sets the left margin used by <em class="parameter"><code>compositor</code></em>
|
1310
1297
|
.</p>
|
1311
1298
|
<div class="refsect3">
|
1312
|
-
<a name="
|
1299
|
+
<a name="gtk-source-print-compositor-set-left-margin.parameters"></a><h4>Parameters</h4>
|
1313
1300
|
<div class="informaltable"><table width="100%" border="0">
|
1314
1301
|
<colgroup>
|
1315
1302
|
<col width="150px" class="parameters_name">
|
@@ -1337,19 +1324,19 @@ gtk_source_print_compositor_set_left_margin
|
|
1337
1324
|
</tbody>
|
1338
1325
|
</table></div>
|
1339
1326
|
</div>
|
1340
|
-
<p class="since">Since 2.2</p>
|
1327
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1341
1328
|
</div>
|
1342
1329
|
<hr>
|
1343
1330
|
<div class="refsect2">
|
1344
1331
|
<a name="gtk-source-print-compositor-get-right-margin"></a><h3>gtk_source_print_compositor_get_right_margin ()</h3>
|
1345
|
-
<pre class="programlisting"><a href="/
|
1332
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1346
1333
|
gtk_source_print_compositor_get_right_margin
|
1347
1334
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1348
|
-
<em class="parameter"><code><a href="
|
1335
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1349
1336
|
<p>Gets the right margin in units of <em class="parameter"><code>unit</code></em>
|
1350
1337
|
.</p>
|
1351
1338
|
<div class="refsect3">
|
1352
|
-
<a name="
|
1339
|
+
<a name="gtk-source-print-compositor-get-right-margin.parameters"></a><h4>Parameters</h4>
|
1353
1340
|
<div class="informaltable"><table width="100%" border="0">
|
1354
1341
|
<colgroup>
|
1355
1342
|
<col width="150px" class="parameters_name">
|
@@ -1371,11 +1358,10 @@ gtk_source_print_compositor_get_right_margin
|
|
1371
1358
|
</table></div>
|
1372
1359
|
</div>
|
1373
1360
|
<div class="refsect3">
|
1374
|
-
<a name="
|
1361
|
+
<a name="gtk-source-print-compositor-get-right-margin.returns"></a><h4>Returns</h4>
|
1375
1362
|
<p> the right margin.</p>
|
1376
|
-
<p></p>
|
1377
1363
|
</div>
|
1378
|
-
<p class="since">Since 2.2</p>
|
1364
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1379
1365
|
</div>
|
1380
1366
|
<hr>
|
1381
1367
|
<div class="refsect2">
|
@@ -1383,12 +1369,12 @@ gtk_source_print_compositor_get_right_margin
|
|
1383
1369
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1384
1370
|
gtk_source_print_compositor_set_right_margin
|
1385
1371
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1386
|
-
<em class="parameter"><code><a href="/
|
1387
|
-
<em class="parameter"><code><a href="
|
1372
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1373
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1388
1374
|
<p>Sets the right margin used by <em class="parameter"><code>compositor</code></em>
|
1389
1375
|
.</p>
|
1390
1376
|
<div class="refsect3">
|
1391
|
-
<a name="
|
1377
|
+
<a name="gtk-source-print-compositor-set-right-margin.parameters"></a><h4>Parameters</h4>
|
1392
1378
|
<div class="informaltable"><table width="100%" border="0">
|
1393
1379
|
<colgroup>
|
1394
1380
|
<col width="150px" class="parameters_name">
|
@@ -1416,7 +1402,7 @@ gtk_source_print_compositor_set_right_margin
|
|
1416
1402
|
</tbody>
|
1417
1403
|
</table></div>
|
1418
1404
|
</div>
|
1419
|
-
<p class="since">Since 2.2</p>
|
1405
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1420
1406
|
</div>
|
1421
1407
|
<hr>
|
1422
1408
|
<div class="refsect2">
|
@@ -1424,7 +1410,7 @@ gtk_source_print_compositor_set_right_margin
|
|
1424
1410
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1425
1411
|
gtk_source_print_compositor_set_print_header
|
1426
1412
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1427
|
-
<em class="parameter"><code><a href="/
|
1413
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> print</code></em>);</pre>
|
1428
1414
|
<p>Sets whether you want to print a header in each page. The
|
1429
1415
|
header consists of three pieces of text and an optional line
|
1430
1416
|
separator, configurable with
|
@@ -1434,7 +1420,7 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1434
1420
|
<p>This function cannot be called anymore after the first call to the
|
1435
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>
|
1436
1422
|
<div class="refsect3">
|
1437
|
-
<a name="
|
1423
|
+
<a name="gtk-source-print-compositor-set-print-header.parameters"></a><h4>Parameters</h4>
|
1438
1424
|
<div class="informaltable"><table width="100%" border="0">
|
1439
1425
|
<colgroup>
|
1440
1426
|
<col width="150px" class="parameters_name">
|
@@ -1449,26 +1435,26 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1449
1435
|
</tr>
|
1450
1436
|
<tr>
|
1451
1437
|
<td class="parameter_name"><p>print</p></td>
|
1452
|
-
<td class="parameter_description"><p><a href="/
|
1438
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the header to be printed.</p></td>
|
1453
1439
|
<td class="parameter_annotations"> </td>
|
1454
1440
|
</tr>
|
1455
1441
|
</tbody>
|
1456
1442
|
</table></div>
|
1457
1443
|
</div>
|
1458
|
-
<p class="since">Since 2.2</p>
|
1444
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1459
1445
|
</div>
|
1460
1446
|
<hr>
|
1461
1447
|
<div class="refsect2">
|
1462
1448
|
<a name="gtk-source-print-compositor-get-print-header"></a><h3>gtk_source_print_compositor_get_print_header ()</h3>
|
1463
|
-
<pre class="programlisting"><a href="/
|
1449
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1464
1450
|
gtk_source_print_compositor_get_print_header
|
1465
1451
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1466
1452
|
<p>Determines if a header is set to be printed for each page. A
|
1467
|
-
header will be printed if this function returns <a href="/
|
1453
|
+
header will be printed if this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
1468
1454
|
<span class="emphasis"><em>and</em></span> some format strings have been specified
|
1469
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>
|
1470
1456
|
<div class="refsect3">
|
1471
|
-
<a name="
|
1457
|
+
<a name="gtk-source-print-compositor-get-print-header.parameters"></a><h4>Parameters</h4>
|
1472
1458
|
<div class="informaltable"><table width="100%" border="0">
|
1473
1459
|
<colgroup>
|
1474
1460
|
<col width="150px" class="parameters_name">
|
@@ -1483,11 +1469,10 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1483
1469
|
</table></div>
|
1484
1470
|
</div>
|
1485
1471
|
<div class="refsect3">
|
1486
|
-
<a name="
|
1487
|
-
<p> <a href="/
|
1488
|
-
<p></p>
|
1472
|
+
<a name="gtk-source-print-compositor-get-print-header.returns"></a><h4>Returns</h4>
|
1473
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the header is set to be printed.</p>
|
1489
1474
|
</div>
|
1490
|
-
<p class="since">Since 2.2</p>
|
1475
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1491
1476
|
</div>
|
1492
1477
|
<hr>
|
1493
1478
|
<div class="refsect2">
|
@@ -1495,7 +1480,7 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1495
1480
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1496
1481
|
gtk_source_print_compositor_set_print_footer
|
1497
1482
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1498
|
-
<em class="parameter"><code><a href="/
|
1483
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> print</code></em>);</pre>
|
1499
1484
|
<p>Sets whether you want to print a footer in each page. The
|
1500
1485
|
footer consists of three pieces of text and an optional line
|
1501
1486
|
separator, configurable with
|
@@ -1505,7 +1490,7 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1505
1490
|
<p>This function cannot be called anymore after the first call to the
|
1506
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>
|
1507
1492
|
<div class="refsect3">
|
1508
|
-
<a name="
|
1493
|
+
<a name="gtk-source-print-compositor-set-print-footer.parameters"></a><h4>Parameters</h4>
|
1509
1494
|
<div class="informaltable"><table width="100%" border="0">
|
1510
1495
|
<colgroup>
|
1511
1496
|
<col width="150px" class="parameters_name">
|
@@ -1520,26 +1505,26 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1520
1505
|
</tr>
|
1521
1506
|
<tr>
|
1522
1507
|
<td class="parameter_name"><p>print</p></td>
|
1523
|
-
<td class="parameter_description"><p><a href="/
|
1508
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the footer to be printed.</p></td>
|
1524
1509
|
<td class="parameter_annotations"> </td>
|
1525
1510
|
</tr>
|
1526
1511
|
</tbody>
|
1527
1512
|
</table></div>
|
1528
1513
|
</div>
|
1529
|
-
<p class="since">Since 2.2</p>
|
1514
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1530
1515
|
</div>
|
1531
1516
|
<hr>
|
1532
1517
|
<div class="refsect2">
|
1533
1518
|
<a name="gtk-source-print-compositor-get-print-footer"></a><h3>gtk_source_print_compositor_get_print_footer ()</h3>
|
1534
|
-
<pre class="programlisting"><a href="/
|
1519
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1535
1520
|
gtk_source_print_compositor_get_print_footer
|
1536
1521
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1537
1522
|
<p>Determines if a footer is set to be printed for each page. A
|
1538
|
-
footer will be printed if this function returns <a href="/
|
1523
|
+
footer will be printed if this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
1539
1524
|
<span class="emphasis"><em>and</em></span> some format strings have been specified
|
1540
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>
|
1541
1526
|
<div class="refsect3">
|
1542
|
-
<a name="
|
1527
|
+
<a name="gtk-source-print-compositor-get-print-footer.parameters"></a><h4>Parameters</h4>
|
1543
1528
|
<div class="informaltable"><table width="100%" border="0">
|
1544
1529
|
<colgroup>
|
1545
1530
|
<col width="150px" class="parameters_name">
|
@@ -1554,11 +1539,10 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1554
1539
|
</table></div>
|
1555
1540
|
</div>
|
1556
1541
|
<div class="refsect3">
|
1557
|
-
<a name="
|
1558
|
-
<p> <a href="/
|
1559
|
-
<p></p>
|
1542
|
+
<a name="gtk-source-print-compositor-get-print-footer.returns"></a><h4>Returns</h4>
|
1543
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the footer is set to be printed.</p>
|
1560
1544
|
</div>
|
1561
|
-
<p class="since">Since 2.2</p>
|
1545
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1562
1546
|
</div>
|
1563
1547
|
<hr>
|
1564
1548
|
<div class="refsect2">
|
@@ -1566,19 +1550,24 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1566
1550
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1567
1551
|
gtk_source_print_compositor_set_header_format
|
1568
1552
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1569
|
-
<em class="parameter"><code><a href="/
|
1570
|
-
<em class="parameter"><code>const <a href="/
|
1571
|
-
<em class="parameter"><code>const <a href="/
|
1572
|
-
<em class="parameter"><code>const <a href="/
|
1553
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> separator</code></em>,
|
1554
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *left</code></em>,
|
1555
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *center</code></em>,
|
1556
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *right</code></em>);</pre>
|
1573
1557
|
<p>Sets strftime like header format strings, to be printed on the
|
1574
1558
|
left, center and right of the top of each page. The strings may
|
1575
1559
|
include strftime(3) codes which will be expanded at print time.
|
1576
|
-
|
1577
|
-
|
1560
|
+
A subset of <code class="function">strftime()</code> codes are accepted, see <a href="/usr/share/gtk-doc/html/glibglib-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>
|
1578
1567
|
<p><em class="parameter"><code>separator</code></em>
|
1579
1568
|
specifies if a solid line should be drawn to separate
|
1580
1569
|
the header from the document text.</p>
|
1581
|
-
<p>If <a href="/
|
1570
|
+
<p>If <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is given for any of the three arguments, that particular
|
1582
1571
|
string will not be printed.</p>
|
1583
1572
|
<p>For the header to be printed, in
|
1584
1573
|
addition to specifying format strings, you need to enable header
|
@@ -1586,7 +1575,7 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1586
1575
|
<p>This function cannot be called anymore after the first call to the
|
1587
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>
|
1588
1577
|
<div class="refsect3">
|
1589
|
-
<a name="
|
1578
|
+
<a name="gtk-source-print-compositor-set-header-format.parameters"></a><h4>Parameters</h4>
|
1590
1579
|
<div class="informaltable"><table width="100%" border="0">
|
1591
1580
|
<colgroup>
|
1592
1581
|
<col width="150px" class="parameters_name">
|
@@ -1601,7 +1590,7 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1601
1590
|
</tr>
|
1602
1591
|
<tr>
|
1603
1592
|
<td class="parameter_name"><p>separator</p></td>
|
1604
|
-
<td class="parameter_description"><p><a href="/
|
1593
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want a separator line to be printed.</p></td>
|
1605
1594
|
<td class="parameter_annotations"> </td>
|
1606
1595
|
</tr>
|
1607
1596
|
<tr>
|
@@ -1622,7 +1611,7 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1622
1611
|
</tbody>
|
1623
1612
|
</table></div>
|
1624
1613
|
</div>
|
1625
|
-
<p class="since">Since 2.2</p>
|
1614
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1626
1615
|
</div>
|
1627
1616
|
<hr>
|
1628
1617
|
<div class="refsect2">
|
@@ -1630,27 +1619,14 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1630
1619
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1631
1620
|
gtk_source_print_compositor_set_footer_format
|
1632
1621
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1633
|
-
<em class="parameter"><code><a href="/
|
1634
|
-
<em class="parameter"><code>const <a href="/
|
1635
|
-
<em class="parameter"><code>const <a href="/
|
1636
|
-
<em class="parameter"><code>const <a href="/
|
1637
|
-
<p>
|
1638
|
-
|
1639
|
-
include strftime(3) codes which will be expanded at print time.
|
1640
|
-
All <code class="function">strftime()</code> codes are accepted, with the addition of #N for the
|
1641
|
-
page number and #Q for the page count.</p>
|
1642
|
-
<p><em class="parameter"><code>separator</code></em>
|
1643
|
-
specifies if a solid line should be drawn to separate
|
1644
|
-
the footer from the document text.</p>
|
1645
|
-
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/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
|
1646
|
-
string will not be printed.</p>
|
1647
|
-
<p>For the footer to be printed, in
|
1648
|
-
addition to specifying format strings, you need to enable footer
|
1649
|
-
printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-footer" title="gtk_source_print_compositor_set_print_footer ()"><code class="function">gtk_source_print_compositor_set_print_footer()</code></a>.</p>
|
1650
|
-
<p>This function cannot be called anymore after the first call to the
|
1651
|
-
<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>
|
1622
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> separator</code></em>,
|
1623
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *left</code></em>,
|
1624
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *center</code></em>,
|
1625
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-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>
|
1652
1628
|
<div class="refsect3">
|
1653
|
-
<a name="
|
1629
|
+
<a name="gtk-source-print-compositor-set-footer-format.parameters"></a><h4>Parameters</h4>
|
1654
1630
|
<div class="informaltable"><table width="100%" border="0">
|
1655
1631
|
<colgroup>
|
1656
1632
|
<col width="150px" class="parameters_name">
|
@@ -1665,7 +1641,7 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1665
1641
|
</tr>
|
1666
1642
|
<tr>
|
1667
1643
|
<td class="parameter_name"><p>separator</p></td>
|
1668
|
-
<td class="parameter_description"><p><a href="/
|
1644
|
+
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want a separator line to be printed.</p></td>
|
1669
1645
|
<td class="parameter_annotations"> </td>
|
1670
1646
|
</tr>
|
1671
1647
|
<tr>
|
@@ -1686,18 +1662,18 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1686
1662
|
</tbody>
|
1687
1663
|
</table></div>
|
1688
1664
|
</div>
|
1689
|
-
<p class="since">Since 2.2</p>
|
1665
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1690
1666
|
</div>
|
1691
1667
|
<hr>
|
1692
1668
|
<div class="refsect2">
|
1693
1669
|
<a name="gtk-source-print-compositor-get-n-pages"></a><h3>gtk_source_print_compositor_get_n_pages ()</h3>
|
1694
|
-
<pre class="programlisting"><a href="/
|
1670
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1695
1671
|
gtk_source_print_compositor_get_n_pages
|
1696
1672
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1697
1673
|
<p>Returns the number of pages in the document or <code class="code">-1</code> if the
|
1698
1674
|
document has not been completely paginated.</p>
|
1699
1675
|
<div class="refsect3">
|
1700
|
-
<a name="
|
1676
|
+
<a name="gtk-source-print-compositor-get-n-pages.parameters"></a><h4>Parameters</h4>
|
1701
1677
|
<div class="informaltable"><table width="100%" border="0">
|
1702
1678
|
<colgroup>
|
1703
1679
|
<col width="150px" class="parameters_name">
|
@@ -1712,27 +1688,26 @@ document has not been completely paginated.</p>
|
|
1712
1688
|
</table></div>
|
1713
1689
|
</div>
|
1714
1690
|
<div class="refsect3">
|
1715
|
-
<a name="
|
1691
|
+
<a name="gtk-source-print-compositor-get-n-pages.returns"></a><h4>Returns</h4>
|
1716
1692
|
<p> the number of pages in the document or <code class="code">-1</code> if the
|
1717
1693
|
document has not been completely paginated.</p>
|
1718
|
-
<p></p>
|
1719
1694
|
</div>
|
1720
|
-
<p class="since">Since 2.2</p>
|
1695
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1721
1696
|
</div>
|
1722
1697
|
<hr>
|
1723
1698
|
<div class="refsect2">
|
1724
1699
|
<a name="gtk-source-print-compositor-paginate"></a><h3>gtk_source_print_compositor_paginate ()</h3>
|
1725
|
-
<pre class="programlisting"><a href="/
|
1700
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1726
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>,
|
1727
|
-
<em class="parameter"><code><a href="
|
1702
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> *context</code></em>);</pre>
|
1728
1703
|
<p>Paginate the document associated with the <em class="parameter"><code>compositor</code></em>
|
1729
1704
|
.</p>
|
1730
1705
|
<p>In order to support non-blocking pagination, document is paginated in small chunks.
|
1731
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
|
1732
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>
|
1733
1708
|
must be invoked multiple times.
|
1734
|
-
It returns <a href="/
|
1735
|
-
<p>This method has been designed to be invoked in the handler of the <a href="
|
1709
|
+
It returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, otherwise it returns <a href="/usr/share/gtk-doc/html/glibglib-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="/usr/share/gtk-doc/html/gtk3gtk3-High-level-Printing-API.html#GtkPrintOperation-paginate"><span class="type">“paginate”</span></a> signal,
|
1736
1711
|
as shown in the following example:</p>
|
1737
1712
|
<div class="informalexample">
|
1738
1713
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -1763,7 +1738,7 @@ as shown in the following example:</p>
|
|
1763
1738
|
23</pre></td>
|
1764
1739
|
<td class="listing_code"><pre class="programlisting"><span class="comment">// Signal handler for the GtkPrintOperation::paginate signal</span>
|
1765
1740
|
|
1766
|
-
<span class="keyword">static</span><span class="normal"> <a href="/
|
1741
|
+
<span class="keyword">static</span><span class="normal"> <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean">gboolean</a></span>
|
1767
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>
|
1768
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>
|
1769
1744
|
<span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> user_data</span><span class="symbol">)</span>
|
@@ -1777,12 +1752,12 @@ as shown in the following example:</p>
|
|
1777
1752
|
<span class="normal"> </span><span class="usertype">gint</span><span class="normal"> n_pages</span><span class="symbol">;</span>
|
1778
1753
|
|
1779
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>
|
1780
|
-
<span class="normal"> </span><span class="function"><a href="
|
1755
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/gtk3gtk3-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>
|
1781
1756
|
|
1782
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/
|
1757
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
|
1783
1758
|
<span class="normal"> </span><span class="cbracket">}</span>
|
1784
1759
|
|
1785
|
-
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/
|
1760
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">;</span>
|
1786
1761
|
<span class="cbracket">}</span></pre></td>
|
1787
1762
|
</tr>
|
1788
1763
|
</tbody>
|
@@ -1790,7 +1765,7 @@ as shown in the following example:</p>
|
|
1790
1765
|
</div>
|
1791
1766
|
|
1792
1767
|
<p>If you don't need to do pagination in chunks, you can simply do it all in the
|
1793
|
-
<a href="
|
1768
|
+
<a href="/usr/share/gtk-doc/html/gtk3gtk3-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
|
1794
1769
|
in the following example:</p>
|
1795
1770
|
<div class="informalexample">
|
1796
1771
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -1828,7 +1803,7 @@ in the following example:</p>
|
|
1828
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>
|
1829
1804
|
|
1830
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>
|
1831
|
-
<span class="normal"> </span><span class="function"><a href="
|
1806
|
+
<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/gtk3gtk3-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>
|
1832
1807
|
<span class="cbracket">}</span></pre></td>
|
1833
1808
|
</tr>
|
1834
1809
|
</tbody>
|
@@ -1836,7 +1811,7 @@ in the following example:</p>
|
|
1836
1811
|
</div>
|
1837
1812
|
|
1838
1813
|
<div class="refsect3">
|
1839
|
-
<a name="
|
1814
|
+
<a name="gtk-source-print-compositor-paginate.parameters"></a><h4>Parameters</h4>
|
1840
1815
|
<div class="informaltable"><table width="100%" border="0">
|
1841
1816
|
<colgroup>
|
1842
1817
|
<col width="150px" class="parameters_name">
|
@@ -1851,7 +1826,7 @@ in the following example:</p>
|
|
1851
1826
|
</tr>
|
1852
1827
|
<tr>
|
1853
1828
|
<td class="parameter_name"><p>context</p></td>
|
1854
|
-
<td class="parameter_description"><p>the <a href="
|
1829
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/gtk3GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> whose parameters (e.g. paper size, print margins, etc.)
|
1855
1830
|
are used by the the <em class="parameter"><code>compositor</code></em>
|
1856
1831
|
to paginate the document.</p></td>
|
1857
1832
|
<td class="parameter_annotations"> </td>
|
@@ -1860,21 +1835,20 @@ to paginate the document.</p></td>
|
|
1860
1835
|
</table></div>
|
1861
1836
|
</div>
|
1862
1837
|
<div class="refsect3">
|
1863
|
-
<a name="
|
1864
|
-
<p> <a href="/
|
1865
|
-
<p></p>
|
1838
|
+
<a name="gtk-source-print-compositor-paginate.returns"></a><h4>Returns</h4>
|
1839
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1866
1840
|
</div>
|
1867
|
-
<p class="since">Since 2.2</p>
|
1841
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1868
1842
|
</div>
|
1869
1843
|
<hr>
|
1870
1844
|
<div class="refsect2">
|
1871
1845
|
<a name="gtk-source-print-compositor-get-pagination-progress"></a><h3>gtk_source_print_compositor_get_pagination_progress ()</h3>
|
1872
|
-
<pre class="programlisting"><a href="/
|
1846
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1873
1847
|
gtk_source_print_compositor_get_pagination_progress
|
1874
1848
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1875
1849
|
<p>Returns the current fraction of the document pagination that has been completed.</p>
|
1876
1850
|
<div class="refsect3">
|
1877
|
-
<a name="
|
1851
|
+
<a name="gtk-source-print-compositor-get-pagination-progress.parameters"></a><h4>Parameters</h4>
|
1878
1852
|
<div class="informaltable"><table width="100%" border="0">
|
1879
1853
|
<colgroup>
|
1880
1854
|
<col width="150px" class="parameters_name">
|
@@ -1889,23 +1863,22 @@ gtk_source_print_compositor_get_pagination_progress
|
|
1889
1863
|
</table></div>
|
1890
1864
|
</div>
|
1891
1865
|
<div class="refsect3">
|
1892
|
-
<a name="
|
1866
|
+
<a name="gtk-source-print-compositor-get-pagination-progress.returns"></a><h4>Returns</h4>
|
1893
1867
|
<p> a fraction from 0.0 to 1.0 inclusive.</p>
|
1894
|
-
<p></p>
|
1895
1868
|
</div>
|
1896
|
-
<p class="since">Since 2.2</p>
|
1869
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1897
1870
|
</div>
|
1898
1871
|
<hr>
|
1899
1872
|
<div class="refsect2">
|
1900
1873
|
<a name="gtk-source-print-compositor-draw-page"></a><h3>gtk_source_print_compositor_draw_page ()</h3>
|
1901
1874
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1902
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>,
|
1903
|
-
<em class="parameter"><code><a href="
|
1904
|
-
<em class="parameter"><code><a href="/
|
1876
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk3GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> *context</code></em>,
|
1877
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr</code></em>);</pre>
|
1905
1878
|
<p>Draw page <em class="parameter"><code>page_nr</code></em>
|
1906
1879
|
for printing on the the Cairo context encapsuled in <em class="parameter"><code>context</code></em>
|
1907
1880
|
.</p>
|
1908
|
-
<p>This method has been designed to be called in the handler of the <a href="
|
1881
|
+
<p>This method has been designed to be called in the handler of the <a href="/usr/share/gtk-doc/html/gtk3gtk3-High-level-Printing-API.html#GtkPrintOperation-draw-page"><span class="type">“draw_page”</span></a> signal
|
1909
1882
|
as shown in the following example:</p>
|
1910
1883
|
<div class="informalexample">
|
1911
1884
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -1949,7 +1922,7 @@ as shown in the following example:</p>
|
|
1949
1922
|
</div>
|
1950
1923
|
|
1951
1924
|
<div class="refsect3">
|
1952
|
-
<a name="
|
1925
|
+
<a name="gtk-source-print-compositor-draw-page.parameters"></a><h4>Parameters</h4>
|
1953
1926
|
<div class="informaltable"><table width="100%" border="0">
|
1954
1927
|
<colgroup>
|
1955
1928
|
<col width="150px" class="parameters_name">
|
@@ -1964,7 +1937,7 @@ as shown in the following example:</p>
|
|
1964
1937
|
</tr>
|
1965
1938
|
<tr>
|
1966
1939
|
<td class="parameter_name"><p>context</p></td>
|
1967
|
-
<td class="parameter_description"><p>the <a href="
|
1940
|
+
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/gtk3GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> encapsulating the context information that is required when
|
1968
1941
|
drawing the page for printing.</p></td>
|
1969
1942
|
<td class="parameter_annotations"> </td>
|
1970
1943
|
</tr>
|
@@ -1989,16 +1962,16 @@ drawing the page for printing.</p></td>
|
|
1989
1962
|
<a name="GtkSourcePrintCompositor.property-details"></a><h2>Property Details</h2>
|
1990
1963
|
<div class="refsect2">
|
1991
1964
|
<a name="GtkSourcePrintCompositor--body-font-name"></a><h3>The <code class="literal">“body-font-name”</code> property</h3>
|
1992
|
-
<pre class="programlisting"> “body-font-name” <a href="/
|
1965
|
+
<pre class="programlisting"> “body-font-name” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
1993
1966
|
<p>Name of the font used for the text body.</p>
|
1994
1967
|
<p>Accepted values are strings representing a font description Pango can understand.
|
1995
|
-
(e.g. "Monospace 10"). See <a href="/
|
1968
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
1996
1969
|
for a description of the format of the string representation.</p>
|
1997
1970
|
<p>The value of this property cannot be changed anymore after the first
|
1998
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>
|
1999
1972
|
<p>Flags: Read / Write</p>
|
2000
1973
|
<p>Default value: NULL</p>
|
2001
|
-
<p class="since">Since 2.2</p>
|
1974
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2002
1975
|
</div>
|
2003
1976
|
<hr>
|
2004
1977
|
<div class="refsect2">
|
@@ -2006,79 +1979,79 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2006
1979
|
<pre class="programlisting"> “buffer” <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *</pre>
|
2007
1980
|
<p>The GtkSourceBuffer object to print.</p>
|
2008
1981
|
<p>Flags: Read / Write / Construct Only</p>
|
2009
|
-
<p class="since">Since 2.2</p>
|
1982
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2010
1983
|
</div>
|
2011
1984
|
<hr>
|
2012
1985
|
<div class="refsect2">
|
2013
1986
|
<a name="GtkSourcePrintCompositor--footer-font-name"></a><h3>The <code class="literal">“footer-font-name”</code> property</h3>
|
2014
|
-
<pre class="programlisting"> “footer-font-name” <a href="/
|
1987
|
+
<pre class="programlisting"> “footer-font-name” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2015
1988
|
<p>Name of the font used to print page footer.
|
2016
1989
|
If this property is unspecified, the text body font is used.</p>
|
2017
1990
|
<p>Accepted values are strings representing a font description Pango can understand.
|
2018
|
-
(e.g. "Monospace 10"). See <a href="/
|
1991
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
2019
1992
|
for a description of the format of the string representation.</p>
|
2020
1993
|
<p>The value of this property cannot be changed anymore after the first
|
2021
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>
|
2022
1995
|
<p>Flags: Read / Write</p>
|
2023
1996
|
<p>Default value: NULL</p>
|
2024
|
-
<p class="since">Since 2.2</p>
|
1997
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2025
1998
|
</div>
|
2026
1999
|
<hr>
|
2027
2000
|
<div class="refsect2">
|
2028
2001
|
<a name="GtkSourcePrintCompositor--header-font-name"></a><h3>The <code class="literal">“header-font-name”</code> property</h3>
|
2029
|
-
<pre class="programlisting"> “header-font-name” <a href="/
|
2002
|
+
<pre class="programlisting"> “header-font-name” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2030
2003
|
<p>Name of the font used to print page header.
|
2031
2004
|
If this property is unspecified, the text body font is used.</p>
|
2032
2005
|
<p>Accepted values are strings representing a font description Pango can understand.
|
2033
|
-
(e.g. "Monospace 10"). See <a href="/
|
2006
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
2034
2007
|
for a description of the format of the string representation.</p>
|
2035
2008
|
<p>The value of this property cannot be changed anymore after the first
|
2036
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>
|
2037
2010
|
<p>Flags: Read / Write</p>
|
2038
2011
|
<p>Default value: NULL</p>
|
2039
|
-
<p class="since">Since 2.2</p>
|
2012
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2040
2013
|
</div>
|
2041
2014
|
<hr>
|
2042
2015
|
<div class="refsect2">
|
2043
2016
|
<a name="GtkSourcePrintCompositor--highlight-syntax"></a><h3>The <code class="literal">“highlight-syntax”</code> property</h3>
|
2044
|
-
<pre class="programlisting"> “highlight-syntax” <a href="/
|
2017
|
+
<pre class="programlisting"> “highlight-syntax” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2045
2018
|
<p>Whether to print the document with highlighted syntax.</p>
|
2046
2019
|
<p>The value of this property cannot be changed anymore after the first
|
2047
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>
|
2048
2021
|
<p>Flags: Read / Write</p>
|
2049
2022
|
<p>Default value: TRUE</p>
|
2050
|
-
<p class="since">Since 2.2</p>
|
2023
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2051
2024
|
</div>
|
2052
2025
|
<hr>
|
2053
2026
|
<div class="refsect2">
|
2054
2027
|
<a name="GtkSourcePrintCompositor--line-numbers-font-name"></a><h3>The <code class="literal">“line-numbers-font-name”</code> property</h3>
|
2055
|
-
<pre class="programlisting"> “line-numbers-font-name” <a href="/
|
2028
|
+
<pre class="programlisting"> “line-numbers-font-name” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2056
2029
|
<p>Name of the font used to print line numbers on the left margin.
|
2057
2030
|
If this property is unspecified, the text body font is used.</p>
|
2058
2031
|
<p>Accepted values are strings representing a font description Pango can understand.
|
2059
|
-
(e.g. "Monospace 10"). See <a href="/
|
2032
|
+
(e.g. "Monospace 10"). See <a href="/usr/share/gtk-doc/html/pangopango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
2060
2033
|
for a description of the format of the string representation.</p>
|
2061
2034
|
<p>The value of this property cannot be changed anymore after the first
|
2062
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>
|
2063
2036
|
<p>Flags: Read / Write</p>
|
2064
2037
|
<p>Default value: NULL</p>
|
2065
|
-
<p class="since">Since 2.2</p>
|
2038
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2066
2039
|
</div>
|
2067
2040
|
<hr>
|
2068
2041
|
<div class="refsect2">
|
2069
2042
|
<a name="GtkSourcePrintCompositor--n-pages"></a><h3>The <code class="literal">“n-pages”</code> property</h3>
|
2070
|
-
<pre class="programlisting"> “n-pages” <a href="/
|
2043
|
+
<pre class="programlisting"> “n-pages” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
2071
2044
|
<p>The number of pages in the document or <code class="code">-1</code> if the
|
2072
2045
|
document has not been completely paginated.</p>
|
2073
2046
|
<p>Flags: Read</p>
|
2074
2047
|
<p>Allowed values: >= -1</p>
|
2075
2048
|
<p>Default value: -1</p>
|
2076
|
-
<p class="since">Since 2.2</p>
|
2049
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2077
2050
|
</div>
|
2078
2051
|
<hr>
|
2079
2052
|
<div class="refsect2">
|
2080
2053
|
<a name="GtkSourcePrintCompositor--print-footer"></a><h3>The <code class="literal">“print-footer”</code> property</h3>
|
2081
|
-
<pre class="programlisting"> “print-footer” <a href="/
|
2054
|
+
<pre class="programlisting"> “print-footer” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2082
2055
|
<p>Whether to print a footer in each page.</p>
|
2083
2056
|
<p>Note that by default the footer format is unspecified, and if it is
|
2084
2057
|
unspecified the footer will not be printed, regardless of the value of
|
@@ -2087,12 +2060,12 @@ this property.</p>
|
|
2087
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>
|
2088
2061
|
<p>Flags: Read / Write</p>
|
2089
2062
|
<p>Default value: FALSE</p>
|
2090
|
-
<p class="since">Since 2.2</p>
|
2063
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2091
2064
|
</div>
|
2092
2065
|
<hr>
|
2093
2066
|
<div class="refsect2">
|
2094
2067
|
<a name="GtkSourcePrintCompositor--print-header"></a><h3>The <code class="literal">“print-header”</code> property</h3>
|
2095
|
-
<pre class="programlisting"> “print-header” <a href="/
|
2068
|
+
<pre class="programlisting"> “print-header” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2096
2069
|
<p>Whether to print a header in each page.</p>
|
2097
2070
|
<p>Note that by default the header format is unspecified, and if it is
|
2098
2071
|
unspecified the header will not be printed, regardless of the value of
|
@@ -2101,12 +2074,12 @@ this property.</p>
|
|
2101
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>
|
2102
2075
|
<p>Flags: Read / Write</p>
|
2103
2076
|
<p>Default value: FALSE</p>
|
2104
|
-
<p class="since">Since 2.2</p>
|
2077
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2105
2078
|
</div>
|
2106
2079
|
<hr>
|
2107
2080
|
<div class="refsect2">
|
2108
2081
|
<a name="GtkSourcePrintCompositor--print-line-numbers"></a><h3>The <code class="literal">“print-line-numbers”</code> property</h3>
|
2109
|
-
<pre class="programlisting"> “print-line-numbers” <a href="/
|
2082
|
+
<pre class="programlisting"> “print-line-numbers” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2110
2083
|
<p>Interval of printed line numbers. If this property is set to 0 no
|
2111
2084
|
numbers will be printed. If greater than 0, a number will be
|
2112
2085
|
printed every "print-line-numbers" lines (i.e. 1 will print all line numbers).</p>
|
@@ -2115,35 +2088,34 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2115
2088
|
<p>Flags: Read / Write</p>
|
2116
2089
|
<p>Allowed values: <= 100</p>
|
2117
2090
|
<p>Default value: 1</p>
|
2118
|
-
<p class="since">Since 2.2</p>
|
2091
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2119
2092
|
</div>
|
2120
2093
|
<hr>
|
2121
2094
|
<div class="refsect2">
|
2122
2095
|
<a name="GtkSourcePrintCompositor--tab-width"></a><h3>The <code class="literal">“tab-width”</code> property</h3>
|
2123
|
-
<pre class="programlisting"> “tab-width” <a href="/
|
2096
|
+
<pre class="programlisting"> “tab-width” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2124
2097
|
<p>Width of a tab character expressed in spaces.</p>
|
2125
2098
|
<p>The value of this property cannot be changed anymore after the first
|
2126
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>
|
2127
2100
|
<p>Flags: Read / Write</p>
|
2128
2101
|
<p>Allowed values: [1,32]</p>
|
2129
2102
|
<p>Default value: 8</p>
|
2130
|
-
<p class="since">Since 2.2</p>
|
2103
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2131
2104
|
</div>
|
2132
2105
|
<hr>
|
2133
2106
|
<div class="refsect2">
|
2134
2107
|
<a name="GtkSourcePrintCompositor--wrap-mode"></a><h3>The <code class="literal">“wrap-mode”</code> property</h3>
|
2135
|
-
<pre class="programlisting"> “wrap-mode” <a href="
|
2108
|
+
<pre class="programlisting"> “wrap-mode” <a href="/usr/share/gtk-doc/html/gtk3GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></pre>
|
2136
2109
|
<p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
|
2137
2110
|
<p>The value of this property cannot be changed anymore after the first
|
2138
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>
|
2139
2112
|
<p>Flags: Read / Write</p>
|
2140
2113
|
<p>Default value: GTK_WRAP_NONE</p>
|
2141
|
-
<p class="since">Since 2.2</p>
|
2114
|
+
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
2142
2115
|
</div>
|
2143
2116
|
</div>
|
2144
2117
|
</div>
|
2145
2118
|
<div class="footer">
|
2146
|
-
<hr>
|
2147
|
-
Generated by GTK-Doc V1.21.1</div>
|
2119
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
2148
2120
|
</body>
|
2149
2121
|
</html>
|