gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- 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 +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- 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 +13 -7
@@ -3,11 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourcePrintCompositor: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
10
|
-
<link rel="next" href="
|
8
|
+
<link rel="up" href="ch07.html" title="Printing">
|
9
|
+
<link rel="prev" href="ch07.html" title="Printing">
|
10
|
+
<link rel="next" href="ch08.html" title="Search and Replace">
|
11
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>
|
@@ -20,9 +20,9 @@
|
|
20
20
|
<a href="#GtkSourcePrintCompositor.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
24
|
-
<td><a accesskey="p" href="
|
25
|
-
<td><a accesskey="n" href="
|
23
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="ch07.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="ch08.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
28
28
|
<a name="GtkSourcePrintCompositor"></a><div class="titlepage"></div>
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</tr></table></div>
|
36
36
|
<div class="refsect1">
|
37
37
|
<a name="GtkSourcePrintCompositor.functions"></a><h2>Functions</h2>
|
38
|
-
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
39
39
|
<colgroup>
|
40
40
|
<col width="150px" class="functions_return">
|
41
41
|
<col class="functions_name">
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</tr>
|
76
76
|
<tr>
|
77
77
|
<td class="function_type">
|
78
|
-
<a href="
|
78
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="http://developer.gnome.org/
|
94
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextView.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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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>
|
@@ -342,7 +342,7 @@
|
|
342
342
|
</div>
|
343
343
|
<div class="refsect1">
|
344
344
|
<a name="GtkSourcePrintCompositor.properties"></a><h2>Properties</h2>
|
345
|
-
<div class="informaltable"><table border="0">
|
345
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
346
346
|
<colgroup>
|
347
347
|
<col width="150px" class="properties_type">
|
348
348
|
<col width="300px" class="properties_name">
|
@@ -351,7 +351,7 @@
|
|
351
351
|
<tbody>
|
352
352
|
<tr>
|
353
353
|
<td class="property_type">
|
354
|
-
<a href="
|
354
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-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="http://developer.gnome.org/
|
413
|
+
<td class="property_type"><a href="http://developer.gnome.org/gtk4/GtkTextView.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>
|
@@ -419,7 +419,7 @@
|
|
419
419
|
</div>
|
420
420
|
<div class="refsect1">
|
421
421
|
<a name="GtkSourcePrintCompositor.other"></a><h2>Types and Values</h2>
|
422
|
-
<div class="informaltable"><table width="100%" border="0">
|
422
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
423
423
|
<colgroup>
|
424
424
|
<col width="150px" class="name">
|
425
425
|
<col class="description">
|
@@ -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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-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="http://developer.gnome.org/
|
449
|
+
high-level printing API of gtk+, i.e. <a href="http://developer.gnome.org/gtk4/gtk4-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="http://developer.gnome.org/
|
453
|
+
printer cannot print on, defined in the <a href="http://developer.gnome.org/gtk4/GtkPageSetup.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>
|
@@ -465,7 +465,7 @@ gtk_source_print_compositor_new (<em class="parameter"><code><a class="link" hre
|
|
465
465
|
.</p>
|
466
466
|
<div class="refsect3">
|
467
467
|
<a name="gtk-source-print-compositor-new.parameters"></a><h4>Parameters</h4>
|
468
|
-
<div class="informaltable"><table width="100%" border="0">
|
468
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
469
469
|
<colgroup>
|
470
470
|
<col width="150px" class="parameters_name">
|
471
471
|
<col class="parameters_description">
|
@@ -501,7 +501,7 @@ printed output match <em class="parameter"><code>view</code></em>
|
|
501
501
|
<a class="link" href="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-line-numbers" title="The “print-line-numbers” property"><span class="type">“print-line-numbers”</span></a>.</p>
|
502
502
|
<div class="refsect3">
|
503
503
|
<a name="gtk-source-print-compositor-new-from-view.parameters"></a><h4>Parameters</h4>
|
504
|
-
<div class="informaltable"><table width="100%" border="0">
|
504
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
505
505
|
<colgroup>
|
506
506
|
<col width="150px" class="parameters_name">
|
507
507
|
<col class="parameters_description">
|
@@ -531,7 +531,7 @@ object reference is owned by the compositor object and
|
|
531
531
|
should not be unreferenced.</p>
|
532
532
|
<div class="refsect3">
|
533
533
|
<a name="gtk-source-print-compositor-get-buffer.parameters"></a><h4>Parameters</h4>
|
534
|
-
<div class="informaltable"><table width="100%" border="0">
|
534
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
535
535
|
<colgroup>
|
536
536
|
<col width="150px" class="parameters_name">
|
537
537
|
<col class="parameters_description">
|
@@ -557,13 +557,13 @@ should not be unreferenced.</p>
|
|
557
557
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
558
558
|
gtk_source_print_compositor_set_tab_width
|
559
559
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
560
|
-
<em class="parameter"><code><a href="
|
560
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>);</pre>
|
561
561
|
<p>Sets the width of tabulation in characters for printed text.</p>
|
562
562
|
<p>This function cannot be called anymore after the first call to the
|
563
563
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
564
564
|
<div class="refsect3">
|
565
565
|
<a name="gtk-source-print-compositor-set-tab-width.parameters"></a><h4>Parameters</h4>
|
566
|
-
<div class="informaltable"><table width="100%" border="0">
|
566
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
567
567
|
<colgroup>
|
568
568
|
<col width="150px" class="parameters_name">
|
569
569
|
<col class="parameters_description">
|
@@ -588,13 +588,13 @@ gtk_source_print_compositor_set_tab_width
|
|
588
588
|
<hr>
|
589
589
|
<div class="refsect2">
|
590
590
|
<a name="gtk-source-print-compositor-get-tab-width"></a><h3>gtk_source_print_compositor_get_tab_width ()</h3>
|
591
|
-
<pre class="programlisting"><a href="
|
591
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
592
592
|
gtk_source_print_compositor_get_tab_width
|
593
593
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
594
594
|
<p>Returns the width of tabulation in characters for printed text.</p>
|
595
595
|
<div class="refsect3">
|
596
596
|
<a name="gtk-source-print-compositor-get-tab-width.parameters"></a><h4>Parameters</h4>
|
597
|
-
<div class="informaltable"><table width="100%" border="0">
|
597
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
598
598
|
<colgroup>
|
599
599
|
<col width="150px" class="parameters_name">
|
600
600
|
<col class="parameters_description">
|
@@ -619,13 +619,13 @@ gtk_source_print_compositor_get_tab_width
|
|
619
619
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
620
620
|
gtk_source_print_compositor_set_wrap_mode
|
621
621
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
622
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
622
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a> wrap_mode</code></em>);</pre>
|
623
623
|
<p>Sets the line wrapping mode for the printed text.</p>
|
624
624
|
<p>This function cannot be called anymore after the first call to the
|
625
625
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
626
626
|
<div class="refsect3">
|
627
627
|
<a name="gtk-source-print-compositor-set-wrap-mode.parameters"></a><h4>Parameters</h4>
|
628
|
-
<div class="informaltable"><table width="100%" border="0">
|
628
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
629
629
|
<colgroup>
|
630
630
|
<col width="150px" class="parameters_name">
|
631
631
|
<col class="parameters_description">
|
@@ -639,7 +639,7 @@ gtk_source_print_compositor_set_wrap_mode
|
|
639
639
|
</tr>
|
640
640
|
<tr>
|
641
641
|
<td class="parameter_name"><p>wrap_mode</p></td>
|
642
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
642
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a>.</p></td>
|
643
643
|
<td class="parameter_annotations"> </td>
|
644
644
|
</tr>
|
645
645
|
</tbody>
|
@@ -650,13 +650,13 @@ gtk_source_print_compositor_set_wrap_mode
|
|
650
650
|
<hr>
|
651
651
|
<div class="refsect2">
|
652
652
|
<a name="gtk-source-print-compositor-get-wrap-mode"></a><h3>gtk_source_print_compositor_get_wrap_mode ()</h3>
|
653
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
653
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a>
|
654
654
|
gtk_source_print_compositor_get_wrap_mode
|
655
655
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
656
656
|
<p>Gets the line wrapping mode for the printed text.</p>
|
657
657
|
<div class="refsect3">
|
658
658
|
<a name="gtk-source-print-compositor-get-wrap-mode.parameters"></a><h4>Parameters</h4>
|
659
|
-
<div class="informaltable"><table width="100%" border="0">
|
659
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
660
660
|
<colgroup>
|
661
661
|
<col width="150px" class="parameters_name">
|
662
662
|
<col class="parameters_description">
|
@@ -681,14 +681,14 @@ gtk_source_print_compositor_get_wrap_mode
|
|
681
681
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
682
682
|
gtk_source_print_compositor_set_highlight_syntax
|
683
683
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
684
|
-
<em class="parameter"><code><a href="
|
684
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
|
685
685
|
<p>Sets whether the printed text will be highlighted according to the
|
686
686
|
buffer rules. Both color and font style are applied.</p>
|
687
687
|
<p>This function cannot be called anymore after the first call to the
|
688
688
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
689
689
|
<div class="refsect3">
|
690
690
|
<a name="gtk-source-print-compositor-set-highlight-syntax.parameters"></a><h4>Parameters</h4>
|
691
|
-
<div class="informaltable"><table width="100%" border="0">
|
691
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
692
692
|
<colgroup>
|
693
693
|
<col width="150px" class="parameters_name">
|
694
694
|
<col class="parameters_description">
|
@@ -713,7 +713,7 @@ buffer rules. Both color and font style are applied.</p>
|
|
713
713
|
<hr>
|
714
714
|
<div class="refsect2">
|
715
715
|
<a name="gtk-source-print-compositor-get-highlight-syntax"></a><h3>gtk_source_print_compositor_get_highlight_syntax ()</h3>
|
716
|
-
<pre class="programlisting"><a href="
|
716
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
717
717
|
gtk_source_print_compositor_get_highlight_syntax
|
718
718
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
719
719
|
<p>Determines whether the printed text will be highlighted according to the
|
@@ -721,7 +721,7 @@ buffer rules. Note that highlighting will happen
|
|
721
721
|
only if the buffer to print has highlighting activated.</p>
|
722
722
|
<div class="refsect3">
|
723
723
|
<a name="gtk-source-print-compositor-get-highlight-syntax.parameters"></a><h4>Parameters</h4>
|
724
|
-
<div class="informaltable"><table width="100%" border="0">
|
724
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
725
725
|
<colgroup>
|
726
726
|
<col width="150px" class="parameters_name">
|
727
727
|
<col class="parameters_description">
|
@@ -736,7 +736,7 @@ only if the buffer to print has highlighting activated.</p>
|
|
736
736
|
</div>
|
737
737
|
<div class="refsect3">
|
738
738
|
<a name="gtk-source-print-compositor-get-highlight-syntax.returns"></a><h4>Returns</h4>
|
739
|
-
<p> <a href="
|
739
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the printed output will be highlighted.</p>
|
740
740
|
</div>
|
741
741
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
742
742
|
</div>
|
@@ -746,7 +746,7 @@ only if the buffer to print has highlighting activated.</p>
|
|
746
746
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
747
747
|
gtk_source_print_compositor_set_print_line_numbers
|
748
748
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
749
|
-
<em class="parameter"><code><a href="
|
749
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> interval</code></em>);</pre>
|
750
750
|
<p>Sets the interval for printed line numbers. If <em class="parameter"><code>interval</code></em>
|
751
751
|
is 0 no
|
752
752
|
numbers will be printed. If greater than 0, a number will be
|
@@ -758,7 +758,7 @@ printed every <em class="parameter"><code>interval</code></em>
|
|
758
758
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
759
759
|
<div class="refsect3">
|
760
760
|
<a name="gtk-source-print-compositor-set-print-line-numbers.parameters"></a><h4>Parameters</h4>
|
761
|
-
<div class="informaltable"><table width="100%" border="0">
|
761
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
762
762
|
<colgroup>
|
763
763
|
<col width="150px" class="parameters_name">
|
764
764
|
<col class="parameters_description">
|
@@ -783,7 +783,7 @@ printed every <em class="parameter"><code>interval</code></em>
|
|
783
783
|
<hr>
|
784
784
|
<div class="refsect2">
|
785
785
|
<a name="gtk-source-print-compositor-get-print-line-numbers"></a><h3>gtk_source_print_compositor_get_print_line_numbers ()</h3>
|
786
|
-
<pre class="programlisting"><a href="
|
786
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
787
787
|
gtk_source_print_compositor_get_print_line_numbers
|
788
788
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
789
789
|
<p>Returns the interval used for line number printing. If the
|
@@ -791,7 +791,7 @@ value is 0, no line numbers will be printed. The default value is
|
|
791
791
|
1 (i.e. numbers printed in all lines).</p>
|
792
792
|
<div class="refsect3">
|
793
793
|
<a name="gtk-source-print-compositor-get-print-line-numbers.parameters"></a><h4>Parameters</h4>
|
794
|
-
<div class="informaltable"><table width="100%" border="0">
|
794
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
795
795
|
<colgroup>
|
796
796
|
<col width="150px" class="parameters_name">
|
797
797
|
<col class="parameters_description">
|
@@ -816,7 +816,7 @@ value is 0, no line numbers will be printed. The default value is
|
|
816
816
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
817
817
|
gtk_source_print_compositor_set_body_font_name
|
818
818
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
819
|
-
<em class="parameter"><code>const <a href="
|
819
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
820
820
|
<p>Sets the default font for the printed text.</p>
|
821
821
|
<p><em class="parameter"><code>font_name</code></em>
|
822
822
|
should be a
|
@@ -827,7 +827,7 @@ for a description of the format of the string representation.</p>
|
|
827
827
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
828
828
|
<div class="refsect3">
|
829
829
|
<a name="gtk-source-print-compositor-set-body-font-name.parameters"></a><h4>Parameters</h4>
|
830
|
-
<div class="informaltable"><table width="100%" border="0">
|
830
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
831
831
|
<colgroup>
|
832
832
|
<col width="150px" class="parameters_name">
|
833
833
|
<col class="parameters_description">
|
@@ -852,14 +852,14 @@ for a description of the format of the string representation.</p>
|
|
852
852
|
<hr>
|
853
853
|
<div class="refsect2">
|
854
854
|
<a name="gtk-source-print-compositor-get-body-font-name"></a><h3>gtk_source_print_compositor_get_body_font_name ()</h3>
|
855
|
-
<pre class="programlisting"><a href="
|
855
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
856
856
|
gtk_source_print_compositor_get_body_font_name
|
857
857
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
858
858
|
<p>Returns the name of the font used to print the text body. The returned string
|
859
|
-
must be freed with <a href="
|
859
|
+
must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
860
860
|
<div class="refsect3">
|
861
861
|
<a name="gtk-source-print-compositor-get-body-font-name.parameters"></a><h4>Parameters</h4>
|
862
|
-
<div class="informaltable"><table width="100%" border="0">
|
862
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
863
863
|
<colgroup>
|
864
864
|
<col width="150px" class="parameters_name">
|
865
865
|
<col class="parameters_description">
|
@@ -885,9 +885,9 @@ text body.</p>
|
|
885
885
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
886
886
|
gtk_source_print_compositor_set_line_numbers_font_name
|
887
887
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
888
|
-
<em class="parameter"><code>const <a href="
|
888
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
889
889
|
<p>Sets the font for printing line numbers on the left margin. If
|
890
|
-
<a href="
|
890
|
+
<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 supplied, the default font (i.e. the one being used for the
|
891
891
|
text) will be used instead.</p>
|
892
892
|
<p><em class="parameter"><code>font_name</code></em>
|
893
893
|
should be a
|
@@ -898,7 +898,7 @@ for a description of the format of the string representation.</p>
|
|
898
898
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
899
899
|
<div class="refsect3">
|
900
900
|
<a name="gtk-source-print-compositor-set-line-numbers-font-name.parameters"></a><h4>Parameters</h4>
|
901
|
-
<div class="informaltable"><table width="100%" border="0">
|
901
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
902
902
|
<colgroup>
|
903
903
|
<col width="150px" class="parameters_name">
|
904
904
|
<col class="parameters_description">
|
@@ -912,8 +912,8 @@ for a description of the format of the string representation.</p>
|
|
912
912
|
</tr>
|
913
913
|
<tr>
|
914
914
|
<td class="parameter_name"><p>font_name</p></td>
|
915
|
-
<td class="parameter_description"><p> the name of the font for line numbers, or <a href="
|
916
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
915
|
+
<td class="parameter_description"><p> the name of the font for line numbers, or <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>. </p></td>
|
916
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
917
917
|
</tr>
|
918
918
|
</tbody>
|
919
919
|
</table></div>
|
@@ -923,14 +923,14 @@ for a description of the format of the string representation.</p>
|
|
923
923
|
<hr>
|
924
924
|
<div class="refsect2">
|
925
925
|
<a name="gtk-source-print-compositor-get-line-numbers-font-name"></a><h3>gtk_source_print_compositor_get_line_numbers_font_name ()</h3>
|
926
|
-
<pre class="programlisting"><a href="
|
926
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
927
927
|
gtk_source_print_compositor_get_line_numbers_font_name
|
928
928
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
929
929
|
<p>Returns the name of the font used to print line numbers on the left margin.
|
930
|
-
The returned string must be freed with <a href="
|
930
|
+
The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
931
931
|
<div class="refsect3">
|
932
932
|
<a name="gtk-source-print-compositor-get-line-numbers-font-name.parameters"></a><h4>Parameters</h4>
|
933
|
-
<div class="informaltable"><table width="100%" border="0">
|
933
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
934
934
|
<colgroup>
|
935
935
|
<col width="150px" class="parameters_name">
|
936
936
|
<col class="parameters_description">
|
@@ -956,9 +956,9 @@ line numbers on the left margin.</p>
|
|
956
956
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
957
957
|
gtk_source_print_compositor_set_header_font_name
|
958
958
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
959
|
-
<em class="parameter"><code>const <a href="
|
959
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
960
960
|
<p>Sets the font for printing the page header. If
|
961
|
-
<a href="
|
961
|
+
<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 supplied, the default font (i.e. the one being used for the
|
962
962
|
text) will be used instead.</p>
|
963
963
|
<p><em class="parameter"><code>font_name</code></em>
|
964
964
|
should be a
|
@@ -969,7 +969,7 @@ for a description of the format of the string representation.</p>
|
|
969
969
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
970
970
|
<div class="refsect3">
|
971
971
|
<a name="gtk-source-print-compositor-set-header-font-name.parameters"></a><h4>Parameters</h4>
|
972
|
-
<div class="informaltable"><table width="100%" border="0">
|
972
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
973
973
|
<colgroup>
|
974
974
|
<col width="150px" class="parameters_name">
|
975
975
|
<col class="parameters_description">
|
@@ -983,8 +983,8 @@ for a description of the format of the string representation.</p>
|
|
983
983
|
</tr>
|
984
984
|
<tr>
|
985
985
|
<td class="parameter_name"><p>font_name</p></td>
|
986
|
-
<td class="parameter_description"><p> the name of the font for header text, or <a href="
|
987
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
986
|
+
<td class="parameter_description"><p> the name of the font for header text, or <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>. </p></td>
|
987
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
988
988
|
</tr>
|
989
989
|
</tbody>
|
990
990
|
</table></div>
|
@@ -994,14 +994,14 @@ for a description of the format of the string representation.</p>
|
|
994
994
|
<hr>
|
995
995
|
<div class="refsect2">
|
996
996
|
<a name="gtk-source-print-compositor-get-header-font-name"></a><h3>gtk_source_print_compositor_get_header_font_name ()</h3>
|
997
|
-
<pre class="programlisting"><a href="
|
997
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
998
998
|
gtk_source_print_compositor_get_header_font_name
|
999
999
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1000
1000
|
<p>Returns the name of the font used to print the page header.
|
1001
|
-
The returned string must be freed with <a href="
|
1001
|
+
The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1002
1002
|
<div class="refsect3">
|
1003
1003
|
<a name="gtk-source-print-compositor-get-header-font-name.parameters"></a><h4>Parameters</h4>
|
1004
|
-
<div class="informaltable"><table width="100%" border="0">
|
1004
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1005
1005
|
<colgroup>
|
1006
1006
|
<col width="150px" class="parameters_name">
|
1007
1007
|
<col class="parameters_description">
|
@@ -1027,9 +1027,9 @@ the page header.</p>
|
|
1027
1027
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1028
1028
|
gtk_source_print_compositor_set_footer_font_name
|
1029
1029
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1030
|
-
<em class="parameter"><code>const <a href="
|
1030
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *font_name</code></em>);</pre>
|
1031
1031
|
<p>Sets the font for printing the page footer. If
|
1032
|
-
<a href="
|
1032
|
+
<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 supplied, the default font (i.e. the one being used for the
|
1033
1033
|
text) will be used instead.</p>
|
1034
1034
|
<p><em class="parameter"><code>font_name</code></em>
|
1035
1035
|
should be a
|
@@ -1040,7 +1040,7 @@ for a description of the format of the string representation.</p>
|
|
1040
1040
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
1041
1041
|
<div class="refsect3">
|
1042
1042
|
<a name="gtk-source-print-compositor-set-footer-font-name.parameters"></a><h4>Parameters</h4>
|
1043
|
-
<div class="informaltable"><table width="100%" border="0">
|
1043
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1044
1044
|
<colgroup>
|
1045
1045
|
<col width="150px" class="parameters_name">
|
1046
1046
|
<col class="parameters_description">
|
@@ -1054,8 +1054,8 @@ for a description of the format of the string representation.</p>
|
|
1054
1054
|
</tr>
|
1055
1055
|
<tr>
|
1056
1056
|
<td class="parameter_name"><p>font_name</p></td>
|
1057
|
-
<td class="parameter_description"><p> the name of the font for the footer text, or <a href="
|
1058
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1057
|
+
<td class="parameter_description"><p> the name of the font for the footer text, or <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>. </p></td>
|
1058
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1059
1059
|
</tr>
|
1060
1060
|
</tbody>
|
1061
1061
|
</table></div>
|
@@ -1065,14 +1065,14 @@ for a description of the format of the string representation.</p>
|
|
1065
1065
|
<hr>
|
1066
1066
|
<div class="refsect2">
|
1067
1067
|
<a name="gtk-source-print-compositor-get-footer-font-name"></a><h3>gtk_source_print_compositor_get_footer_font_name ()</h3>
|
1068
|
-
<pre class="programlisting"><a href="
|
1068
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1069
1069
|
gtk_source_print_compositor_get_footer_font_name
|
1070
1070
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1071
1071
|
<p>Returns the name of the font used to print the page footer.
|
1072
|
-
The returned string must be freed with <a href="
|
1072
|
+
The returned string must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1073
1073
|
<div class="refsect3">
|
1074
1074
|
<a name="gtk-source-print-compositor-get-footer-font-name.parameters"></a><h4>Parameters</h4>
|
1075
|
-
<div class="informaltable"><table width="100%" border="0">
|
1075
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1076
1076
|
<colgroup>
|
1077
1077
|
<col width="150px" class="parameters_name">
|
1078
1078
|
<col class="parameters_description">
|
@@ -1095,15 +1095,15 @@ the page footer.</p>
|
|
1095
1095
|
<hr>
|
1096
1096
|
<div class="refsect2">
|
1097
1097
|
<a name="gtk-source-print-compositor-get-top-margin"></a><h3>gtk_source_print_compositor_get_top_margin ()</h3>
|
1098
|
-
<pre class="programlisting"><a href="
|
1098
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1099
1099
|
gtk_source_print_compositor_get_top_margin
|
1100
1100
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1101
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1101
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1102
1102
|
<p>Gets the top margin in units of <em class="parameter"><code>unit</code></em>
|
1103
1103
|
.</p>
|
1104
1104
|
<div class="refsect3">
|
1105
1105
|
<a name="gtk-source-print-compositor-get-top-margin.parameters"></a><h4>Parameters</h4>
|
1106
|
-
<div class="informaltable"><table width="100%" border="0">
|
1106
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1107
1107
|
<colgroup>
|
1108
1108
|
<col width="150px" class="parameters_name">
|
1109
1109
|
<col class="parameters_description">
|
@@ -1135,13 +1135,13 @@ gtk_source_print_compositor_get_top_margin
|
|
1135
1135
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1136
1136
|
gtk_source_print_compositor_set_top_margin
|
1137
1137
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1138
|
-
<em class="parameter"><code><a href="
|
1139
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1138
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1139
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1140
1140
|
<p>Sets the top margin used by <em class="parameter"><code>compositor</code></em>
|
1141
1141
|
.</p>
|
1142
1142
|
<div class="refsect3">
|
1143
1143
|
<a name="gtk-source-print-compositor-set-top-margin.parameters"></a><h4>Parameters</h4>
|
1144
|
-
<div class="informaltable"><table width="100%" border="0">
|
1144
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1145
1145
|
<colgroup>
|
1146
1146
|
<col width="150px" class="parameters_name">
|
1147
1147
|
<col class="parameters_description">
|
@@ -1173,15 +1173,15 @@ gtk_source_print_compositor_set_top_margin
|
|
1173
1173
|
<hr>
|
1174
1174
|
<div class="refsect2">
|
1175
1175
|
<a name="gtk-source-print-compositor-get-bottom-margin"></a><h3>gtk_source_print_compositor_get_bottom_margin ()</h3>
|
1176
|
-
<pre class="programlisting"><a href="
|
1176
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1177
1177
|
gtk_source_print_compositor_get_bottom_margin
|
1178
1178
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1179
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1179
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1180
1180
|
<p>Gets the bottom margin in units of <em class="parameter"><code>unit</code></em>
|
1181
1181
|
.</p>
|
1182
1182
|
<div class="refsect3">
|
1183
1183
|
<a name="gtk-source-print-compositor-get-bottom-margin.parameters"></a><h4>Parameters</h4>
|
1184
|
-
<div class="informaltable"><table width="100%" border="0">
|
1184
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1185
1185
|
<colgroup>
|
1186
1186
|
<col width="150px" class="parameters_name">
|
1187
1187
|
<col class="parameters_description">
|
@@ -1213,13 +1213,13 @@ gtk_source_print_compositor_get_bottom_margin
|
|
1213
1213
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1214
1214
|
gtk_source_print_compositor_set_bottom_margin
|
1215
1215
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1216
|
-
<em class="parameter"><code><a href="
|
1217
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1216
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1217
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1218
1218
|
<p>Sets the bottom margin used by <em class="parameter"><code>compositor</code></em>
|
1219
1219
|
.</p>
|
1220
1220
|
<div class="refsect3">
|
1221
1221
|
<a name="gtk-source-print-compositor-set-bottom-margin.parameters"></a><h4>Parameters</h4>
|
1222
|
-
<div class="informaltable"><table width="100%" border="0">
|
1222
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1223
1223
|
<colgroup>
|
1224
1224
|
<col width="150px" class="parameters_name">
|
1225
1225
|
<col class="parameters_description">
|
@@ -1251,15 +1251,15 @@ gtk_source_print_compositor_set_bottom_margin
|
|
1251
1251
|
<hr>
|
1252
1252
|
<div class="refsect2">
|
1253
1253
|
<a name="gtk-source-print-compositor-get-left-margin"></a><h3>gtk_source_print_compositor_get_left_margin ()</h3>
|
1254
|
-
<pre class="programlisting"><a href="
|
1254
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1255
1255
|
gtk_source_print_compositor_get_left_margin
|
1256
1256
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1257
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1257
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1258
1258
|
<p>Gets the left margin in units of <em class="parameter"><code>unit</code></em>
|
1259
1259
|
.</p>
|
1260
1260
|
<div class="refsect3">
|
1261
1261
|
<a name="gtk-source-print-compositor-get-left-margin.parameters"></a><h4>Parameters</h4>
|
1262
|
-
<div class="informaltable"><table width="100%" border="0">
|
1262
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1263
1263
|
<colgroup>
|
1264
1264
|
<col width="150px" class="parameters_name">
|
1265
1265
|
<col class="parameters_description">
|
@@ -1291,13 +1291,13 @@ gtk_source_print_compositor_get_left_margin
|
|
1291
1291
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1292
1292
|
gtk_source_print_compositor_set_left_margin
|
1293
1293
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1294
|
-
<em class="parameter"><code><a href="
|
1295
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1294
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1295
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1296
1296
|
<p>Sets the left margin used by <em class="parameter"><code>compositor</code></em>
|
1297
1297
|
.</p>
|
1298
1298
|
<div class="refsect3">
|
1299
1299
|
<a name="gtk-source-print-compositor-set-left-margin.parameters"></a><h4>Parameters</h4>
|
1300
|
-
<div class="informaltable"><table width="100%" border="0">
|
1300
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1301
1301
|
<colgroup>
|
1302
1302
|
<col width="150px" class="parameters_name">
|
1303
1303
|
<col class="parameters_description">
|
@@ -1329,15 +1329,15 @@ gtk_source_print_compositor_set_left_margin
|
|
1329
1329
|
<hr>
|
1330
1330
|
<div class="refsect2">
|
1331
1331
|
<a name="gtk-source-print-compositor-get-right-margin"></a><h3>gtk_source_print_compositor_get_right_margin ()</h3>
|
1332
|
-
<pre class="programlisting"><a href="
|
1332
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1333
1333
|
gtk_source_print_compositor_get_right_margin
|
1334
1334
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1335
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1335
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1336
1336
|
<p>Gets the right margin in units of <em class="parameter"><code>unit</code></em>
|
1337
1337
|
.</p>
|
1338
1338
|
<div class="refsect3">
|
1339
1339
|
<a name="gtk-source-print-compositor-get-right-margin.parameters"></a><h4>Parameters</h4>
|
1340
|
-
<div class="informaltable"><table width="100%" border="0">
|
1340
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1341
1341
|
<colgroup>
|
1342
1342
|
<col width="150px" class="parameters_name">
|
1343
1343
|
<col class="parameters_description">
|
@@ -1369,13 +1369,13 @@ gtk_source_print_compositor_get_right_margin
|
|
1369
1369
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1370
1370
|
gtk_source_print_compositor_set_right_margin
|
1371
1371
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1372
|
-
<em class="parameter"><code><a href="
|
1373
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1372
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
|
1373
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPaperSize.html#GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
1374
1374
|
<p>Sets the right margin used by <em class="parameter"><code>compositor</code></em>
|
1375
1375
|
.</p>
|
1376
1376
|
<div class="refsect3">
|
1377
1377
|
<a name="gtk-source-print-compositor-set-right-margin.parameters"></a><h4>Parameters</h4>
|
1378
|
-
<div class="informaltable"><table width="100%" border="0">
|
1378
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1379
1379
|
<colgroup>
|
1380
1380
|
<col width="150px" class="parameters_name">
|
1381
1381
|
<col class="parameters_description">
|
@@ -1410,7 +1410,7 @@ gtk_source_print_compositor_set_right_margin
|
|
1410
1410
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1411
1411
|
gtk_source_print_compositor_set_print_header
|
1412
1412
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1413
|
-
<em class="parameter"><code><a href="
|
1413
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> print</code></em>);</pre>
|
1414
1414
|
<p>Sets whether you want to print a header in each page. The
|
1415
1415
|
header consists of three pieces of text and an optional line
|
1416
1416
|
separator, configurable with
|
@@ -1421,7 +1421,7 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1421
1421
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
1422
1422
|
<div class="refsect3">
|
1423
1423
|
<a name="gtk-source-print-compositor-set-print-header.parameters"></a><h4>Parameters</h4>
|
1424
|
-
<div class="informaltable"><table width="100%" border="0">
|
1424
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1425
1425
|
<colgroup>
|
1426
1426
|
<col width="150px" class="parameters_name">
|
1427
1427
|
<col class="parameters_description">
|
@@ -1435,7 +1435,7 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1435
1435
|
</tr>
|
1436
1436
|
<tr>
|
1437
1437
|
<td class="parameter_name"><p>print</p></td>
|
1438
|
-
<td class="parameter_description"><p><a href="
|
1438
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the header to be printed.</p></td>
|
1439
1439
|
<td class="parameter_annotations"> </td>
|
1440
1440
|
</tr>
|
1441
1441
|
</tbody>
|
@@ -1446,16 +1446,16 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1446
1446
|
<hr>
|
1447
1447
|
<div class="refsect2">
|
1448
1448
|
<a name="gtk-source-print-compositor-get-print-header"></a><h3>gtk_source_print_compositor_get_print_header ()</h3>
|
1449
|
-
<pre class="programlisting"><a href="
|
1449
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1450
1450
|
gtk_source_print_compositor_get_print_header
|
1451
1451
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1452
1452
|
<p>Determines if a header is set to be printed for each page. A
|
1453
|
-
header will be printed if this function returns <a href="
|
1453
|
+
header will be printed if this function returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
1454
1454
|
<span class="emphasis"><em>and</em></span> some format strings have been specified
|
1455
1455
|
with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-format" title="gtk_source_print_compositor_set_header_format ()"><code class="function">gtk_source_print_compositor_set_header_format()</code></a>.</p>
|
1456
1456
|
<div class="refsect3">
|
1457
1457
|
<a name="gtk-source-print-compositor-get-print-header.parameters"></a><h4>Parameters</h4>
|
1458
|
-
<div class="informaltable"><table width="100%" border="0">
|
1458
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1459
1459
|
<colgroup>
|
1460
1460
|
<col width="150px" class="parameters_name">
|
1461
1461
|
<col class="parameters_description">
|
@@ -1470,7 +1470,7 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1470
1470
|
</div>
|
1471
1471
|
<div class="refsect3">
|
1472
1472
|
<a name="gtk-source-print-compositor-get-print-header.returns"></a><h4>Returns</h4>
|
1473
|
-
<p> <a href="
|
1473
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the header is set to be printed.</p>
|
1474
1474
|
</div>
|
1475
1475
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1476
1476
|
</div>
|
@@ -1480,7 +1480,7 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1480
1480
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1481
1481
|
gtk_source_print_compositor_set_print_footer
|
1482
1482
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1483
|
-
<em class="parameter"><code><a href="
|
1483
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> print</code></em>);</pre>
|
1484
1484
|
<p>Sets whether you want to print a footer in each page. The
|
1485
1485
|
footer consists of three pieces of text and an optional line
|
1486
1486
|
separator, configurable with
|
@@ -1491,7 +1491,7 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1491
1491
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
1492
1492
|
<div class="refsect3">
|
1493
1493
|
<a name="gtk-source-print-compositor-set-print-footer.parameters"></a><h4>Parameters</h4>
|
1494
|
-
<div class="informaltable"><table width="100%" border="0">
|
1494
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1495
1495
|
<colgroup>
|
1496
1496
|
<col width="150px" class="parameters_name">
|
1497
1497
|
<col class="parameters_description">
|
@@ -1505,7 +1505,7 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1505
1505
|
</tr>
|
1506
1506
|
<tr>
|
1507
1507
|
<td class="parameter_name"><p>print</p></td>
|
1508
|
-
<td class="parameter_description"><p><a href="
|
1508
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want the footer to be printed.</p></td>
|
1509
1509
|
<td class="parameter_annotations"> </td>
|
1510
1510
|
</tr>
|
1511
1511
|
</tbody>
|
@@ -1516,16 +1516,16 @@ empty it will not be printed, regardless of this setting.</p>
|
|
1516
1516
|
<hr>
|
1517
1517
|
<div class="refsect2">
|
1518
1518
|
<a name="gtk-source-print-compositor-get-print-footer"></a><h3>gtk_source_print_compositor_get_print_footer ()</h3>
|
1519
|
-
<pre class="programlisting"><a href="
|
1519
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1520
1520
|
gtk_source_print_compositor_get_print_footer
|
1521
1521
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1522
1522
|
<p>Determines if a footer is set to be printed for each page. A
|
1523
|
-
footer will be printed if this function returns <a href="
|
1523
|
+
footer will be printed if this function returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
1524
1524
|
<span class="emphasis"><em>and</em></span> some format strings have been specified
|
1525
1525
|
with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-format" title="gtk_source_print_compositor_set_footer_format ()"><code class="function">gtk_source_print_compositor_set_footer_format()</code></a>.</p>
|
1526
1526
|
<div class="refsect3">
|
1527
1527
|
<a name="gtk-source-print-compositor-get-print-footer.parameters"></a><h4>Parameters</h4>
|
1528
|
-
<div class="informaltable"><table width="100%" border="0">
|
1528
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1529
1529
|
<colgroup>
|
1530
1530
|
<col width="150px" class="parameters_name">
|
1531
1531
|
<col class="parameters_description">
|
@@ -1540,7 +1540,7 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1540
1540
|
</div>
|
1541
1541
|
<div class="refsect3">
|
1542
1542
|
<a name="gtk-source-print-compositor-get-print-footer.returns"></a><h4>Returns</h4>
|
1543
|
-
<p> <a href="
|
1543
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the footer is set to be printed.</p>
|
1544
1544
|
</div>
|
1545
1545
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1546
1546
|
</div>
|
@@ -1550,14 +1550,14 @@ with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compos
|
|
1550
1550
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1551
1551
|
gtk_source_print_compositor_set_header_format
|
1552
1552
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1553
|
-
<em class="parameter"><code><a href="
|
1554
|
-
<em class="parameter"><code>const <a href="
|
1555
|
-
<em class="parameter"><code>const <a href="
|
1556
|
-
<em class="parameter"><code>const <a href="
|
1553
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> separator</code></em>,
|
1554
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *left</code></em>,
|
1555
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *center</code></em>,
|
1556
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *right</code></em>);</pre>
|
1557
1557
|
<p>Sets strftime like header format strings, to be printed on the
|
1558
1558
|
left, center and right of the top of each page. The strings may
|
1559
1559
|
include strftime(3) codes which will be expanded at print time.
|
1560
|
-
A subset of <code class="function">strftime()</code> codes are accepted, see <a href="
|
1560
|
+
A subset of <code class="function">strftime()</code> codes are accepted, see <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html#g-date-time-format"><code class="function">g_date_time_format()</code></a>
|
1561
1561
|
for more details on the accepted format specifiers.
|
1562
1562
|
Additionally the following format specifiers are accepted:</p>
|
1563
1563
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
@@ -1567,7 +1567,7 @@ Additionally the following format specifiers are accepted:</p>
|
|
1567
1567
|
<p><em class="parameter"><code>separator</code></em>
|
1568
1568
|
specifies if a solid line should be drawn to separate
|
1569
1569
|
the header from the document text.</p>
|
1570
|
-
<p>If <a href="
|
1570
|
+
<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
|
1571
1571
|
string will not be printed.</p>
|
1572
1572
|
<p>For the header to be printed, in
|
1573
1573
|
addition to specifying format strings, you need to enable header
|
@@ -1576,7 +1576,7 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1576
1576
|
<a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> function.</p>
|
1577
1577
|
<div class="refsect3">
|
1578
1578
|
<a name="gtk-source-print-compositor-set-header-format.parameters"></a><h4>Parameters</h4>
|
1579
|
-
<div class="informaltable"><table width="100%" border="0">
|
1579
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1580
1580
|
<colgroup>
|
1581
1581
|
<col width="150px" class="parameters_name">
|
1582
1582
|
<col class="parameters_description">
|
@@ -1590,23 +1590,23 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1590
1590
|
</tr>
|
1591
1591
|
<tr>
|
1592
1592
|
<td class="parameter_name"><p>separator</p></td>
|
1593
|
-
<td class="parameter_description"><p><a href="
|
1593
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want a separator line to be printed.</p></td>
|
1594
1594
|
<td class="parameter_annotations"> </td>
|
1595
1595
|
</tr>
|
1596
1596
|
<tr>
|
1597
1597
|
<td class="parameter_name"><p>left</p></td>
|
1598
1598
|
<td class="parameter_description"><p> a format string to print on the left of the header. </p></td>
|
1599
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1599
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1600
1600
|
</tr>
|
1601
1601
|
<tr>
|
1602
1602
|
<td class="parameter_name"><p>center</p></td>
|
1603
1603
|
<td class="parameter_description"><p> a format string to print on the center of the header. </p></td>
|
1604
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1604
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1605
1605
|
</tr>
|
1606
1606
|
<tr>
|
1607
1607
|
<td class="parameter_name"><p>right</p></td>
|
1608
1608
|
<td class="parameter_description"><p> a format string to print on the right of the header. </p></td>
|
1609
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1609
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1610
1610
|
</tr>
|
1611
1611
|
</tbody>
|
1612
1612
|
</table></div>
|
@@ -1619,15 +1619,15 @@ printing with <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-pri
|
|
1619
1619
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1620
1620
|
gtk_source_print_compositor_set_footer_format
|
1621
1621
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1622
|
-
<em class="parameter"><code><a href="
|
1623
|
-
<em class="parameter"><code>const <a href="
|
1624
|
-
<em class="parameter"><code>const <a href="
|
1625
|
-
<em class="parameter"><code>const <a href="
|
1622
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> separator</code></em>,
|
1623
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *left</code></em>,
|
1624
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *center</code></em>,
|
1625
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *right</code></em>);</pre>
|
1626
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
1627
|
about the parameters.</p>
|
1628
1628
|
<div class="refsect3">
|
1629
1629
|
<a name="gtk-source-print-compositor-set-footer-format.parameters"></a><h4>Parameters</h4>
|
1630
|
-
<div class="informaltable"><table width="100%" border="0">
|
1630
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1631
1631
|
<colgroup>
|
1632
1632
|
<col width="150px" class="parameters_name">
|
1633
1633
|
<col class="parameters_description">
|
@@ -1641,23 +1641,23 @@ about the parameters.</p>
|
|
1641
1641
|
</tr>
|
1642
1642
|
<tr>
|
1643
1643
|
<td class="parameter_name"><p>separator</p></td>
|
1644
|
-
<td class="parameter_description"><p><a href="
|
1644
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want a separator line to be printed.</p></td>
|
1645
1645
|
<td class="parameter_annotations"> </td>
|
1646
1646
|
</tr>
|
1647
1647
|
<tr>
|
1648
1648
|
<td class="parameter_name"><p>left</p></td>
|
1649
1649
|
<td class="parameter_description"><p> a format string to print on the left of the footer. </p></td>
|
1650
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1650
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1651
1651
|
</tr>
|
1652
1652
|
<tr>
|
1653
1653
|
<td class="parameter_name"><p>center</p></td>
|
1654
1654
|
<td class="parameter_description"><p> a format string to print on the center of the footer. </p></td>
|
1655
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1655
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1656
1656
|
</tr>
|
1657
1657
|
<tr>
|
1658
1658
|
<td class="parameter_name"><p>right</p></td>
|
1659
1659
|
<td class="parameter_description"><p> a format string to print on the right of the footer. </p></td>
|
1660
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1660
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1661
1661
|
</tr>
|
1662
1662
|
</tbody>
|
1663
1663
|
</table></div>
|
@@ -1667,14 +1667,14 @@ about the parameters.</p>
|
|
1667
1667
|
<hr>
|
1668
1668
|
<div class="refsect2">
|
1669
1669
|
<a name="gtk-source-print-compositor-get-n-pages"></a><h3>gtk_source_print_compositor_get_n_pages ()</h3>
|
1670
|
-
<pre class="programlisting"><a href="
|
1670
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1671
1671
|
gtk_source_print_compositor_get_n_pages
|
1672
1672
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1673
1673
|
<p>Returns the number of pages in the document or <code class="code">-1</code> if the
|
1674
1674
|
document has not been completely paginated.</p>
|
1675
1675
|
<div class="refsect3">
|
1676
1676
|
<a name="gtk-source-print-compositor-get-n-pages.parameters"></a><h4>Parameters</h4>
|
1677
|
-
<div class="informaltable"><table width="100%" border="0">
|
1677
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1678
1678
|
<colgroup>
|
1679
1679
|
<col width="150px" class="parameters_name">
|
1680
1680
|
<col class="parameters_description">
|
@@ -1697,17 +1697,17 @@ document has not been completely paginated.</p>
|
|
1697
1697
|
<hr>
|
1698
1698
|
<div class="refsect2">
|
1699
1699
|
<a name="gtk-source-print-compositor-paginate"></a><h3>gtk_source_print_compositor_paginate ()</h3>
|
1700
|
-
<pre class="programlisting"><a href="
|
1700
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1701
1701
|
gtk_source_print_compositor_paginate (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1702
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1702
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> *context</code></em>);</pre>
|
1703
1703
|
<p>Paginate the document associated with the <em class="parameter"><code>compositor</code></em>
|
1704
1704
|
.</p>
|
1705
1705
|
<p>In order to support non-blocking pagination, document is paginated in small chunks.
|
1706
1706
|
Each time <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a> is invoked, a chunk of the document
|
1707
1707
|
is paginated. To paginate the entire document, <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" title="gtk_source_print_compositor_paginate ()"><code class="function">gtk_source_print_compositor_paginate()</code></a>
|
1708
1708
|
must be invoked multiple times.
|
1709
|
-
It returns <a href="
|
1710
|
-
<p>This method has been designed to be invoked in the handler of the <a href="http://developer.gnome.org/
|
1709
|
+
It returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, otherwise it returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
1710
|
+
<p>This method has been designed to be invoked in the handler of the <a href="http://developer.gnome.org/gtk4/gtk4-High-level-Printing-API.html#GtkPrintOperation-paginate"><span class="type">“paginate”</span></a> signal,
|
1711
1711
|
as shown in the following example:</p>
|
1712
1712
|
<div class="informalexample">
|
1713
1713
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -1738,7 +1738,7 @@ as shown in the following example:</p>
|
|
1738
1738
|
23</pre></td>
|
1739
1739
|
<td class="listing_code"><pre class="programlisting"><span class="comment">// Signal handler for the GtkPrintOperation::paginate signal</span>
|
1740
1740
|
|
1741
|
-
<span class="keyword">static</span><span class="normal"> <a href="
|
1741
|
+
<span class="keyword">static</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean">gboolean</a></span>
|
1742
1742
|
<span class="function">paginate</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GtkPrintOperation</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">operation</span><span class="symbol">,</span>
|
1743
1743
|
<span class="normal"> </span><span class="usertype">GtkPrintContext</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">context</span><span class="symbol">,</span>
|
1744
1744
|
<span class="normal"> </span><span class="usertype">gpointer</span><span class="normal"> user_data</span><span class="symbol">)</span>
|
@@ -1752,12 +1752,12 @@ as shown in the following example:</p>
|
|
1752
1752
|
<span class="normal"> </span><span class="usertype">gint</span><span class="normal"> n_pages</span><span class="symbol">;</span>
|
1753
1753
|
|
1754
1754
|
<span class="normal"> n_pages </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages">gtk_source_print_compositor_get_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">);</span>
|
1755
|
-
<span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/
|
1755
|
+
<span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk4/gtk4-High-level-Printing-API.html#gtk-print-operation-set-n-pages">gtk_print_operation_set_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
|
1756
1756
|
|
1757
|
-
<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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS">TRUE</a></span><span class="symbol">;</span>
|
1758
1758
|
<span class="normal"> </span><span class="cbracket">}</span>
|
1759
1759
|
|
1760
|
-
<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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">;</span>
|
1761
1761
|
<span class="cbracket">}</span></pre></td>
|
1762
1762
|
</tr>
|
1763
1763
|
</tbody>
|
@@ -1765,7 +1765,7 @@ as shown in the following example:</p>
|
|
1765
1765
|
</div>
|
1766
1766
|
|
1767
1767
|
<p>If you don't need to do pagination in chunks, you can simply do it all in the
|
1768
|
-
<a href="http://developer.gnome.org/
|
1768
|
+
<a href="http://developer.gnome.org/gtk4/gtk4-High-level-Printing-API.html#GtkPrintOperation-begin-print"><span class="type">“begin-print”</span></a> handler, and set the number of pages from there, like
|
1769
1769
|
in the following example:</p>
|
1770
1770
|
<div class="informalexample">
|
1771
1771
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -1803,7 +1803,7 @@ in the following example:</p>
|
|
1803
1803
|
<span class="normal"> </span><span class="keyword">while</span><span class="normal"> </span><span class="symbol">(!</span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate">gtk_source_print_compositor_paginate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">));</span>
|
1804
1804
|
|
1805
1805
|
<span class="normal"> n_pages </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages">gtk_source_print_compositor_get_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">compositor</span><span class="symbol">);</span>
|
1806
|
-
<span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/
|
1806
|
+
<span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk4/gtk4-High-level-Printing-API.html#gtk-print-operation-set-n-pages">gtk_print_operation_set_n_pages</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">operation</span><span class="symbol">,</span><span class="normal"> n_pages</span><span class="symbol">);</span>
|
1807
1807
|
<span class="cbracket">}</span></pre></td>
|
1808
1808
|
</tr>
|
1809
1809
|
</tbody>
|
@@ -1812,7 +1812,7 @@ in the following example:</p>
|
|
1812
1812
|
|
1813
1813
|
<div class="refsect3">
|
1814
1814
|
<a name="gtk-source-print-compositor-paginate.parameters"></a><h4>Parameters</h4>
|
1815
|
-
<div class="informaltable"><table width="100%" border="0">
|
1815
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1816
1816
|
<colgroup>
|
1817
1817
|
<col width="150px" class="parameters_name">
|
1818
1818
|
<col class="parameters_description">
|
@@ -1826,7 +1826,7 @@ in the following example:</p>
|
|
1826
1826
|
</tr>
|
1827
1827
|
<tr>
|
1828
1828
|
<td class="parameter_name"><p>context</p></td>
|
1829
|
-
<td class="parameter_description"><p>the <a href="http://developer.gnome.org/
|
1829
|
+
<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gtk4/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> whose parameters (e.g. paper size, print margins, etc.)
|
1830
1830
|
are used by the the <em class="parameter"><code>compositor</code></em>
|
1831
1831
|
to paginate the document.</p></td>
|
1832
1832
|
<td class="parameter_annotations"> </td>
|
@@ -1836,20 +1836,20 @@ to paginate the document.</p></td>
|
|
1836
1836
|
</div>
|
1837
1837
|
<div class="refsect3">
|
1838
1838
|
<a name="gtk-source-print-compositor-paginate.returns"></a><h4>Returns</h4>
|
1839
|
-
<p> <a href="
|
1839
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the document has been completely paginated, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
1840
1840
|
</div>
|
1841
1841
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1842
1842
|
</div>
|
1843
1843
|
<hr>
|
1844
1844
|
<div class="refsect2">
|
1845
1845
|
<a name="gtk-source-print-compositor-get-pagination-progress"></a><h3>gtk_source_print_compositor_get_pagination_progress ()</h3>
|
1846
|
-
<pre class="programlisting"><a href="
|
1846
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1847
1847
|
gtk_source_print_compositor_get_pagination_progress
|
1848
1848
|
(<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>);</pre>
|
1849
1849
|
<p>Returns the current fraction of the document pagination that has been completed.</p>
|
1850
1850
|
<div class="refsect3">
|
1851
1851
|
<a name="gtk-source-print-compositor-get-pagination-progress.parameters"></a><h4>Parameters</h4>
|
1852
|
-
<div class="informaltable"><table width="100%" border="0">
|
1852
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1853
1853
|
<colgroup>
|
1854
1854
|
<col width="150px" class="parameters_name">
|
1855
1855
|
<col class="parameters_description">
|
@@ -1873,12 +1873,12 @@ gtk_source_print_compositor_get_pagination_progress
|
|
1873
1873
|
<a name="gtk-source-print-compositor-draw-page"></a><h3>gtk_source_print_compositor_draw_page ()</h3>
|
1874
1874
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1875
1875
|
gtk_source_print_compositor_draw_page (<em class="parameter"><code><a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor"><span class="type">GtkSourcePrintCompositor</span></a> *compositor</code></em>,
|
1876
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1877
|
-
<em class="parameter"><code><a href="
|
1876
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> *context</code></em>,
|
1877
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr</code></em>);</pre>
|
1878
1878
|
<p>Draw page <em class="parameter"><code>page_nr</code></em>
|
1879
1879
|
for printing on the the Cairo context encapsuled in <em class="parameter"><code>context</code></em>
|
1880
1880
|
.</p>
|
1881
|
-
<p>This method has been designed to be called in the handler of the <a href="http://developer.gnome.org/
|
1881
|
+
<p>This method has been designed to be called in the handler of the <a href="http://developer.gnome.org/gtk4/gtk4-High-level-Printing-API.html#GtkPrintOperation-draw-page"><span class="type">“draw_page”</span></a> signal
|
1882
1882
|
as shown in the following example:</p>
|
1883
1883
|
<div class="informalexample">
|
1884
1884
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -1923,7 +1923,7 @@ as shown in the following example:</p>
|
|
1923
1923
|
|
1924
1924
|
<div class="refsect3">
|
1925
1925
|
<a name="gtk-source-print-compositor-draw-page.parameters"></a><h4>Parameters</h4>
|
1926
|
-
<div class="informaltable"><table width="100%" border="0">
|
1926
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1927
1927
|
<colgroup>
|
1928
1928
|
<col width="150px" class="parameters_name">
|
1929
1929
|
<col class="parameters_description">
|
@@ -1937,7 +1937,7 @@ as shown in the following example:</p>
|
|
1937
1937
|
</tr>
|
1938
1938
|
<tr>
|
1939
1939
|
<td class="parameter_name"><p>context</p></td>
|
1940
|
-
<td class="parameter_description"><p>the <a href="http://developer.gnome.org/
|
1940
|
+
<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gtk4/GtkPrintContext.html#GtkPrintContext-struct"><span class="type">GtkPrintContext</span></a> encapsulating the context information that is required when
|
1941
1941
|
drawing the page for printing.</p></td>
|
1942
1942
|
<td class="parameter_annotations"> </td>
|
1943
1943
|
</tr>
|
@@ -1962,7 +1962,7 @@ drawing the page for printing.</p></td>
|
|
1962
1962
|
<a name="GtkSourcePrintCompositor.property-details"></a><h2>Property Details</h2>
|
1963
1963
|
<div class="refsect2">
|
1964
1964
|
<a name="GtkSourcePrintCompositor--body-font-name"></a><h3>The <code class="literal">“body-font-name”</code> property</h3>
|
1965
|
-
<pre class="programlisting"> “body-font-name” <a href="
|
1965
|
+
<pre class="programlisting"> “body-font-name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
1966
1966
|
<p>Name of the font used for the text body.</p>
|
1967
1967
|
<p>Accepted values are strings representing a font description Pango can understand.
|
1968
1968
|
(e.g. "Monospace 10"). See <a href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Fonts.html#pango-font-description-from-string"><code class="function">pango_font_description_from_string()</code></a>
|
@@ -1984,7 +1984,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
1984
1984
|
<hr>
|
1985
1985
|
<div class="refsect2">
|
1986
1986
|
<a name="GtkSourcePrintCompositor--footer-font-name"></a><h3>The <code class="literal">“footer-font-name”</code> property</h3>
|
1987
|
-
<pre class="programlisting"> “footer-font-name” <a href="
|
1987
|
+
<pre class="programlisting"> “footer-font-name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
1988
1988
|
<p>Name of the font used to print page footer.
|
1989
1989
|
If this property is unspecified, the text body font is used.</p>
|
1990
1990
|
<p>Accepted values are strings representing a font description Pango can understand.
|
@@ -1999,7 +1999,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
1999
1999
|
<hr>
|
2000
2000
|
<div class="refsect2">
|
2001
2001
|
<a name="GtkSourcePrintCompositor--header-font-name"></a><h3>The <code class="literal">“header-font-name”</code> property</h3>
|
2002
|
-
<pre class="programlisting"> “header-font-name” <a href="
|
2002
|
+
<pre class="programlisting"> “header-font-name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2003
2003
|
<p>Name of the font used to print page header.
|
2004
2004
|
If this property is unspecified, the text body font is used.</p>
|
2005
2005
|
<p>Accepted values are strings representing a font description Pango can understand.
|
@@ -2014,7 +2014,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2014
2014
|
<hr>
|
2015
2015
|
<div class="refsect2">
|
2016
2016
|
<a name="GtkSourcePrintCompositor--highlight-syntax"></a><h3>The <code class="literal">“highlight-syntax”</code> property</h3>
|
2017
|
-
<pre class="programlisting"> “highlight-syntax” <a href="
|
2017
|
+
<pre class="programlisting"> “highlight-syntax” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2018
2018
|
<p>Whether to print the document with highlighted syntax.</p>
|
2019
2019
|
<p>The value of this property cannot be changed anymore after the first
|
2020
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>
|
@@ -2025,7 +2025,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2025
2025
|
<hr>
|
2026
2026
|
<div class="refsect2">
|
2027
2027
|
<a name="GtkSourcePrintCompositor--line-numbers-font-name"></a><h3>The <code class="literal">“line-numbers-font-name”</code> property</h3>
|
2028
|
-
<pre class="programlisting"> “line-numbers-font-name” <a href="
|
2028
|
+
<pre class="programlisting"> “line-numbers-font-name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2029
2029
|
<p>Name of the font used to print line numbers on the left margin.
|
2030
2030
|
If this property is unspecified, the text body font is used.</p>
|
2031
2031
|
<p>Accepted values are strings representing a font description Pango can understand.
|
@@ -2040,7 +2040,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2040
2040
|
<hr>
|
2041
2041
|
<div class="refsect2">
|
2042
2042
|
<a name="GtkSourcePrintCompositor--n-pages"></a><h3>The <code class="literal">“n-pages”</code> property</h3>
|
2043
|
-
<pre class="programlisting"> “n-pages” <a href="
|
2043
|
+
<pre class="programlisting"> “n-pages” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
2044
2044
|
<p>The number of pages in the document or <code class="code">-1</code> if the
|
2045
2045
|
document has not been completely paginated.</p>
|
2046
2046
|
<p>Flags: Read</p>
|
@@ -2051,7 +2051,7 @@ document has not been completely paginated.</p>
|
|
2051
2051
|
<hr>
|
2052
2052
|
<div class="refsect2">
|
2053
2053
|
<a name="GtkSourcePrintCompositor--print-footer"></a><h3>The <code class="literal">“print-footer”</code> property</h3>
|
2054
|
-
<pre class="programlisting"> “print-footer” <a href="
|
2054
|
+
<pre class="programlisting"> “print-footer” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2055
2055
|
<p>Whether to print a footer in each page.</p>
|
2056
2056
|
<p>Note that by default the footer format is unspecified, and if it is
|
2057
2057
|
unspecified the footer will not be printed, regardless of the value of
|
@@ -2065,7 +2065,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2065
2065
|
<hr>
|
2066
2066
|
<div class="refsect2">
|
2067
2067
|
<a name="GtkSourcePrintCompositor--print-header"></a><h3>The <code class="literal">“print-header”</code> property</h3>
|
2068
|
-
<pre class="programlisting"> “print-header” <a href="
|
2068
|
+
<pre class="programlisting"> “print-header” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2069
2069
|
<p>Whether to print a header in each page.</p>
|
2070
2070
|
<p>Note that by default the header format is unspecified, and if it is
|
2071
2071
|
unspecified the header will not be printed, regardless of the value of
|
@@ -2079,7 +2079,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2079
2079
|
<hr>
|
2080
2080
|
<div class="refsect2">
|
2081
2081
|
<a name="GtkSourcePrintCompositor--print-line-numbers"></a><h3>The <code class="literal">“print-line-numbers”</code> property</h3>
|
2082
|
-
<pre class="programlisting"> “print-line-numbers” <a href="
|
2082
|
+
<pre class="programlisting"> “print-line-numbers” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2083
2083
|
<p>Interval of printed line numbers. If this property is set to 0 no
|
2084
2084
|
numbers will be printed. If greater than 0, a number will be
|
2085
2085
|
printed every "print-line-numbers" lines (i.e. 1 will print all line numbers).</p>
|
@@ -2093,7 +2093,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2093
2093
|
<hr>
|
2094
2094
|
<div class="refsect2">
|
2095
2095
|
<a name="GtkSourcePrintCompositor--tab-width"></a><h3>The <code class="literal">“tab-width”</code> property</h3>
|
2096
|
-
<pre class="programlisting"> “tab-width” <a href="
|
2096
|
+
<pre class="programlisting"> “tab-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2097
2097
|
<p>Width of a tab character expressed in spaces.</p>
|
2098
2098
|
<p>The value of this property cannot be changed anymore after the first
|
2099
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>
|
@@ -2105,7 +2105,7 @@ call to the <a class="link" href="GtkSourcePrintCompositor.html#gtk-source-print
|
|
2105
2105
|
<hr>
|
2106
2106
|
<div class="refsect2">
|
2107
2107
|
<a name="GtkSourcePrintCompositor--wrap-mode"></a><h3>The <code class="literal">“wrap-mode”</code> property</h3>
|
2108
|
-
<pre class="programlisting"> “wrap-mode” <a href="http://developer.gnome.org/
|
2108
|
+
<pre class="programlisting"> “wrap-mode” <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkWrapMode"><span class="type">GtkWrapMode</span></a></pre>
|
2109
2109
|
<p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
|
2110
2110
|
<p>The value of this property cannot be changed anymore after the first
|
2111
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>
|