gtksourceview3 3.1.1-x64-mingw32 → 3.1.2-x64-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 +1 -1
- data/dependency-check/Rakefile +43 -0
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +1 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +35 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +2 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcespacedrawer.h +149 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +0 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +1 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +1 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +12 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +30 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +11 -2
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +573 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +4 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +298 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +170 -170
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +9 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSpaceDrawer.html +671 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +173 -91
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +2 -4
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +4 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-24.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +30 -2
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +109 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +17 -4
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +62 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +29 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +136 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt04.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +6 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/abnf.lang +110 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +64 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/dtl.lang +297 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/haxe.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/ini.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +3 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +29 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/php.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +10 -2
- 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/fur/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 +16 -7
data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html
CHANGED
@@ -58,8 +58,8 @@
|
|
58
58
|
<col class="description">
|
59
59
|
</colgroup>
|
60
60
|
<tbody><tr>
|
61
|
-
<td class="datatype_keyword">
|
62
|
-
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct" title="
|
61
|
+
<td class="datatype_keyword"> </td>
|
62
|
+
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a></td>
|
63
63
|
</tr></tbody>
|
64
64
|
</table></div>
|
65
65
|
</div>
|
@@ -112,8 +112,8 @@ gtk_source_style_scheme_chooser_button_new
|
|
112
112
|
<div class="refsect1">
|
113
113
|
<a name="GtkSourceStyleSchemeChooserButton.other_details"></a><h2>Types and Values</h2>
|
114
114
|
<div class="refsect2">
|
115
|
-
<a name="GtkSourceStyleSchemeChooserButton-struct"></a><h3>
|
116
|
-
<pre class="programlisting">struct GtkSourceStyleSchemeChooserButton;</pre>
|
115
|
+
<a name="GtkSourceStyleSchemeChooserButton-struct"></a><h3>GtkSourceStyleSchemeChooserButton</h3>
|
116
|
+
<pre class="programlisting">typedef struct _GtkSourceStyleSchemeChooserButton GtkSourceStyleSchemeChooserButton;</pre>
|
117
117
|
</div>
|
118
118
|
</div>
|
119
119
|
<div class="refsect1">
|
data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html
CHANGED
@@ -58,8 +58,8 @@
|
|
58
58
|
<col class="description">
|
59
59
|
</colgroup>
|
60
60
|
<tbody><tr>
|
61
|
-
<td class="datatype_keyword">
|
62
|
-
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct" title="
|
61
|
+
<td class="datatype_keyword"> </td>
|
62
|
+
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a></td>
|
63
63
|
</tr></tbody>
|
64
64
|
</table></div>
|
65
65
|
</div>
|
@@ -112,8 +112,8 @@ gtk_source_style_scheme_chooser_widget_new
|
|
112
112
|
<div class="refsect1">
|
113
113
|
<a name="GtkSourceStyleSchemeChooserWidget.other_details"></a><h2>Types and Values</h2>
|
114
114
|
<div class="refsect2">
|
115
|
-
<a name="GtkSourceStyleSchemeChooserWidget-struct"></a><h3>
|
116
|
-
<pre class="programlisting">struct GtkSourceStyleSchemeChooserWidget;</pre>
|
115
|
+
<a name="GtkSourceStyleSchemeChooserWidget-struct"></a><h3>GtkSourceStyleSchemeChooserWidget</h3>
|
116
|
+
<pre class="programlisting">typedef struct _GtkSourceStyleSchemeChooserWidget GtkSourceStyleSchemeChooserWidget;</pre>
|
117
117
|
</div>
|
118
118
|
</div>
|
119
119
|
<div class="refsect1">
|
@@ -6,7 +6,7 @@
|
|
6
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
8
|
<link rel="up" href="ch09.html" title="Other">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">
|
10
10
|
<link rel="next" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -21,7 +21,7 @@
|
|
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
23
|
<td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
-
<td><a accesskey="p" href="
|
24
|
+
<td><a accesskey="p" href="GtkSourceSpaceDrawer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceUndoManager.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
@@ -148,8 +148,8 @@ use.</p>
|
|
148
148
|
<div class="refsect2">
|
149
149
|
<a name="GtkSourceTag--draw-spaces"></a><h3>The <code class="literal">“draw-spaces”</code> property</h3>
|
150
150
|
<pre class="programlisting"> “draw-spaces” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
151
|
-
<p>Whether to draw spaces. This property takes precedence over the value
|
152
|
-
defined by the
|
151
|
+
<p>Whether to draw white spaces. This property takes precedence over the value
|
152
|
+
defined by the GtkSourceSpaceDrawer's <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer--matrix" title="The “matrix” property"><span class="type">“matrix”</span></a> property
|
153
153
|
(only where the tag is applied).</p>
|
154
154
|
<p>Setting this property also changes <a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces-set" title="The “draw-spaces-set” property"><span class="type">“draw-spaces-set”</span></a> to
|
155
155
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
@@ -61,6 +61,30 @@
|
|
61
61
|
</tr>
|
62
62
|
<tr>
|
63
63
|
<td class="function_type">
|
64
|
+
<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="returnvalue">GtkSourceCompletion</span></a> *
|
65
|
+
</td>
|
66
|
+
<td class="function_name">
|
67
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-get-completion" title="gtk_source_view_get_completion ()">gtk_source_view_get_completion</a> <span class="c_punctuation">()</span>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td class="function_type">
|
72
|
+
<a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
|
73
|
+
</td>
|
74
|
+
<td class="function_name">
|
75
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-get-gutter" title="gtk_source_view_get_gutter ()">gtk_source_view_get_gutter</a> <span class="c_punctuation">()</span>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
<tr>
|
79
|
+
<td class="function_type">
|
80
|
+
<a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="returnvalue">GtkSourceSpaceDrawer</span></a> *
|
81
|
+
</td>
|
82
|
+
<td class="function_name">
|
83
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-get-space-drawer" title="gtk_source_view_get_space_drawer ()">gtk_source_view_get_space_drawer</a> <span class="c_punctuation">()</span>
|
84
|
+
</td>
|
85
|
+
</tr>
|
86
|
+
<tr>
|
87
|
+
<td class="function_type">
|
64
88
|
<span class="returnvalue">void</span>
|
65
89
|
</td>
|
66
90
|
<td class="function_name">
|
@@ -309,22 +333,6 @@
|
|
309
333
|
</tr>
|
310
334
|
<tr>
|
311
335
|
<td class="function_type">
|
312
|
-
<a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="returnvalue">GtkSourceCompletion</span></a> *
|
313
|
-
</td>
|
314
|
-
<td class="function_name">
|
315
|
-
<a class="link" href="GtkSourceView.html#gtk-source-view-get-completion" title="gtk_source_view_get_completion ()">gtk_source_view_get_completion</a> <span class="c_punctuation">()</span>
|
316
|
-
</td>
|
317
|
-
</tr>
|
318
|
-
<tr>
|
319
|
-
<td class="function_type">
|
320
|
-
<a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
|
321
|
-
</td>
|
322
|
-
<td class="function_name">
|
323
|
-
<a class="link" href="GtkSourceView.html#gtk-source-view-get-gutter" title="gtk_source_view_get_gutter ()">gtk_source_view_get_gutter</a> <span class="c_punctuation">()</span>
|
324
|
-
</td>
|
325
|
-
</tr>
|
326
|
-
<tr>
|
327
|
-
<td class="function_type">
|
328
336
|
<span class="returnvalue">void</span>
|
329
337
|
</td>
|
330
338
|
<td class="function_name">
|
@@ -423,6 +431,12 @@
|
|
423
431
|
<td class="property_flags">Read / Write</td>
|
424
432
|
</tr>
|
425
433
|
<tr>
|
434
|
+
<td class="property_type">
|
435
|
+
<a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="type">GtkSourceSpaceDrawer</span></a> *</td>
|
436
|
+
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--space-drawer" title="The “space-drawer” property">space-drawer</a></td>
|
437
|
+
<td class="property_flags">Read</td>
|
438
|
+
</tr>
|
439
|
+
<tr>
|
426
440
|
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
427
441
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property">tab-width</a></td>
|
428
442
|
<td class="property_flags">Read / Write</td>
|
@@ -568,13 +582,12 @@ Use a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span
|
|
568
582
|
<li class="listitem"><p>Indentation settings;</p></li>
|
569
583
|
<li class="listitem"><p>Configuration for the Home and End keyboard keys;</p></li>
|
570
584
|
<li class="listitem"><p>Configure and show line marks;</p></li>
|
571
|
-
<li class="listitem"><p>A way to visualize white spaces (by drawing symbols);</p></li>
|
572
585
|
<li class="listitem"><p>And a few other things.</p></li>
|
573
586
|
</ul></div>
|
574
587
|
<p>An easy way to test all these features is to use the test-widget mini-program
|
575
588
|
provided in the GtkSourceView repository, in the tests/ directory.</p>
|
576
589
|
<div class="refsect2">
|
577
|
-
<a name="id-1.
|
590
|
+
<a name="id-1.3.2.3.10.6"></a><h3>GtkSourceView as GtkBuildable</h3>
|
578
591
|
<p>The GtkSourceView implementation of the <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct"><span class="type">GtkBuildable</span></a> interface exposes the
|
579
592
|
<a class="link" href="GtkSourceView.html#GtkSourceView--completion" title="The “completion” property"><span class="type">“completion”</span></a> object with the internal-child "completion".</p>
|
580
593
|
<p>An example of a UI definition fragment with GtkSourceView:</p>
|
@@ -655,6 +668,112 @@ gtk_source_view_new_with_buffer (<em class="parameter"><code><a class="link" hre
|
|
655
668
|
</div>
|
656
669
|
<hr>
|
657
670
|
<div class="refsect2">
|
671
|
+
<a name="gtk-source-view-get-completion"></a><h3>gtk_source_view_get_completion ()</h3>
|
672
|
+
<pre class="programlisting"><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="returnvalue">GtkSourceCompletion</span></a> *
|
673
|
+
gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
674
|
+
<p>Gets the <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> associated with <em class="parameter"><code>view</code></em>
|
675
|
+
. The returned object is
|
676
|
+
guaranteed to be the same for the lifetime of <em class="parameter"><code>view</code></em>
|
677
|
+
. Each <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>
|
678
|
+
object has a different <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a>.</p>
|
679
|
+
<div class="refsect3">
|
680
|
+
<a name="gtk-source-view-get-completion.parameters"></a><h4>Parameters</h4>
|
681
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
682
|
+
<colgroup>
|
683
|
+
<col width="150px" class="parameters_name">
|
684
|
+
<col class="parameters_description">
|
685
|
+
<col width="200px" class="parameters_annotations">
|
686
|
+
</colgroup>
|
687
|
+
<tbody><tr>
|
688
|
+
<td class="parameter_name"><p>view</p></td>
|
689
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
|
690
|
+
<td class="parameter_annotations"> </td>
|
691
|
+
</tr></tbody>
|
692
|
+
</table></div>
|
693
|
+
</div>
|
694
|
+
<div class="refsect3">
|
695
|
+
<a name="gtk-source-view-get-completion.returns"></a><h4>Returns</h4>
|
696
|
+
<p> the <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> associated with <em class="parameter"><code>view</code></em>
|
697
|
+
. </p>
|
698
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
699
|
+
</div>
|
700
|
+
</div>
|
701
|
+
<hr>
|
702
|
+
<div class="refsect2">
|
703
|
+
<a name="gtk-source-view-get-gutter"></a><h3>gtk_source_view_get_gutter ()</h3>
|
704
|
+
<pre class="programlisting"><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
|
705
|
+
gtk_source_view_get_gutter (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
706
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> window_type</code></em>);</pre>
|
707
|
+
<p>Returns the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> object associated with <em class="parameter"><code>window_type</code></em>
|
708
|
+
for <em class="parameter"><code>view</code></em>
|
709
|
+
.
|
710
|
+
Only GTK_TEXT_WINDOW_LEFT and GTK_TEXT_WINDOW_RIGHT are supported,
|
711
|
+
respectively corresponding to the left and right gutter. The line numbers
|
712
|
+
and mark category icons are rendered in the left gutter.</p>
|
713
|
+
<div class="refsect3">
|
714
|
+
<a name="gtk-source-view-get-gutter.parameters"></a><h4>Parameters</h4>
|
715
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
716
|
+
<colgroup>
|
717
|
+
<col width="150px" class="parameters_name">
|
718
|
+
<col class="parameters_description">
|
719
|
+
<col width="200px" class="parameters_annotations">
|
720
|
+
</colgroup>
|
721
|
+
<tbody>
|
722
|
+
<tr>
|
723
|
+
<td class="parameter_name"><p>view</p></td>
|
724
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
|
725
|
+
<td class="parameter_annotations"> </td>
|
726
|
+
</tr>
|
727
|
+
<tr>
|
728
|
+
<td class="parameter_name"><p>window_type</p></td>
|
729
|
+
<td class="parameter_description"><p>the gutter window type.</p></td>
|
730
|
+
<td class="parameter_annotations"> </td>
|
731
|
+
</tr>
|
732
|
+
</tbody>
|
733
|
+
</table></div>
|
734
|
+
</div>
|
735
|
+
<div class="refsect3">
|
736
|
+
<a name="gtk-source-view-get-gutter.returns"></a><h4>Returns</h4>
|
737
|
+
<p> the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>. </p>
|
738
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
739
|
+
</div>
|
740
|
+
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
741
|
+
</div>
|
742
|
+
<hr>
|
743
|
+
<div class="refsect2">
|
744
|
+
<a name="gtk-source-view-get-space-drawer"></a><h3>gtk_source_view_get_space_drawer ()</h3>
|
745
|
+
<pre class="programlisting"><a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="returnvalue">GtkSourceSpaceDrawer</span></a> *
|
746
|
+
gtk_source_view_get_space_drawer (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
747
|
+
<p>Gets the <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="type">GtkSourceSpaceDrawer</span></a> associated with <em class="parameter"><code>view</code></em>
|
748
|
+
. The returned object is
|
749
|
+
guaranteed to be the same for the lifetime of <em class="parameter"><code>view</code></em>
|
750
|
+
. Each <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>
|
751
|
+
object has a different <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="type">GtkSourceSpaceDrawer</span></a>.</p>
|
752
|
+
<div class="refsect3">
|
753
|
+
<a name="gtk-source-view-get-space-drawer.parameters"></a><h4>Parameters</h4>
|
754
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
755
|
+
<colgroup>
|
756
|
+
<col width="150px" class="parameters_name">
|
757
|
+
<col class="parameters_description">
|
758
|
+
<col width="200px" class="parameters_annotations">
|
759
|
+
</colgroup>
|
760
|
+
<tbody><tr>
|
761
|
+
<td class="parameter_name"><p>view</p></td>
|
762
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
|
763
|
+
<td class="parameter_annotations"> </td>
|
764
|
+
</tr></tbody>
|
765
|
+
</table></div>
|
766
|
+
</div>
|
767
|
+
<div class="refsect3">
|
768
|
+
<a name="gtk-source-view-get-space-drawer.returns"></a><h4>Returns</h4>
|
769
|
+
<p> the <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="type">GtkSourceSpaceDrawer</span></a> associated with <em class="parameter"><code>view</code></em>
|
770
|
+
. </p>
|
771
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
772
|
+
</div>
|
773
|
+
<p class="since">Since: <a class="link" href="api-index-3-24.html#api-index-3.24">3.24</a></p>
|
774
|
+
</div>
|
775
|
+
<hr>
|
776
|
+
<div class="refsect2">
|
658
777
|
<a name="gtk-source-view-set-show-line-numbers"></a><h3>gtk_source_view_set_show_line_numbers ()</h3>
|
659
778
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
660
779
|
gtk_source_view_set_show_line_numbers (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
@@ -1586,6 +1705,11 @@ gtk_source_view_get_show_line_marks (<em class="parameter"><code><a class="link"
|
|
1586
1705
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1587
1706
|
gtk_source_view_set_draw_spaces (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
1588
1707
|
<em class="parameter"><code><a class="link" href="GtkSourceView.html#GtkSourceDrawSpacesFlags" title="enum GtkSourceDrawSpacesFlags"><span class="type">GtkSourceDrawSpacesFlags</span></a> flags</code></em>);</pre>
|
1708
|
+
<div class="warning">
|
1709
|
+
<p><code class="literal">gtk_source_view_set_draw_spaces</code> has been deprecated since version 3.24 and should not be used in newly-written code.</p>
|
1710
|
+
<p>Use <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-types-for-locations" title="gtk_source_space_drawer_set_types_for_locations ()"><code class="function">gtk_source_space_drawer_set_types_for_locations()</code></a>
|
1711
|
+
instead.</p>
|
1712
|
+
</div>
|
1589
1713
|
<p>Set if and how the spaces should be visualized. Specifying <em class="parameter"><code>flags</code></em>
|
1590
1714
|
as 0 will
|
1591
1715
|
disable display of spaces.</p>
|
@@ -1620,6 +1744,11 @@ be displayed</p></td>
|
|
1620
1744
|
<a name="gtk-source-view-get-draw-spaces"></a><h3>gtk_source_view_get_draw_spaces ()</h3>
|
1621
1745
|
<pre class="programlisting"><a class="link" href="GtkSourceView.html#GtkSourceDrawSpacesFlags" title="enum GtkSourceDrawSpacesFlags"><span class="returnvalue">GtkSourceDrawSpacesFlags</span></a>
|
1622
1746
|
gtk_source_view_get_draw_spaces (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
1747
|
+
<div class="warning">
|
1748
|
+
<p><code class="literal">gtk_source_view_get_draw_spaces</code> has been deprecated since version 3.24 and should not be used in newly-written code.</p>
|
1749
|
+
<p>Use <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-types-for-locations" title="gtk_source_space_drawer_get_types_for_locations ()"><code class="function">gtk_source_space_drawer_get_types_for_locations()</code></a>
|
1750
|
+
instead.</p>
|
1751
|
+
</div>
|
1623
1752
|
<p>Returns the <a class="link" href="GtkSourceView.html#GtkSourceDrawSpacesFlags" title="enum GtkSourceDrawSpacesFlags"><span class="type">GtkSourceDrawSpacesFlags</span></a> specifying if and how spaces
|
1624
1753
|
should be displayed for this <em class="parameter"><code>view</code></em>
|
1625
1754
|
.</p>
|
@@ -1645,76 +1774,6 @@ should be displayed for this <em class="parameter"><code>view</code></em>
|
|
1645
1774
|
</div>
|
1646
1775
|
<hr>
|
1647
1776
|
<div class="refsect2">
|
1648
|
-
<a name="gtk-source-view-get-completion"></a><h3>gtk_source_view_get_completion ()</h3>
|
1649
|
-
<pre class="programlisting"><a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="returnvalue">GtkSourceCompletion</span></a> *
|
1650
|
-
gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
1651
|
-
<p>Gets the <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> associated with <em class="parameter"><code>view</code></em>
|
1652
|
-
.</p>
|
1653
|
-
<div class="refsect3">
|
1654
|
-
<a name="gtk-source-view-get-completion.parameters"></a><h4>Parameters</h4>
|
1655
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1656
|
-
<colgroup>
|
1657
|
-
<col width="150px" class="parameters_name">
|
1658
|
-
<col class="parameters_description">
|
1659
|
-
<col width="200px" class="parameters_annotations">
|
1660
|
-
</colgroup>
|
1661
|
-
<tbody><tr>
|
1662
|
-
<td class="parameter_name"><p>view</p></td>
|
1663
|
-
<td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
|
1664
|
-
<td class="parameter_annotations"> </td>
|
1665
|
-
</tr></tbody>
|
1666
|
-
</table></div>
|
1667
|
-
</div>
|
1668
|
-
<div class="refsect3">
|
1669
|
-
<a name="gtk-source-view-get-completion.returns"></a><h4>Returns</h4>
|
1670
|
-
<p>the <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> associated with <em class="parameter"><code>view</code></em>
|
1671
|
-
. </p>
|
1672
|
-
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkSource.Completion][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1673
|
-
</div>
|
1674
|
-
</div>
|
1675
|
-
<hr>
|
1676
|
-
<div class="refsect2">
|
1677
|
-
<a name="gtk-source-view-get-gutter"></a><h3>gtk_source_view_get_gutter ()</h3>
|
1678
|
-
<pre class="programlisting"><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
|
1679
|
-
gtk_source_view_get_gutter (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
1680
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> window_type</code></em>);</pre>
|
1681
|
-
<p>Returns the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> object associated with <em class="parameter"><code>window_type</code></em>
|
1682
|
-
for <em class="parameter"><code>view</code></em>
|
1683
|
-
.
|
1684
|
-
Only GTK_TEXT_WINDOW_LEFT and GTK_TEXT_WINDOW_RIGHT are supported,
|
1685
|
-
respectively corresponding to the left and right gutter. The line numbers
|
1686
|
-
and mark category icons are rendered in the left gutter.</p>
|
1687
|
-
<div class="refsect3">
|
1688
|
-
<a name="gtk-source-view-get-gutter.parameters"></a><h4>Parameters</h4>
|
1689
|
-
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1690
|
-
<colgroup>
|
1691
|
-
<col width="150px" class="parameters_name">
|
1692
|
-
<col class="parameters_description">
|
1693
|
-
<col width="200px" class="parameters_annotations">
|
1694
|
-
</colgroup>
|
1695
|
-
<tbody>
|
1696
|
-
<tr>
|
1697
|
-
<td class="parameter_name"><p>view</p></td>
|
1698
|
-
<td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
|
1699
|
-
<td class="parameter_annotations"> </td>
|
1700
|
-
</tr>
|
1701
|
-
<tr>
|
1702
|
-
<td class="parameter_name"><p>window_type</p></td>
|
1703
|
-
<td class="parameter_description"><p>the gutter window type.</p></td>
|
1704
|
-
<td class="parameter_annotations"> </td>
|
1705
|
-
</tr>
|
1706
|
-
</tbody>
|
1707
|
-
</table></div>
|
1708
|
-
</div>
|
1709
|
-
<div class="refsect3">
|
1710
|
-
<a name="gtk-source-view-get-gutter.returns"></a><h4>Returns</h4>
|
1711
|
-
<p> the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>. </p>
|
1712
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1713
|
-
</div>
|
1714
|
-
<p class="since">Since: <a class="link" href="api-index-2-8.html#api-index-2.8">2.8</a></p>
|
1715
|
-
</div>
|
1716
|
-
<hr>
|
1717
|
-
<div class="refsect2">
|
1718
1777
|
<a name="gtk-source-view-set-background-pattern"></a><h3>gtk_source_view_set_background_pattern ()</h3>
|
1719
1778
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1720
1779
|
gtk_source_view_set_background_pattern
|
@@ -1834,6 +1893,11 @@ non-whitespace character when the HOME/END keys are pressed.</p>
|
|
1834
1893
|
<hr>
|
1835
1894
|
<div class="refsect2">
|
1836
1895
|
<a name="GtkSourceDrawSpacesFlags"></a><h3>enum GtkSourceDrawSpacesFlags</h3>
|
1896
|
+
<div class="warning">
|
1897
|
+
<p><code class="literal">GtkSourceDrawSpacesFlags</code> has been deprecated since version 3.24 and should not be used in newly-written code.</p>
|
1898
|
+
<p>Use <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceTypeFlags" title="enum GtkSourceSpaceTypeFlags"><span class="type">GtkSourceSpaceTypeFlags</span></a> and
|
1899
|
+
<a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceLocationFlags" title="enum GtkSourceSpaceLocationFlags"><span class="type">GtkSourceSpaceLocationFlags</span></a> instead.</p>
|
1900
|
+
</div>
|
1837
1901
|
<p>GtkSourceDrawSpacesFlags determine what kind of spaces whould be drawn. If none
|
1838
1902
|
of GTK_SOURCE_DRAW_SPACES_LEADING, GTK_SOURCE_DRAW_SPACES_TEXT or
|
1839
1903
|
GTK_SOURCE_DRAW_SPACES_TRAILING is specified, whitespaces at any position in
|
@@ -2005,6 +2069,11 @@ renderer</p>
|
|
2005
2069
|
<p>Set if and how the spaces should be visualized.</p>
|
2006
2070
|
<p>For a finer-grained method, there is also the GtkSourceTag's
|
2007
2071
|
<a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces" title="The “draw-spaces” property"><span class="type">“draw-spaces”</span></a> property.</p>
|
2072
|
+
<div class="warning">
|
2073
|
+
<p><code class="literal">GtkSourceView:draw-spaces</code> has been deprecated since version 3.24 and should not be used in newly-written code.</p>
|
2074
|
+
<p>Use the <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer--matrix" title="The “matrix” property"><span class="type">“matrix”</span></a> property
|
2075
|
+
instead.</p>
|
2076
|
+
</div>
|
2008
2077
|
<p>Flags: Read / Write</p>
|
2009
2078
|
<p class="since">Since: <a class="link" href="api-index-2-4.html#api-index-2.4">2.4</a></p>
|
2010
2079
|
</div>
|
@@ -2094,6 +2163,14 @@ renderer</p>
|
|
2094
2163
|
</div>
|
2095
2164
|
<hr>
|
2096
2165
|
<div class="refsect2">
|
2166
|
+
<a name="GtkSourceView--space-drawer"></a><h3>The <code class="literal">“space-drawer”</code> property</h3>
|
2167
|
+
<pre class="programlisting"> “space-drawer” <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="type">GtkSourceSpaceDrawer</span></a> *</pre>
|
2168
|
+
<p>The <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer"><span class="type">GtkSourceSpaceDrawer</span></a> object associated with the view.</p>
|
2169
|
+
<p>Flags: Read</p>
|
2170
|
+
<p class="since">Since: <a class="link" href="api-index-3-24.html#api-index-3.24">3.24</a></p>
|
2171
|
+
</div>
|
2172
|
+
<hr>
|
2173
|
+
<div class="refsect2">
|
2097
2174
|
<a name="GtkSourceView--tab-width"></a><h3>The <code class="literal">“tab-width”</code> property</h3>
|
2098
2175
|
<pre class="programlisting"> “tab-width” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2099
2176
|
<p>Width of a tab character expressed in number of spaces.</p>
|
@@ -2272,6 +2349,9 @@ or the current line by <em class="parameter"><code>count</code></em>
|
|
2272
2349
|
. For the moment, only
|
2273
2350
|
<em class="parameter"><code>count</code></em>
|
2274
2351
|
of -1 or 1 is valid.</p>
|
2352
|
+
<p>The <em class="parameter"><code>copy</code></em>
|
2353
|
+
parameter is deprecated, it has never been used by
|
2354
|
+
GtkSourceView (the value is always <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>) and was buggy.</p>
|
2275
2355
|
<div class="refsect3">
|
2276
2356
|
<a name="GtkSourceView-move-lines.parameters"></a><h4>Parameters</h4>
|
2277
2357
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2288,13 +2368,15 @@ or the current line by <em class="parameter"><code>count</code></em>
|
|
2288
2368
|
</tr>
|
2289
2369
|
<tr>
|
2290
2370
|
<td class="parameter_name"><p>copy</p></td>
|
2291
|
-
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the line should be copied,
|
2292
|
-
|
2371
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the line should be copied, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it should be
|
2372
|
+
moved. This parameter is deprecated and will be removed in a later
|
2373
|
+
version, it should be always <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
|
2293
2374
|
<td class="parameter_annotations"> </td>
|
2294
2375
|
</tr>
|
2295
2376
|
<tr>
|
2296
2377
|
<td class="parameter_name"><p>count</p></td>
|
2297
|
-
<td class="parameter_description"><p>the number of lines to move over
|
2378
|
+
<td class="parameter_description"><p>the number of lines to move over. Only 1 and -1 are
|
2379
|
+
supported.</p></td>
|
2298
2380
|
<td class="parameter_annotations"> </td>
|
2299
2381
|
</tr>
|
2300
2382
|
<tr>
|
@@ -5,7 +5,7 @@
|
|
5
5
|
<title>Annotation Glossary: GtkSourceView 3 Reference Manual</title>
|
6
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="
|
8
|
+
<link rel="up" href="pt04.html" title="Part IV. Annexes">
|
9
9
|
<link rel="prev" href="object-tree.html" title="Object Hierarchy">
|
10
10
|
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<span class="dim">|</span>
|
28
28
|
<a class="shortcut" href="#glsT">T</a></span></td>
|
29
29
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
|
-
<td><a accesskey="u" href="
|
30
|
+
<td><a accesskey="u" href="pt04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
31
|
<td><a accesskey="p" href="object-tree.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
32
|
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
33
33
|
</tr></table>
|
@@ -67,8 +67,6 @@
|
|
67
67
|
<dd class="glossdef"><p>Free data after the code is done.</p></dd>
|
68
68
|
<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
|
69
69
|
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
|
70
|
-
<dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt>
|
71
|
-
<dd class="glossdef"><p>Override the parsed C type with given type.</p></dd>
|
72
70
|
</div>
|
73
71
|
<div class="footer">
|
74
72
|
<hr>Generated by GTK-Doc V1.25.1</div>
|