gtksourceview3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/lib/gtksourceview3/loader.rb +46 -0
- data/lib/gtksourceview3/mark-attributes.rb +29 -0
- data/lib/gtksourceview3.rb +47 -12
- data/test/run-test.rb +2 -0
- data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
- data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
- data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
- data/test/{test_source_view.rb → test-source-view.rb} +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
- 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 +3 -3
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
- 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 +13 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
- data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
- metadata +43 -35
- data/ext/gtksourceview3/depend +0 -6
- data/ext/gtksourceview3/extconf.rb +0 -67
- data/ext/gtksourceview3/gtksourceview3.def +0 -2
- data/ext/gtksourceview3/rbgtksource.c +0 -53
- data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
- data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
- data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
- data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
- data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
- data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
- data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
- data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
- data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
- data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
- data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
- data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
- data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
- data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
- data/ext/gtksourceview3/rbgtksourceview.c +0 -94
- data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
- data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
- data/extconf.rb +0 -49
- data/lib/2.0/gtksourceview3.so +0 -0
- data/lib/2.1/gtksourceview3.so +0 -0
- data/lib/2.2/gtksourceview3.so +0 -0
- data/sample/sourcelanguagemanager.rb +0 -21
- data/sample/test.rb +0 -32
@@ -2,12 +2,12 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceFileSaver: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="ch04.html" title="File Loading and Saving">
|
9
9
|
<link rel="prev" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="ch05.html" title="Gutter and Marks">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.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="#GtkSourceFileSaver.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="
|
23
|
+
<td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceFileLoader.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
-
<td><a accesskey="n" href="
|
25
|
+
<td><a accesskey="n" href="ch05.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="GtkSourceFileSaver"></a><div class="titlepage"></div>
|
@@ -274,7 +274,7 @@ gtk_source_file_saver_new (<em class="parameter"><code><a class="link" href="Gtk
|
|
274
274
|
|
275
275
|
already contains a non-<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> <a class="link" href="GtkSourceFile.html#GtkSourceFile--location" title="The “location” property"><span class="type">“location”</span></a>.</p>
|
276
276
|
<div class="refsect3">
|
277
|
-
<a name="id-1.2.
|
277
|
+
<a name="id-1.2.5.5.9.2.6"></a><h4>Parameters</h4>
|
278
278
|
<div class="informaltable"><table width="100%" border="0">
|
279
279
|
<colgroup>
|
280
280
|
<col width="150px" class="parameters_name">
|
@@ -296,7 +296,7 @@ already contains a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/loc
|
|
296
296
|
</table></div>
|
297
297
|
</div>
|
298
298
|
<div class="refsect3">
|
299
|
-
<a name="id-1.2.
|
299
|
+
<a name="id-1.2.5.5.9.2.7"></a><h4>Returns</h4>
|
300
300
|
<p> a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object.</p>
|
301
301
|
<p></p>
|
302
302
|
</div>
|
@@ -318,7 +318,7 @@ location is still available in <a class="link" href="GtkSourceFile.html" title="
|
|
318
318
|
<p>This constructor is suitable for a "save as" operation, or for saving a new
|
319
319
|
buffer for the first time.</p>
|
320
320
|
<div class="refsect3">
|
321
|
-
<a name="id-1.2.
|
321
|
+
<a name="id-1.2.5.5.9.3.6"></a><h4>Parameters</h4>
|
322
322
|
<div class="informaltable"><table width="100%" border="0">
|
323
323
|
<colgroup>
|
324
324
|
<col width="150px" class="parameters_name">
|
@@ -345,7 +345,7 @@ buffer for the first time.</p>
|
|
345
345
|
</table></div>
|
346
346
|
</div>
|
347
347
|
<div class="refsect3">
|
348
|
-
<a name="id-1.2.
|
348
|
+
<a name="id-1.2.5.5.9.3.7"></a><h4>Returns</h4>
|
349
349
|
<p> a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object.</p>
|
350
350
|
<p></p>
|
351
351
|
</div>
|
@@ -357,7 +357,7 @@ buffer for the first time.</p>
|
|
357
357
|
<pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
|
358
358
|
gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
359
359
|
<div class="refsect3">
|
360
|
-
<a name="id-1.2.
|
360
|
+
<a name="id-1.2.5.5.9.4.4"></a><h4>Parameters</h4>
|
361
361
|
<div class="informaltable"><table width="100%" border="0">
|
362
362
|
<colgroup>
|
363
363
|
<col width="150px" class="parameters_name">
|
@@ -372,7 +372,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
|
|
372
372
|
</table></div>
|
373
373
|
</div>
|
374
374
|
<div class="refsect3">
|
375
|
-
<a name="id-1.2.
|
375
|
+
<a name="id-1.2.5.5.9.4.5"></a><h4>Returns</h4>
|
376
376
|
<p> the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to save. </p>
|
377
377
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
378
378
|
</div>
|
@@ -384,7 +384,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
|
|
384
384
|
<pre class="programlisting"><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="returnvalue">GtkSourceFile</span></a> *
|
385
385
|
gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
386
386
|
<div class="refsect3">
|
387
|
-
<a name="id-1.2.
|
387
|
+
<a name="id-1.2.5.5.9.5.4"></a><h4>Parameters</h4>
|
388
388
|
<div class="informaltable"><table width="100%" border="0">
|
389
389
|
<colgroup>
|
390
390
|
<col width="150px" class="parameters_name">
|
@@ -399,7 +399,7 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
|
|
399
399
|
</table></div>
|
400
400
|
</div>
|
401
401
|
<div class="refsect3">
|
402
|
-
<a name="id-1.2.
|
402
|
+
<a name="id-1.2.5.5.9.5.5"></a><h4>Returns</h4>
|
403
403
|
<p> the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>. </p>
|
404
404
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
405
405
|
</div>
|
@@ -411,7 +411,7 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
|
|
411
411
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> *
|
412
412
|
gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
413
413
|
<div class="refsect3">
|
414
|
-
<a name="id-1.2.
|
414
|
+
<a name="id-1.2.5.5.9.6.4"></a><h4>Parameters</h4>
|
415
415
|
<div class="informaltable"><table width="100%" border="0">
|
416
416
|
<colgroup>
|
417
417
|
<col width="150px" class="parameters_name">
|
@@ -426,7 +426,7 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
|
|
426
426
|
</table></div>
|
427
427
|
</div>
|
428
428
|
<div class="refsect3">
|
429
|
-
<a name="id-1.2.
|
429
|
+
<a name="id-1.2.5.5.9.6.5"></a><h4>Returns</h4>
|
430
430
|
<p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> where to save the buffer to. </p>
|
431
431
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
432
432
|
</div>
|
@@ -442,7 +442,7 @@ gtk_source_file_saver_set_encoding (<em class="parameter"><code><a class="link"
|
|
442
442
|
is <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>, the UTF-8 encoding will be set.
|
443
443
|
By default the encoding is taken from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
|
444
444
|
<div class="refsect3">
|
445
|
-
<a name="id-1.2.
|
445
|
+
<a name="id-1.2.5.5.9.7.5"></a><h4>Parameters</h4>
|
446
446
|
<div class="informaltable"><table width="100%" border="0">
|
447
447
|
<colgroup>
|
448
448
|
<col width="150px" class="parameters_name">
|
@@ -471,7 +471,7 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
|
|
471
471
|
<pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
|
472
472
|
gtk_source_file_saver_get_encoding (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
473
473
|
<div class="refsect3">
|
474
|
-
<a name="id-1.2.
|
474
|
+
<a name="id-1.2.5.5.9.8.4"></a><h4>Parameters</h4>
|
475
475
|
<div class="informaltable"><table width="100%" border="0">
|
476
476
|
<colgroup>
|
477
477
|
<col width="150px" class="parameters_name">
|
@@ -486,7 +486,7 @@ gtk_source_file_saver_get_encoding (<em class="parameter"><code><a class="link"
|
|
486
486
|
</table></div>
|
487
487
|
</div>
|
488
488
|
<div class="refsect3">
|
489
|
-
<a name="id-1.2.
|
489
|
+
<a name="id-1.2.5.5.9.8.5"></a><h4>Returns</h4>
|
490
490
|
<p> the encoding.</p>
|
491
491
|
<p></p>
|
492
492
|
</div>
|
@@ -502,7 +502,7 @@ gtk_source_file_saver_set_newline_type
|
|
502
502
|
<p>Sets the newline type. By default the newline type is taken from the
|
503
503
|
<a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
|
504
504
|
<div class="refsect3">
|
505
|
-
<a name="id-1.2.
|
505
|
+
<a name="id-1.2.5.5.9.9.5"></a><h4>Parameters</h4>
|
506
506
|
<div class="informaltable"><table width="100%" border="0">
|
507
507
|
<colgroup>
|
508
508
|
<col width="150px" class="parameters_name">
|
@@ -532,7 +532,7 @@ gtk_source_file_saver_set_newline_type
|
|
532
532
|
gtk_source_file_saver_get_newline_type
|
533
533
|
(<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
534
534
|
<div class="refsect3">
|
535
|
-
<a name="id-1.2.
|
535
|
+
<a name="id-1.2.5.5.9.10.4"></a><h4>Parameters</h4>
|
536
536
|
<div class="informaltable"><table width="100%" border="0">
|
537
537
|
<colgroup>
|
538
538
|
<col width="150px" class="parameters_name">
|
@@ -547,7 +547,7 @@ gtk_source_file_saver_get_newline_type
|
|
547
547
|
</table></div>
|
548
548
|
</div>
|
549
549
|
<div class="refsect3">
|
550
|
-
<a name="id-1.2.
|
550
|
+
<a name="id-1.2.5.5.9.10.5"></a><h4>Returns</h4>
|
551
551
|
<p> the newline type.</p>
|
552
552
|
<p></p>
|
553
553
|
</div>
|
@@ -563,7 +563,7 @@ gtk_source_file_saver_set_compression_type
|
|
563
563
|
<p>Sets the compression type. By default the compression type is taken from the
|
564
564
|
<a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
|
565
565
|
<div class="refsect3">
|
566
|
-
<a name="id-1.2.
|
566
|
+
<a name="id-1.2.5.5.9.11.5"></a><h4>Parameters</h4>
|
567
567
|
<div class="informaltable"><table width="100%" border="0">
|
568
568
|
<colgroup>
|
569
569
|
<col width="150px" class="parameters_name">
|
@@ -593,7 +593,7 @@ gtk_source_file_saver_set_compression_type
|
|
593
593
|
gtk_source_file_saver_get_compression_type
|
594
594
|
(<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
595
595
|
<div class="refsect3">
|
596
|
-
<a name="id-1.2.
|
596
|
+
<a name="id-1.2.5.5.9.12.4"></a><h4>Parameters</h4>
|
597
597
|
<div class="informaltable"><table width="100%" border="0">
|
598
598
|
<colgroup>
|
599
599
|
<col width="150px" class="parameters_name">
|
@@ -608,7 +608,7 @@ gtk_source_file_saver_get_compression_type
|
|
608
608
|
</table></div>
|
609
609
|
</div>
|
610
610
|
<div class="refsect3">
|
611
|
-
<a name="id-1.2.
|
611
|
+
<a name="id-1.2.5.5.9.12.5"></a><h4>Returns</h4>
|
612
612
|
<p> the compression type.</p>
|
613
613
|
<p></p>
|
614
614
|
</div>
|
@@ -621,7 +621,7 @@ gtk_source_file_saver_get_compression_type
|
|
621
621
|
gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
|
622
622
|
<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="type">GtkSourceFileSaverFlags</span></a> flags</code></em>);</pre>
|
623
623
|
<div class="refsect3">
|
624
|
-
<a name="id-1.2.
|
624
|
+
<a name="id-1.2.5.5.9.13.4"></a><h4>Parameters</h4>
|
625
625
|
<div class="informaltable"><table width="100%" border="0">
|
626
626
|
<colgroup>
|
627
627
|
<col width="150px" class="parameters_name">
|
@@ -650,7 +650,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
|
|
650
650
|
<pre class="programlisting"><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="returnvalue">GtkSourceFileSaverFlags</span></a>
|
651
651
|
gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
|
652
652
|
<div class="refsect3">
|
653
|
-
<a name="id-1.2.
|
653
|
+
<a name="id-1.2.5.5.9.14.4"></a><h4>Parameters</h4>
|
654
654
|
<div class="informaltable"><table width="100%" border="0">
|
655
655
|
<colgroup>
|
656
656
|
<col width="150px" class="parameters_name">
|
@@ -665,7 +665,7 @@ gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" hre
|
|
665
665
|
</table></div>
|
666
666
|
</div>
|
667
667
|
<div class="refsect3">
|
668
|
-
<a name="id-1.2.
|
668
|
+
<a name="id-1.2.5.5.9.14.5"></a><h4>Returns</h4>
|
669
669
|
<p> the flags.</p>
|
670
670
|
<p></p>
|
671
671
|
</div>
|
@@ -686,7 +686,7 @@ gtk_source_file_saver_save_async (<em class="parameter"><code><a class="link" hr
|
|
686
686
|
<p>Saves asynchronously the buffer into the file. See the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
|
687
687
|
documentation to know how to use this function.</p>
|
688
688
|
<div class="refsect3">
|
689
|
-
<a name="id-1.2.
|
689
|
+
<a name="id-1.2.5.5.9.15.5"></a><h4>Parameters</h4>
|
690
690
|
<div class="informaltable"><table width="100%" border="0">
|
691
691
|
<colgroup>
|
692
692
|
<col width="150px" class="parameters_name">
|
@@ -760,7 +760,7 @@ gtk_source_file_saver_save_finish (<em class="parameter"><code><a class="link" h
|
|
760
760
|
properties will be updated: the location, the encoding, the newline type and
|
761
761
|
the compression type.</p>
|
762
762
|
<div class="refsect3">
|
763
|
-
<a name="id-1.2.
|
763
|
+
<a name="id-1.2.5.5.9.16.6"></a><h4>Parameters</h4>
|
764
764
|
<div class="informaltable"><table width="100%" border="0">
|
765
765
|
<colgroup>
|
766
766
|
<col width="150px" class="parameters_name">
|
@@ -787,7 +787,7 @@ the compression type.</p>
|
|
787
787
|
</table></div>
|
788
788
|
</div>
|
789
789
|
<div class="refsect3">
|
790
|
-
<a name="id-1.2.
|
790
|
+
<a name="id-1.2.5.5.9.16.7"></a><h4>Returns</h4>
|
791
791
|
<p> whether the file was saved successfully.</p>
|
792
792
|
<p></p>
|
793
793
|
</div>
|
@@ -811,7 +811,7 @@ the compression type.</p>
|
|
811
811
|
<a name="GtkSourceFileSaverError"></a><h3>enum GtkSourceFileSaverError</h3>
|
812
812
|
<p>An error code used with the <a class="link" href="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR:CAPS" title="GTK_SOURCE_FILE_SAVER_ERROR"><code class="literal">GTK_SOURCE_FILE_SAVER_ERROR</code></a> domain.</p>
|
813
813
|
<div class="refsect3">
|
814
|
-
<a name="id-1.2.
|
814
|
+
<a name="id-1.2.5.5.10.4.4"></a><h4>Members</h4>
|
815
815
|
<div class="informaltable"><table width="100%" border="0">
|
816
816
|
<colgroup>
|
817
817
|
<col width="300px" class="enum_members_name">
|
@@ -845,7 +845,7 @@ the compression type.</p>
|
|
845
845
|
<a name="GtkSourceFileSaverFlags"></a><h3>enum GtkSourceFileSaverFlags</h3>
|
846
846
|
<p>Flags to define the behavior of a <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a>.</p>
|
847
847
|
<div class="refsect3">
|
848
|
-
<a name="id-1.2.
|
848
|
+
<a name="id-1.2.5.5.10.5.4"></a><h4>Members</h4>
|
849
849
|
<div class="informaltable"><table width="100%" border="0">
|
850
850
|
<colgroup>
|
851
851
|
<col width="300px" class="enum_members_name">
|
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceGutter: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="ch05.html" title="Gutter and Marks">
|
9
|
+
<link rel="prev" href="ch05.html" title="Gutter and Marks">
|
10
10
|
<link rel="next" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -20,8 +20,8 @@
|
|
20
20
|
<a href="#GtkSourceGutter.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="
|
23
|
+
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="ch05.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceGutterRenderer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<tbody>
|
44
44
|
<tr>
|
45
45
|
<td class="function_type">
|
46
|
-
<span class="returnvalue">GdkWindow</span> *
|
46
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
47
47
|
</td>
|
48
48
|
<td class="function_name">
|
49
49
|
<a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-window" title="gtk_source_gutter_get_window ()">gtk_source_gutter_get_window</a> <span class="c_punctuation">()</span>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<td class="property_flags">Read / Write / Construct Only</td>
|
125
125
|
</tr>
|
126
126
|
<tr>
|
127
|
-
<td class="property_type"><a href="
|
127
|
+
<td class="property_type"><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
|
128
128
|
<td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--window-type" title="The “window-type” property">window-type</a></td>
|
129
129
|
<td class="property_flags">Read / Write / Construct Only</td>
|
130
130
|
</tr>
|
@@ -173,9 +173,9 @@ view. It is used by <a class="link" href="GtkSourceView.html" title="GtkSourceVi
|
|
173
173
|
additional <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> objects in the gutter, you can extend the
|
174
174
|
gutter with your own custom drawings.</p>
|
175
175
|
<p>To get a <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>, use the <a class="link" href="GtkSourceView.html#gtk-source-view-get-gutter" title="gtk_source_view_get_gutter ()"><code class="function">gtk_source_view_get_gutter()</code></a> function.</p>
|
176
|
-
<p>The gutter works very much the same way as cells rendered in a <a href="
|
176
|
+
<p>The gutter works very much the same way as cells rendered in a <a href="http://developer.gnome.org/gtk2/GtkTreeView.html"><span class="type">GtkTreeView</span></a>.
|
177
177
|
The concept is similar, with the exception that the gutter does not have an
|
178
|
-
underlying <a href="
|
178
|
+
underlying <a href="http://developer.gnome.org/gtk2/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a>. The builtin line number renderer is at position
|
179
179
|
<a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_LINES</span></a> (-30) and the marks renderer is at
|
180
180
|
<a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS</span></a> (-20). The gutter sorts the renderers
|
181
181
|
in ascending order, from left to right. So the marks are displayed on the
|
@@ -185,16 +185,16 @@ right of the line numbers.</p>
|
|
185
185
|
<a name="GtkSourceGutter.functions_details"></a><h2>Functions</h2>
|
186
186
|
<div class="refsect2">
|
187
187
|
<a name="gtk-source-gutter-get-window"></a><h3>gtk_source_gutter_get_window ()</h3>
|
188
|
-
<pre class="programlisting"><span class="returnvalue">GdkWindow</span> *
|
188
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
189
189
|
gtk_source_gutter_get_window (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>);</pre>
|
190
190
|
<div class="warning">
|
191
191
|
<p><code class="literal">gtk_source_gutter_get_window</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
192
|
-
<p>Use <a href="
|
192
|
+
<p>Use <a href="http://developer.gnome.org/gtk2/GtkTextView.html#gtk-text-view-get-window"><code class="function">gtk_text_view_get_window()</code></a> instead.</p>
|
193
193
|
</div>
|
194
|
-
<p>Get the <span class="type">GdkWindow</span> of the gutter. The window will only be available when the
|
194
|
+
<p>Get the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of the gutter. The window will only be available when the
|
195
195
|
gutter has at least one, non-zero width, cell renderer packed.</p>
|
196
196
|
<div class="refsect3">
|
197
|
-
<a name="id-1.2.
|
197
|
+
<a name="id-1.2.6.2.9.2.7"></a><h4>Parameters</h4>
|
198
198
|
<div class="informaltable"><table width="100%" border="0">
|
199
199
|
<colgroup>
|
200
200
|
<col width="150px" class="parameters_name">
|
@@ -209,8 +209,8 @@ gutter has at least one, non-zero width, cell renderer packed.</p>
|
|
209
209
|
</table></div>
|
210
210
|
</div>
|
211
211
|
<div class="refsect3">
|
212
|
-
<a name="id-1.2.
|
213
|
-
<p> the <span class="type">GdkWindow</span> of the gutter, 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>
|
212
|
+
<a name="id-1.2.6.2.9.2.8"></a><h4>Returns</h4>
|
213
|
+
<p> the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of the gutter, 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>
|
214
214
|
if the gutter has no window. </p>
|
215
215
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
216
216
|
</div>
|
@@ -230,7 +230,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
|
|
230
230
|
<em class="parameter"><code>renderer</code></em>
|
231
231
|
cannot be already inserted to another gutter.</p>
|
232
232
|
<div class="refsect3">
|
233
|
-
<a name="id-1.2.
|
233
|
+
<a name="id-1.2.6.2.9.3.5"></a><h4>Parameters</h4>
|
234
234
|
<div class="informaltable"><table width="100%" border="0">
|
235
235
|
<colgroup>
|
236
236
|
<col width="150px" class="parameters_name">
|
@@ -257,7 +257,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
|
|
257
257
|
</table></div>
|
258
258
|
</div>
|
259
259
|
<div class="refsect3">
|
260
|
-
<a name="id-1.2.
|
260
|
+
<a name="id-1.2.6.2.9.3.6"></a><h4>Returns</h4>
|
261
261
|
<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 operation succeeded. Otherwise <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>
|
262
262
|
<p></p>
|
263
263
|
</div>
|
@@ -275,7 +275,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
|
|
275
275
|
to new <em class="parameter"><code>position</code></em>
|
276
276
|
.</p>
|
277
277
|
<div class="refsect3">
|
278
|
-
<a name="id-1.2.
|
278
|
+
<a name="id-1.2.6.2.9.4.5"></a><h4>Parameters</h4>
|
279
279
|
<div class="informaltable"><table width="100%" border="0">
|
280
280
|
<colgroup>
|
281
281
|
<col width="150px" class="parameters_name">
|
@@ -290,7 +290,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
|
|
290
290
|
</tr>
|
291
291
|
<tr>
|
292
292
|
<td class="parameter_name"><p>renderer</p></td>
|
293
|
-
<td class="parameter_description"><p>a <a href="
|
293
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkCellRenderer.html"><span class="type">GtkCellRenderer</span></a>.</p></td>
|
294
294
|
<td class="parameter_annotations"> </td>
|
295
295
|
</tr>
|
296
296
|
<tr>
|
@@ -313,7 +313,7 @@ gtk_source_gutter_remove (<em class="parameter"><code><a class="link" href="GtkS
|
|
313
313
|
from <em class="parameter"><code>gutter</code></em>
|
314
314
|
.</p>
|
315
315
|
<div class="refsect3">
|
316
|
-
<a name="id-1.2.
|
316
|
+
<a name="id-1.2.6.2.9.5.5"></a><h4>Parameters</h4>
|
317
317
|
<div class="informaltable"><table width="100%" border="0">
|
318
318
|
<colgroup>
|
319
319
|
<col width="150px" class="parameters_name">
|
@@ -344,7 +344,7 @@ gtk_source_gutter_queue_draw (<em class="parameter"><code><a class="link" href="
|
|
344
344
|
<p>Invalidates the drawable area of the gutter. You can use this to force a
|
345
345
|
redraw of the gutter if something has changed and needs to be redrawn.</p>
|
346
346
|
<div class="refsect3">
|
347
|
-
<a name="id-1.2.
|
347
|
+
<a name="id-1.2.6.2.9.6.5"></a><h4>Parameters</h4>
|
348
348
|
<div class="informaltable"><table width="100%" border="0">
|
349
349
|
<colgroup>
|
350
350
|
<col width="150px" class="parameters_name">
|
@@ -393,7 +393,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
393
393
|
<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> y</code></em>);</pre>
|
394
394
|
<p>Finds the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> at (x, y).</p>
|
395
395
|
<div class="refsect3">
|
396
|
-
<a name="id-1.2.
|
396
|
+
<a name="id-1.2.6.2.9.9.5"></a><h4>Parameters</h4>
|
397
397
|
<div class="informaltable"><table width="100%" border="0">
|
398
398
|
<colgroup>
|
399
399
|
<col width="150px" class="parameters_name">
|
@@ -420,7 +420,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
420
420
|
</table></div>
|
421
421
|
</div>
|
422
422
|
<div class="refsect3">
|
423
|
-
<a name="id-1.2.
|
423
|
+
<a name="id-1.2.6.2.9.9.6"></a><h4>Returns</h4>
|
424
424
|
<p> the renderer at (x, y) 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>
|
425
425
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
426
426
|
</div>
|
@@ -444,7 +444,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
444
444
|
<hr>
|
445
445
|
<div class="refsect2">
|
446
446
|
<a name="GtkSourceGutter--window-type"></a><h3>The <code class="literal">“window-type”</code> property</h3>
|
447
|
-
<pre class="programlisting"> “window-type” <a href="
|
447
|
+
<pre class="programlisting"> “window-type” <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
|
448
448
|
<p>The text window type on which the window is placed.</p>
|
449
449
|
<p>Flags: Read / Write / Construct Only</p>
|
450
450
|
<p>Default value: GTK_TEXT_WINDOW_PRIVATE</p>
|
@@ -456,8 +456,8 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
|
|
456
456
|
<p>The x-padding.</p>
|
457
457
|
<div class="warning">
|
458
458
|
<p><code class="literal">GtkSourceGutter:xpad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
459
|
-
<p>Use the <a class="link" href="GtkSourceGutterRenderer.html
|
460
|
-
instead.</p>
|
459
|
+
<p>Use the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a>'s
|
460
|
+
<a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--xpad" title="The “xpad” property"><span class="type">“xpad”</span></a> property instead.</p>
|
461
461
|
</div>
|
462
462
|
<p>Flags: Read / Write / Construct</p>
|
463
463
|
<p>Allowed values: >= -1</p>
|
@@ -470,8 +470,8 @@ instead.</p>
|
|
470
470
|
<p>The y-padding.</p>
|
471
471
|
<div class="warning">
|
472
472
|
<p><code class="literal">GtkSourceGutter:ypad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
473
|
-
<p>Use the <a class="link" href="GtkSourceGutterRenderer.html
|
474
|
-
instead.</p>
|
473
|
+
<p>Use the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a>'s
|
474
|
+
<a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--ypad" title="The “ypad” property"><span class="type">“ypad”</span></a> property instead.</p>
|
475
475
|
</div>
|
476
476
|
<p>Flags: Read / Write / Construct</p>
|
477
477
|
<p>Allowed values: >= -1</p>
|