gtksourceview3 2.2.5-x64-mingw32 → 3.0.0-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.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/lib/gtksourceview3/loader.rb +46 -0
  4. data/lib/gtksourceview3/mark-attributes.rb +29 -0
  5. data/lib/gtksourceview3.rb +47 -12
  6. data/test/run-test.rb +2 -0
  7. data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
  8. data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
  9. data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
  10. data/test/{test_source_view.rb → test-source-view.rb} +1 -1
  11. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
  24. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  25. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  26. data/vendor/local/lib/libgtksourceview-3.0.la +3 -3
  27. data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  28. data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  29. data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  30. data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  31. data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  32. data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  33. data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  34. data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  35. data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  36. data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  37. data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  38. data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  39. data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  40. data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  41. data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  42. data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  43. data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  44. data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  45. data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  46. data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  47. data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  48. data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  49. data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  50. data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  51. data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  52. data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  53. data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  54. data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  55. data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  56. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
  57. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +13 -9
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
  116. data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
  117. data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
  118. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
  119. data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
  120. data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
  121. data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
  122. data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
  129. data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
  130. data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
  131. data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
  132. data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
  133. data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
  134. data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
  135. data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
  136. data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
  137. data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
  138. data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
  139. data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
  140. data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
  141. metadata +43 -35
  142. data/ext/gtksourceview3/depend +0 -6
  143. data/ext/gtksourceview3/extconf.rb +0 -67
  144. data/ext/gtksourceview3/gtksourceview3.def +0 -2
  145. data/ext/gtksourceview3/rbgtksource.c +0 -53
  146. data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
  147. data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
  148. data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
  149. data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
  150. data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
  151. data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
  152. data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
  153. data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
  154. data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
  155. data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
  156. data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
  157. data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
  158. data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
  159. data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
  160. data/ext/gtksourceview3/rbgtksourceview.c +0 -94
  161. data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
  162. data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
  163. data/extconf.rb +0 -49
  164. data/lib/2.0/gtksourceview3.so +0 -0
  165. data/lib/2.1/gtksourceview3.so +0 -0
  166. data/lib/2.2/gtksourceview3.so +0 -0
  167. data/sample/sourcelanguagemanager.rb +0 -21
  168. 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: GtkSourceView</title>
5
+ <title>GtkSourceView: 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="ch01.html" title="API reference">
9
- <link rel="prev" href="gtksourceview-3.0-GtkSourceUtils.html" title="GtkSourceUtils">
10
- <link rel="next" href="ch02.html" title="Syntax highlighting reference">
8
+ <link rel="up" href="ch01.html" title="Main Classes">
9
+ <link rel="prev" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
10
+ <link rel="next" href="ch02.html" title="Syntax Highlighting">
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>
@@ -23,7 +23,7 @@
23
23
  </td>
24
24
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
25
25
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
26
- <td><a accesskey="p" href="gtksourceview-3.0-GtkSourceUtils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="p" href="GtkSourceBuffer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
27
27
  <td><a accesskey="n" href="ch02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
28
28
  </tr></table>
29
29
  <div class="refentry">
@@ -31,7 +31,7 @@
31
31
  <div class="refnamediv"><table width="100%"><tr>
32
32
  <td valign="top">
33
33
  <h2><span class="refentrytitle"><a name="GtkSourceView.top_of_page"></a>GtkSourceView</span></h2>
34
- <p>GtkSourceView — The view object</p>
34
+ <p>GtkSourceView — Widget that displays a GtkSourceBuffer</p>
35
35
  </td>
36
36
  <td class="gallery_image" valign="top" align="right"></td>
37
37
  </tr></table></div>
@@ -45,7 +45,7 @@
45
45
  <tbody>
46
46
  <tr>
47
47
  <td class="function_type">
48
- <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
48
+ <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
49
49
  </td>
50
50
  <td class="function_name">
51
51
  <a class="link" href="GtkSourceView.html#gtk-source-view-new" title="gtk_source_view_new ()">gtk_source_view_new</a> <span class="c_punctuation">()</span>
@@ -53,7 +53,7 @@
53
53
  </tr>
54
54
  <tr>
55
55
  <td class="function_type">
56
- <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
56
+ <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
57
57
  </td>
58
58
  <td class="function_name">
59
59
  <a class="link" href="GtkSourceView.html#gtk-source-view-new-with-buffer" title="gtk_source_view_new_with_buffer ()">gtk_source_view_new_with_buffer</a> <span class="c_punctuation">()</span>
@@ -64,7 +64,7 @@
64
64
  <span class="returnvalue">void</span>
65
65
  </td>
66
66
  <td class="function_name">
67
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-auto-indent" title="gtk_source_view_set_auto_indent ()">gtk_source_view_set_auto_indent</a> <span class="c_punctuation">()</span>
67
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-show-line-numbers" title="gtk_source_view_set_show_line_numbers ()">gtk_source_view_set_show_line_numbers</a> <span class="c_punctuation">()</span>
68
68
  </td>
69
69
  </tr>
70
70
  <tr>
@@ -72,7 +72,7 @@
72
72
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
73
73
  </td>
74
74
  <td class="function_name">
75
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-auto-indent" title="gtk_source_view_get_auto_indent ()">gtk_source_view_get_auto_indent</a> <span class="c_punctuation">()</span>
75
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-show-line-numbers" title="gtk_source_view_get_show_line_numbers ()">gtk_source_view_get_show_line_numbers</a> <span class="c_punctuation">()</span>
76
76
  </td>
77
77
  </tr>
78
78
  <tr>
@@ -80,7 +80,7 @@
80
80
  <span class="returnvalue">void</span>
81
81
  </td>
82
82
  <td class="function_name">
83
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-on-tab" title="gtk_source_view_set_indent_on_tab ()">gtk_source_view_set_indent_on_tab</a> <span class="c_punctuation">()</span>
83
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-show-right-margin" title="gtk_source_view_set_show_right_margin ()">gtk_source_view_set_show_right_margin</a> <span class="c_punctuation">()</span>
84
84
  </td>
85
85
  </tr>
86
86
  <tr>
@@ -88,7 +88,7 @@
88
88
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
89
89
  </td>
90
90
  <td class="function_name">
91
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-indent-on-tab" title="gtk_source_view_get_indent_on_tab ()">gtk_source_view_get_indent_on_tab</a> <span class="c_punctuation">()</span>
91
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-show-right-margin" title="gtk_source_view_get_show_right_margin ()">gtk_source_view_get_show_right_margin</a> <span class="c_punctuation">()</span>
92
92
  </td>
93
93
  </tr>
94
94
  <tr>
@@ -96,15 +96,15 @@
96
96
  <span class="returnvalue">void</span>
97
97
  </td>
98
98
  <td class="function_name">
99
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-width" title="gtk_source_view_set_indent_width ()">gtk_source_view_set_indent_width</a> <span class="c_punctuation">()</span>
99
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-right-margin-position" title="gtk_source_view_set_right_margin_position ()">gtk_source_view_set_right_margin_position</a> <span class="c_punctuation">()</span>
100
100
  </td>
101
101
  </tr>
102
102
  <tr>
103
103
  <td class="function_type">
104
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
104
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
105
105
  </td>
106
106
  <td class="function_name">
107
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-indent-width" title="gtk_source_view_get_indent_width ()">gtk_source_view_get_indent_width</a> <span class="c_punctuation">()</span>
107
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-right-margin-position" title="gtk_source_view_get_right_margin_position ()">gtk_source_view_get_right_margin_position</a> <span class="c_punctuation">()</span>
108
108
  </td>
109
109
  </tr>
110
110
  <tr>
@@ -112,7 +112,7 @@
112
112
  <span class="returnvalue">void</span>
113
113
  </td>
114
114
  <td class="function_name">
115
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-insert-spaces-instead-of-tabs" title="gtk_source_view_set_insert_spaces_instead_of_tabs ()">gtk_source_view_set_insert_spaces_instead_of_tabs</a> <span class="c_punctuation">()</span>
115
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-highlight-current-line" title="gtk_source_view_set_highlight_current_line ()">gtk_source_view_set_highlight_current_line</a> <span class="c_punctuation">()</span>
116
116
  </td>
117
117
  </tr>
118
118
  <tr>
@@ -120,7 +120,7 @@
120
120
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
121
121
  </td>
122
122
  <td class="function_name">
123
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-insert-spaces-instead-of-tabs" title="gtk_source_view_get_insert_spaces_instead_of_tabs ()">gtk_source_view_get_insert_spaces_instead_of_tabs</a> <span class="c_punctuation">()</span>
123
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-highlight-current-line" title="gtk_source_view_get_highlight_current_line ()">gtk_source_view_get_highlight_current_line</a> <span class="c_punctuation">()</span>
124
124
  </td>
125
125
  </tr>
126
126
  <tr>
@@ -128,15 +128,15 @@
128
128
  <span class="returnvalue">void</span>
129
129
  </td>
130
130
  <td class="function_name">
131
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-smart-home-end" title="gtk_source_view_set_smart_home_end ()">gtk_source_view_set_smart_home_end</a> <span class="c_punctuation">()</span>
131
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-auto-indent" title="gtk_source_view_set_auto_indent ()">gtk_source_view_set_auto_indent</a> <span class="c_punctuation">()</span>
132
132
  </td>
133
133
  </tr>
134
134
  <tr>
135
135
  <td class="function_type">
136
- <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="returnvalue">GtkSourceSmartHomeEndType</span></a>
136
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
137
137
  </td>
138
138
  <td class="function_name">
139
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-smart-home-end" title="gtk_source_view_get_smart_home_end ()">gtk_source_view_get_smart_home_end</a> <span class="c_punctuation">()</span>
139
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-auto-indent" title="gtk_source_view_get_auto_indent ()">gtk_source_view_get_auto_indent</a> <span class="c_punctuation">()</span>
140
140
  </td>
141
141
  </tr>
142
142
  <tr>
@@ -144,15 +144,15 @@
144
144
  <span class="returnvalue">void</span>
145
145
  </td>
146
146
  <td class="function_name">
147
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-mark-attributes" title="gtk_source_view_set_mark_attributes ()">gtk_source_view_set_mark_attributes</a> <span class="c_punctuation">()</span>
147
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-on-tab" title="gtk_source_view_set_indent_on_tab ()">gtk_source_view_set_indent_on_tab</a> <span class="c_punctuation">()</span>
148
148
  </td>
149
149
  </tr>
150
150
  <tr>
151
151
  <td class="function_type">
152
- <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
152
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
153
153
  </td>
154
154
  <td class="function_name">
155
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-mark-attributes" title="gtk_source_view_get_mark_attributes ()">gtk_source_view_get_mark_attributes</a> <span class="c_punctuation">()</span>
155
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-indent-on-tab" title="gtk_source_view_get_indent_on_tab ()">gtk_source_view_get_indent_on_tab</a> <span class="c_punctuation">()</span>
156
156
  </td>
157
157
  </tr>
158
158
  <tr>
@@ -160,15 +160,15 @@
160
160
  <span class="returnvalue">void</span>
161
161
  </td>
162
162
  <td class="function_name">
163
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-highlight-current-line" title="gtk_source_view_set_highlight_current_line ()">gtk_source_view_set_highlight_current_line</a> <span class="c_punctuation">()</span>
163
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-tab-width" title="gtk_source_view_set_tab_width ()">gtk_source_view_set_tab_width</a> <span class="c_punctuation">()</span>
164
164
  </td>
165
165
  </tr>
166
166
  <tr>
167
167
  <td class="function_type">
168
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
168
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
169
169
  </td>
170
170
  <td class="function_name">
171
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-highlight-current-line" title="gtk_source_view_get_highlight_current_line ()">gtk_source_view_get_highlight_current_line</a> <span class="c_punctuation">()</span>
171
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-tab-width" title="gtk_source_view_get_tab_width ()">gtk_source_view_get_tab_width</a> <span class="c_punctuation">()</span>
172
172
  </td>
173
173
  </tr>
174
174
  <tr>
@@ -176,15 +176,15 @@
176
176
  <span class="returnvalue">void</span>
177
177
  </td>
178
178
  <td class="function_name">
179
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-show-line-marks" title="gtk_source_view_set_show_line_marks ()">gtk_source_view_set_show_line_marks</a> <span class="c_punctuation">()</span>
179
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-width" title="gtk_source_view_set_indent_width ()">gtk_source_view_set_indent_width</a> <span class="c_punctuation">()</span>
180
180
  </td>
181
181
  </tr>
182
182
  <tr>
183
183
  <td class="function_type">
184
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
184
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
185
185
  </td>
186
186
  <td class="function_name">
187
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-show-line-marks" title="gtk_source_view_get_show_line_marks ()">gtk_source_view_get_show_line_marks</a> <span class="c_punctuation">()</span>
187
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-indent-width" title="gtk_source_view_get_indent_width ()">gtk_source_view_get_indent_width</a> <span class="c_punctuation">()</span>
188
188
  </td>
189
189
  </tr>
190
190
  <tr>
@@ -192,7 +192,7 @@
192
192
  <span class="returnvalue">void</span>
193
193
  </td>
194
194
  <td class="function_name">
195
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-show-line-numbers" title="gtk_source_view_set_show_line_numbers ()">gtk_source_view_set_show_line_numbers</a> <span class="c_punctuation">()</span>
195
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-insert-spaces-instead-of-tabs" title="gtk_source_view_set_insert_spaces_instead_of_tabs ()">gtk_source_view_set_insert_spaces_instead_of_tabs</a> <span class="c_punctuation">()</span>
196
196
  </td>
197
197
  </tr>
198
198
  <tr>
@@ -200,7 +200,7 @@
200
200
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
201
201
  </td>
202
202
  <td class="function_name">
203
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-show-line-numbers" title="gtk_source_view_get_show_line_numbers ()">gtk_source_view_get_show_line_numbers</a> <span class="c_punctuation">()</span>
203
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-insert-spaces-instead-of-tabs" title="gtk_source_view_get_insert_spaces_instead_of_tabs ()">gtk_source_view_get_insert_spaces_instead_of_tabs</a> <span class="c_punctuation">()</span>
204
204
  </td>
205
205
  </tr>
206
206
  <tr>
@@ -208,15 +208,23 @@
208
208
  <span class="returnvalue">void</span>
209
209
  </td>
210
210
  <td class="function_name">
211
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-show-right-margin" title="gtk_source_view_set_show_right_margin ()">gtk_source_view_set_show_right_margin</a> <span class="c_punctuation">()</span>
211
+ <a class="link" href="GtkSourceView.html#gtk-source-view-indent-lines" title="gtk_source_view_indent_lines ()">gtk_source_view_indent_lines</a> <span class="c_punctuation">()</span>
212
212
  </td>
213
213
  </tr>
214
214
  <tr>
215
215
  <td class="function_type">
216
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
216
+ <span class="returnvalue">void</span>
217
217
  </td>
218
218
  <td class="function_name">
219
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-show-right-margin" title="gtk_source_view_get_show_right_margin ()">gtk_source_view_get_show_right_margin</a> <span class="c_punctuation">()</span>
219
+ <a class="link" href="GtkSourceView.html#gtk-source-view-unindent-lines" title="gtk_source_view_unindent_lines ()">gtk_source_view_unindent_lines</a> <span class="c_punctuation">()</span>
220
+ </td>
221
+ </tr>
222
+ <tr>
223
+ <td class="function_type">
224
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
225
+ </td>
226
+ <td class="function_name">
227
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-visual-column" title="gtk_source_view_get_visual_column ()">gtk_source_view_get_visual_column</a> <span class="c_punctuation">()</span>
220
228
  </td>
221
229
  </tr>
222
230
  <tr>
@@ -224,15 +232,15 @@
224
232
  <span class="returnvalue">void</span>
225
233
  </td>
226
234
  <td class="function_name">
227
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-right-margin-position" title="gtk_source_view_set_right_margin_position ()">gtk_source_view_set_right_margin_position</a> <span class="c_punctuation">()</span>
235
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-smart-home-end" title="gtk_source_view_set_smart_home_end ()">gtk_source_view_set_smart_home_end</a> <span class="c_punctuation">()</span>
228
236
  </td>
229
237
  </tr>
230
238
  <tr>
231
239
  <td class="function_type">
232
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
240
+ <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="returnvalue">GtkSourceSmartHomeEndType</span></a>
233
241
  </td>
234
242
  <td class="function_name">
235
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-right-margin-position" title="gtk_source_view_get_right_margin_position ()">gtk_source_view_get_right_margin_position</a> <span class="c_punctuation">()</span>
243
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-smart-home-end" title="gtk_source_view_get_smart_home_end ()">gtk_source_view_get_smart_home_end</a> <span class="c_punctuation">()</span>
236
244
  </td>
237
245
  </tr>
238
246
  <tr>
@@ -240,15 +248,31 @@
240
248
  <span class="returnvalue">void</span>
241
249
  </td>
242
250
  <td class="function_name">
243
- <a class="link" href="GtkSourceView.html#gtk-source-view-set-tab-width" title="gtk_source_view_set_tab_width ()">gtk_source_view_set_tab_width</a> <span class="c_punctuation">()</span>
251
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-mark-attributes" title="gtk_source_view_set_mark_attributes ()">gtk_source_view_set_mark_attributes</a> <span class="c_punctuation">()</span>
244
252
  </td>
245
253
  </tr>
246
254
  <tr>
247
255
  <td class="function_type">
248
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
256
+ <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
249
257
  </td>
250
258
  <td class="function_name">
251
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-tab-width" title="gtk_source_view_get_tab_width ()">gtk_source_view_get_tab_width</a> <span class="c_punctuation">()</span>
259
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-mark-attributes" title="gtk_source_view_get_mark_attributes ()">gtk_source_view_get_mark_attributes</a> <span class="c_punctuation">()</span>
260
+ </td>
261
+ </tr>
262
+ <tr>
263
+ <td class="function_type">
264
+ <span class="returnvalue">void</span>
265
+ </td>
266
+ <td class="function_name">
267
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-show-line-marks" title="gtk_source_view_set_show_line_marks ()">gtk_source_view_set_show_line_marks</a> <span class="c_punctuation">()</span>
268
+ </td>
269
+ </tr>
270
+ <tr>
271
+ <td class="function_type">
272
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
273
+ </td>
274
+ <td class="function_name">
275
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-show-line-marks" title="gtk_source_view_get_show_line_marks ()">gtk_source_view_get_show_line_marks</a> <span class="c_punctuation">()</span>
252
276
  </td>
253
277
  </tr>
254
278
  <tr>
@@ -285,10 +309,18 @@
285
309
  </tr>
286
310
  <tr>
287
311
  <td class="function_type">
288
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
312
+ <span class="returnvalue">void</span>
289
313
  </td>
290
314
  <td class="function_name">
291
- <a class="link" href="GtkSourceView.html#gtk-source-view-get-visual-column" title="gtk_source_view_get_visual_column ()">gtk_source_view_get_visual_column</a> <span class="c_punctuation">()</span>
315
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-background-pattern" title="gtk_source_view_set_background_pattern ()">gtk_source_view_set_background_pattern</a> <span class="c_punctuation">()</span>
316
+ </td>
317
+ </tr>
318
+ <tr>
319
+ <td class="function_type">
320
+ <a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="returnvalue">GtkSourceBackgroundPatternType</span></a>
321
+ </td>
322
+ <td class="function_name">
323
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-background-pattern" title="gtk_source_view_get_background_pattern ()">gtk_source_view_get_background_pattern</a> <span class="c_punctuation">()</span>
292
324
  </td>
293
325
  </tr>
294
326
  </tbody>
@@ -309,6 +341,11 @@
309
341
  <td class="property_flags">Read / Write</td>
310
342
  </tr>
311
343
  <tr>
344
+ <td class="property_type"><a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="type">GtkSourceBackgroundPatternType</span></a></td>
345
+ <td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--background-pattern" title="The “background-pattern” property">background-pattern</a></td>
346
+ <td class="property_flags">Read / Write</td>
347
+ </tr>
348
+ <tr>
312
349
  <td class="property_type">
313
350
  <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *</td>
314
351
  <td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--completion" title="The “completion” property">completion</a></td>
@@ -383,38 +420,58 @@
383
420
  <tbody>
384
421
  <tr>
385
422
  <td class="signal_type"><span class="returnvalue">void</span></td>
423
+ <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-change-case" title="The “change-case” signal">change-case</a></td>
424
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
425
+ </tr>
426
+ <tr>
427
+ <td class="signal_type"><span class="returnvalue">void</span></td>
428
+ <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-change-number" title="The “change-number” signal">change-number</a></td>
429
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
430
+ </tr>
431
+ <tr>
432
+ <td class="signal_type"><span class="returnvalue">void</span></td>
433
+ <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-join-lines" title="The “join-lines” signal">join-lines</a></td>
434
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
435
+ </tr>
436
+ <tr>
437
+ <td class="signal_type"><span class="returnvalue">void</span></td>
386
438
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-line-mark-activated" title="The “line-mark-activated” signal">line-mark-activated</a></td>
387
- <td class="signal_flags">Run Last</td>
439
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
388
440
  </tr>
389
441
  <tr>
390
442
  <td class="signal_type"><span class="returnvalue">void</span></td>
391
443
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-move-lines" title="The “move-lines” signal">move-lines</a></td>
392
- <td class="signal_flags">Action</td>
444
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
445
+ </tr>
446
+ <tr>
447
+ <td class="signal_type"><span class="returnvalue">void</span></td>
448
+ <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-move-to-matching-bracket" title="The “move-to-matching-bracket” signal">move-to-matching-bracket</a></td>
449
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
393
450
  </tr>
394
451
  <tr>
395
452
  <td class="signal_type"><span class="returnvalue">void</span></td>
396
453
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-move-words" title="The “move-words” signal">move-words</a></td>
397
- <td class="signal_flags">Action</td>
454
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
398
455
  </tr>
399
456
  <tr>
400
457
  <td class="signal_type"><span class="returnvalue">void</span></td>
401
458
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-redo" title="The “redo” signal">redo</a></td>
402
- <td class="signal_flags">Action</td>
459
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
403
460
  </tr>
404
461
  <tr>
405
462
  <td class="signal_type"><span class="returnvalue">void</span></td>
406
463
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-show-completion" title="The “show-completion” signal">show-completion</a></td>
407
- <td class="signal_flags">Action</td>
464
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
408
465
  </tr>
409
466
  <tr>
410
467
  <td class="signal_type"><span class="returnvalue">void</span></td>
411
468
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-smart-home-end" title="The “smart-home-end” signal">smart-home-end</a></td>
412
- <td class="signal_flags">Run Last</td>
469
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
413
470
  </tr>
414
471
  <tr>
415
472
  <td class="signal_type"><span class="returnvalue">void</span></td>
416
473
  <td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-undo" title="The “undo” signal">undo</a></td>
417
- <td class="signal_flags">Action</td>
474
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
418
475
  </tr>
419
476
  </tbody>
420
477
  </table></div>
@@ -443,6 +500,10 @@
443
500
  <td class="datatype_keyword">enum</td>
444
501
  <td class="function_name"><a class="link" href="GtkSourceView.html#GtkSourceViewGutterPosition" title="enum GtkSourceViewGutterPosition">GtkSourceViewGutterPosition</a></td>
445
502
  </tr>
503
+ <tr>
504
+ <td class="datatype_keyword">enum</td>
505
+ <td class="function_name"><a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType">GtkSourceBackgroundPatternType</a></td>
506
+ </tr>
446
507
  </tbody>
447
508
  </table></div>
448
509
  </div>
@@ -450,9 +511,9 @@
450
511
  <a name="GtkSourceView.object-hierarchy"></a><h2>Object Hierarchy</h2>
451
512
  <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
452
513
  <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
453
- <span class="lineart">╰──</span> <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWidget.html">GtkWidget</a>
454
- <span class="lineart">╰──</span> <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkContainer.html">GtkContainer</a>
455
- <span class="lineart">╰──</span> <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextView.html">GtkTextView</a>
514
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWidget.html">GtkWidget</a>
515
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkContainer.html">GtkContainer</a>
516
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkTextView.html">GtkTextView</a>
456
517
  <span class="lineart">╰──</span> GtkSourceView
457
518
  </pre>
458
519
  </div>
@@ -460,7 +521,7 @@
460
521
  <a name="GtkSourceView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
461
522
  <p>
462
523
  GtkSourceView implements
463
- AtkImplementorIface, <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkBuildable.html">GtkBuildable</a> and <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkScrollable.html">GtkScrollable</a>.</p>
524
+ AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk2/GtkScrollable.html">GtkScrollable</a>.</p>
464
525
  </div>
465
526
  <div class="refsect1">
466
527
  <a name="GtkSourceView.includes"></a><h2>Includes</h2>
@@ -469,12 +530,24 @@ GtkSourceView implements
469
530
  </div>
470
531
  <div class="refsect1">
471
532
  <a name="GtkSourceView.description"></a><h2>Description</h2>
472
- <p><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> is the main object of the GtkSourceView library. It provides
473
- a text view with syntax highlighting, undo/redo and text marks. Use a
474
- <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to display text with a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p>
533
+ <p><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> is the main class of the GtkSourceView library.
534
+ Use a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to display text with a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p>
535
+ <p>This class provides:</p>
536
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
537
+ <li class="listitem"><p>Show the line numbers;</p></li>
538
+ <li class="listitem"><p>Show a right margin;</p></li>
539
+ <li class="listitem"><p>Highlight the current line;</p></li>
540
+ <li class="listitem"><p>Indentation settings;</p></li>
541
+ <li class="listitem"><p>Configuration for the Home and End keyboard keys;</p></li>
542
+ <li class="listitem"><p>Configure and show line marks;</p></li>
543
+ <li class="listitem"><p>A way to visualize white spaces (by drawing symbols);</p></li>
544
+ <li class="listitem"><p>And a few other things.</p></li>
545
+ </ul></div>
546
+ <p>An easy way to test all these features is to use the test-widget mini-program
547
+ provided in the GtkSourceView repository, in the tests/ directory.</p>
475
548
  <div class="refsect2">
476
- <a name="id-1.2.30.10.3"></a><h3>GtkSourceView as GtkBuildable</h3>
477
- <p>The GtkSourceView implementation of the <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkBuildable.html"><span class="type">GtkBuildable</span></a> interface exposes the
549
+ <a name="id-1.2.2.3.10.6"></a><h3>GtkSourceView as GtkBuildable</h3>
550
+ <p>The GtkSourceView implementation of the <a href="http://developer.gnome.org/gtk2/GtkBuildable.html"><span class="type">GtkBuildable</span></a> interface exposes the
478
551
  <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>
479
552
  <p>An example of a UI definition fragment with GtkSourceView:</p>
480
553
  <div class="informalexample">
@@ -511,13 +584,13 @@ a text view with syntax highlighting, undo/redo and text marks. Use a
511
584
  <a name="GtkSourceView.functions_details"></a><h2>Functions</h2>
512
585
  <div class="refsect2">
513
586
  <a name="gtk-source-view-new"></a><h3>gtk_source_view_new ()</h3>
514
- <pre class="programlisting"><a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
587
+ <pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
515
588
  gtk_source_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
516
- <p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>. An empty default buffer will be
517
- created for you. If you want to specify your own buffer, consider
518
- <a class="link" href="GtkSourceView.html#gtk-source-view-new-with-buffer" title="gtk_source_view_new_with_buffer ()"><code class="function">gtk_source_view_new_with_buffer()</code></a>.</p>
589
+ <p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>. An empty default <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> will be
590
+ created for you and can be retrieved with <a href="http://developer.gnome.org/gtk2/GtkTextView.html#gtk-text-view-get-buffer"><code class="function">gtk_text_view_get_buffer()</code></a>. If you
591
+ want to specify your own buffer, consider <a class="link" href="GtkSourceView.html#gtk-source-view-new-with-buffer" title="gtk_source_view_new_with_buffer ()"><code class="function">gtk_source_view_new_with_buffer()</code></a>.</p>
519
592
  <div class="refsect3">
520
- <a name="id-1.2.30.11.2.5"></a><h4>Returns</h4>
593
+ <a name="id-1.2.2.3.11.2.5"></a><h4>Returns</h4>
521
594
  <p> a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p>
522
595
  <p></p>
523
596
  </div>
@@ -525,13 +598,13 @@ created for you. If you want to specify your own buffer, consider
525
598
  <hr>
526
599
  <div class="refsect2">
527
600
  <a name="gtk-source-view-new-with-buffer"></a><h3>gtk_source_view_new_with_buffer ()</h3>
528
- <pre class="programlisting"><a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
601
+ <pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
529
602
  gtk_source_view_new_with_buffer (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>);</pre>
530
603
  <p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> widget displaying the buffer
531
604
  <em class="parameter"><code>buffer</code></em>
532
605
  . One buffer can be shared among many widgets.</p>
533
606
  <div class="refsect3">
534
- <a name="id-1.2.30.11.3.5"></a><h4>Parameters</h4>
607
+ <a name="id-1.2.2.3.11.3.5"></a><h4>Parameters</h4>
535
608
  <div class="informaltable"><table width="100%" border="0">
536
609
  <colgroup>
537
610
  <col width="150px" class="parameters_name">
@@ -546,20 +619,20 @@ gtk_source_view_new_with_buffer (<em class="parameter"><code><a class="link" hre
546
619
  </table></div>
547
620
  </div>
548
621
  <div class="refsect3">
549
- <a name="id-1.2.30.11.3.6"></a><h4>Returns</h4>
622
+ <a name="id-1.2.2.3.11.3.6"></a><h4>Returns</h4>
550
623
  <p> a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p>
551
624
  <p></p>
552
625
  </div>
553
626
  </div>
554
627
  <hr>
555
628
  <div class="refsect2">
556
- <a name="gtk-source-view-set-auto-indent"></a><h3>gtk_source_view_set_auto_indent ()</h3>
629
+ <a name="gtk-source-view-set-show-line-numbers"></a><h3>gtk_source_view_set_show_line_numbers ()</h3>
557
630
  <pre class="programlisting"><span class="returnvalue">void</span>
558
- gtk_source_view_set_auto_indent (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
559
- <em class="parameter"><code><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> enable</code></em>);</pre>
560
- <p>If <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> auto indentation of text is enabled.</p>
631
+ 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>,
632
+ <em class="parameter"><code><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> show</code></em>);</pre>
633
+ <p>If <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> line numbers will be displayed beside the text.</p>
561
634
  <div class="refsect3">
562
- <a name="id-1.2.30.11.4.5"></a><h4>Parameters</h4>
635
+ <a name="id-1.2.2.3.11.4.5"></a><h4>Parameters</h4>
563
636
  <div class="informaltable"><table width="100%" border="0">
564
637
  <colgroup>
565
638
  <col width="150px" class="parameters_name">
@@ -573,8 +646,8 @@ gtk_source_view_set_auto_indent (<em class="parameter"><code><a class="link" hre
573
646
  <td class="parameter_annotations"> </td>
574
647
  </tr>
575
648
  <tr>
576
- <td class="parameter_name"><p>enable</p></td>
577
- <td class="parameter_description"><p>whether to enable auto indentation.</p></td>
649
+ <td class="parameter_name"><p>show</p></td>
650
+ <td class="parameter_description"><p>whether line numbers should be displayed.</p></td>
578
651
  <td class="parameter_annotations"> </td>
579
652
  </tr>
580
653
  </tbody>
@@ -583,12 +656,12 @@ gtk_source_view_set_auto_indent (<em class="parameter"><code><a class="link" hre
583
656
  </div>
584
657
  <hr>
585
658
  <div class="refsect2">
586
- <a name="gtk-source-view-get-auto-indent"></a><h3>gtk_source_view_get_auto_indent ()</h3>
659
+ <a name="gtk-source-view-get-show-line-numbers"></a><h3>gtk_source_view_get_show_line_numbers ()</h3>
587
660
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
588
- gtk_source_view_get_auto_indent (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
589
- <p>Returns whether auto indentation of text is enabled.</p>
661
+ gtk_source_view_get_show_line_numbers (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
662
+ <p>Returns whether line numbers are displayed beside the text.</p>
590
663
  <div class="refsect3">
591
- <a name="id-1.2.30.11.5.5"></a><h4>Parameters</h4>
664
+ <a name="id-1.2.2.3.11.5.5"></a><h4>Parameters</h4>
592
665
  <div class="informaltable"><table width="100%" border="0">
593
666
  <colgroup>
594
667
  <col width="150px" class="parameters_name">
@@ -603,22 +676,20 @@ gtk_source_view_get_auto_indent (<em class="parameter"><code><a class="link" hre
603
676
  </table></div>
604
677
  </div>
605
678
  <div class="refsect3">
606
- <a name="id-1.2.30.11.5.6"></a><h4>Returns</h4>
607
- <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 auto indentation is enabled.</p>
679
+ <a name="id-1.2.2.3.11.5.6"></a><h4>Returns</h4>
680
+ <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 numbers are displayed.</p>
608
681
  <p></p>
609
682
  </div>
610
683
  </div>
611
684
  <hr>
612
685
  <div class="refsect2">
613
- <a name="gtk-source-view-set-indent-on-tab"></a><h3>gtk_source_view_set_indent_on_tab ()</h3>
686
+ <a name="gtk-source-view-set-show-right-margin"></a><h3>gtk_source_view_set_show_right_margin ()</h3>
614
687
  <pre class="programlisting"><span class="returnvalue">void</span>
615
- gtk_source_view_set_indent_on_tab (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
616
- <em class="parameter"><code><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> enable</code></em>);</pre>
617
- <p>If <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>, when the tab key is pressed and there is a selection, the
618
- selected text is indented of one level instead of being replaced with
619
- the \t characters. Shift+Tab unindents the selection.</p>
688
+ gtk_source_view_set_show_right_margin (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
689
+ <em class="parameter"><code><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> show</code></em>);</pre>
690
+ <p>If <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> a right margin is displayed.</p>
620
691
  <div class="refsect3">
621
- <a name="id-1.2.30.11.6.5"></a><h4>Parameters</h4>
692
+ <a name="id-1.2.2.3.11.6.5"></a><h4>Parameters</h4>
622
693
  <div class="informaltable"><table width="100%" border="0">
623
694
  <colgroup>
624
695
  <col width="150px" class="parameters_name">
@@ -632,24 +703,22 @@ the \t characters. Shift+Tab unindents the selection.</p>
632
703
  <td class="parameter_annotations"> </td>
633
704
  </tr>
634
705
  <tr>
635
- <td class="parameter_name"><p>enable</p></td>
636
- <td class="parameter_description"><p>whether to indent a block when tab is pressed.</p></td>
706
+ <td class="parameter_name"><p>show</p></td>
707
+ <td class="parameter_description"><p>whether to show a right margin.</p></td>
637
708
  <td class="parameter_annotations"> </td>
638
709
  </tr>
639
710
  </tbody>
640
711
  </table></div>
641
712
  </div>
642
- <p class="since">Since 1.8</p>
643
713
  </div>
644
714
  <hr>
645
715
  <div class="refsect2">
646
- <a name="gtk-source-view-get-indent-on-tab"></a><h3>gtk_source_view_get_indent_on_tab ()</h3>
716
+ <a name="gtk-source-view-get-show-right-margin"></a><h3>gtk_source_view_get_show_right_margin ()</h3>
647
717
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
648
- gtk_source_view_get_indent_on_tab (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
649
- <p>Returns whether when the tab key is pressed the current selection
650
- should get indented instead of replaced with the \t character.</p>
718
+ gtk_source_view_get_show_right_margin (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
719
+ <p>Returns whether a right margin is displayed.</p>
651
720
  <div class="refsect3">
652
- <a name="id-1.2.30.11.7.5"></a><h4>Parameters</h4>
721
+ <a name="id-1.2.2.3.11.7.5"></a><h4>Parameters</h4>
653
722
  <div class="informaltable"><table width="100%" border="0">
654
723
  <colgroup>
655
724
  <col width="150px" class="parameters_name">
@@ -664,24 +733,22 @@ should get indented instead of replaced with the \t character.</p>
664
733
  </table></div>
665
734
  </div>
666
735
  <div class="refsect3">
667
- <a name="id-1.2.30.11.7.6"></a><h4>Returns</h4>
668
- <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 selection is indented when tab is pressed.</p>
736
+ <a name="id-1.2.2.3.11.7.6"></a><h4>Returns</h4>
737
+ <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 right margin is shown.</p>
669
738
  <p></p>
670
739
  </div>
671
- <p class="since">Since 1.8</p>
672
740
  </div>
673
741
  <hr>
674
742
  <div class="refsect2">
675
- <a name="gtk-source-view-set-indent-width"></a><h3>gtk_source_view_set_indent_width ()</h3>
743
+ <a name="gtk-source-view-set-right-margin-position"></a><h3>gtk_source_view_set_right_margin_position ()</h3>
676
744
  <pre class="programlisting"><span class="returnvalue">void</span>
677
- gtk_source_view_set_indent_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
678
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
679
- <p>Sets the number of spaces to use for each step of indent.
680
- If <em class="parameter"><code>width</code></em>
681
- is -1, the value of the <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a> property
682
- will be used.</p>
745
+ gtk_source_view_set_right_margin_position
746
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
747
+ <em class="parameter"><code><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> pos</code></em>);</pre>
748
+ <p>Sets the position of the right margin in the given <em class="parameter"><code>view</code></em>
749
+ .</p>
683
750
  <div class="refsect3">
684
- <a name="id-1.2.30.11.8.5"></a><h4>Parameters</h4>
751
+ <a name="id-1.2.2.3.11.8.5"></a><h4>Parameters</h4>
685
752
  <div class="informaltable"><table width="100%" border="0">
686
753
  <colgroup>
687
754
  <col width="150px" class="parameters_name">
@@ -695,8 +762,8 @@ will be used.</p>
695
762
  <td class="parameter_annotations"> </td>
696
763
  </tr>
697
764
  <tr>
698
- <td class="parameter_name"><p>width</p></td>
699
- <td class="parameter_description"><p>indent width in characters.</p></td>
765
+ <td class="parameter_name"><p>pos</p></td>
766
+ <td class="parameter_description"><p>the width in characters where to position the right margin.</p></td>
700
767
  <td class="parameter_annotations"> </td>
701
768
  </tr>
702
769
  </tbody>
@@ -705,13 +772,14 @@ will be used.</p>
705
772
  </div>
706
773
  <hr>
707
774
  <div class="refsect2">
708
- <a name="gtk-source-view-get-indent-width"></a><h3>gtk_source_view_get_indent_width ()</h3>
709
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
710
- gtk_source_view_get_indent_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
711
- <p>Returns the number of spaces to use for each step of indent.
712
- See <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-width" title="gtk_source_view_set_indent_width ()"><code class="function">gtk_source_view_set_indent_width()</code></a> for details.</p>
775
+ <a name="gtk-source-view-get-right-margin-position"></a><h3>gtk_source_view_get_right_margin_position ()</h3>
776
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
777
+ gtk_source_view_get_right_margin_position
778
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
779
+ <p>Gets the position of the right margin in the given <em class="parameter"><code>view</code></em>
780
+ .</p>
713
781
  <div class="refsect3">
714
- <a name="id-1.2.30.11.9.5"></a><h4>Parameters</h4>
782
+ <a name="id-1.2.2.3.11.9.5"></a><h4>Parameters</h4>
715
783
  <div class="informaltable"><table width="100%" border="0">
716
784
  <colgroup>
717
785
  <col width="150px" class="parameters_name">
@@ -726,22 +794,22 @@ See <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-width" t
726
794
  </table></div>
727
795
  </div>
728
796
  <div class="refsect3">
729
- <a name="id-1.2.30.11.9.6"></a><h4>Returns</h4>
730
- <p> indent width.</p>
797
+ <a name="id-1.2.2.3.11.9.6"></a><h4>Returns</h4>
798
+ <p> the position of the right margin.</p>
731
799
  <p></p>
732
800
  </div>
733
801
  </div>
734
802
  <hr>
735
803
  <div class="refsect2">
736
- <a name="gtk-source-view-set-insert-spaces-instead-of-tabs"></a><h3>gtk_source_view_set_insert_spaces_instead_of_tabs ()</h3>
804
+ <a name="gtk-source-view-set-highlight-current-line"></a><h3>gtk_source_view_set_highlight_current_line ()</h3>
737
805
  <pre class="programlisting"><span class="returnvalue">void</span>
738
- gtk_source_view_set_insert_spaces_instead_of_tabs
806
+ gtk_source_view_set_highlight_current_line
739
807
  (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
740
- <em class="parameter"><code><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> enable</code></em>);</pre>
741
- <p>If <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> any tabulator character inserted is replaced by a group
742
- of space characters.</p>
808
+ <em class="parameter"><code><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> highlight</code></em>);</pre>
809
+ <p>If <em class="parameter"><code>highlight</code></em>
810
+ is <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> the current line will be highlighted.</p>
743
811
  <div class="refsect3">
744
- <a name="id-1.2.30.11.10.5"></a><h4>Parameters</h4>
812
+ <a name="id-1.2.2.3.11.10.5"></a><h4>Parameters</h4>
745
813
  <div class="informaltable"><table width="100%" border="0">
746
814
  <colgroup>
747
815
  <col width="150px" class="parameters_name">
@@ -755,8 +823,8 @@ of space characters.</p>
755
823
  <td class="parameter_annotations"> </td>
756
824
  </tr>
757
825
  <tr>
758
- <td class="parameter_name"><p>enable</p></td>
759
- <td class="parameter_description"><p>whether to insert spaces instead of tabs.</p></td>
826
+ <td class="parameter_name"><p>highlight</p></td>
827
+ <td class="parameter_description"><p>whether to highlight the current line.</p></td>
760
828
  <td class="parameter_annotations"> </td>
761
829
  </tr>
762
830
  </tbody>
@@ -765,14 +833,13 @@ of space characters.</p>
765
833
  </div>
766
834
  <hr>
767
835
  <div class="refsect2">
768
- <a name="gtk-source-view-get-insert-spaces-instead-of-tabs"></a><h3>gtk_source_view_get_insert_spaces_instead_of_tabs ()</h3>
836
+ <a name="gtk-source-view-get-highlight-current-line"></a><h3>gtk_source_view_get_highlight_current_line ()</h3>
769
837
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
770
- gtk_source_view_get_insert_spaces_instead_of_tabs
838
+ gtk_source_view_get_highlight_current_line
771
839
  (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
772
- <p>Returns whether when inserting a tabulator character it should
773
- be replaced by a group of space characters.</p>
840
+ <p>Returns whether the current line is highlighted.</p>
774
841
  <div class="refsect3">
775
- <a name="id-1.2.30.11.11.5"></a><h4>Parameters</h4>
842
+ <a name="id-1.2.2.3.11.11.5"></a><h4>Parameters</h4>
776
843
  <div class="informaltable"><table width="100%" border="0">
777
844
  <colgroup>
778
845
  <col width="150px" class="parameters_name">
@@ -787,21 +854,24 @@ be replaced by a group of space characters.</p>
787
854
  </table></div>
788
855
  </div>
789
856
  <div class="refsect3">
790
- <a name="id-1.2.30.11.11.6"></a><h4>Returns</h4>
791
- <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 spaces are inserted instead of tabs.</p>
857
+ <a name="id-1.2.2.3.11.11.6"></a><h4>Returns</h4>
858
+ <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 current line is highlighted.</p>
792
859
  <p></p>
793
860
  </div>
794
861
  </div>
795
862
  <hr>
796
863
  <div class="refsect2">
797
- <a name="gtk-source-view-set-smart-home-end"></a><h3>gtk_source_view_set_smart_home_end ()</h3>
864
+ <a name="gtk-source-view-set-auto-indent"></a><h3>gtk_source_view_set_auto_indent ()</h3>
798
865
  <pre class="programlisting"><span class="returnvalue">void</span>
799
- gtk_source_view_set_smart_home_end (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
800
- <em class="parameter"><code><a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a> smart_he</code></em>);</pre>
801
- <p>Set the desired movement of the cursor when HOME and END keys
802
- are pressed.</p>
866
+ gtk_source_view_set_auto_indent (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
867
+ <em class="parameter"><code><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> enable</code></em>);</pre>
868
+ <p>If <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> auto-indentation of text is enabled.</p>
869
+ <p>When Enter is pressed to create a new line, the auto-indentation inserts the
870
+ same indentation as the previous line. This is <span class="emphasis"><em>not</em></span> a
871
+ "smart indentation" where an indentation level is added or removed depending
872
+ on the context.</p>
803
873
  <div class="refsect3">
804
- <a name="id-1.2.30.11.12.5"></a><h4>Parameters</h4>
874
+ <a name="id-1.2.2.3.11.12.6"></a><h4>Parameters</h4>
805
875
  <div class="informaltable"><table width="100%" border="0">
806
876
  <colgroup>
807
877
  <col width="150px" class="parameters_name">
@@ -815,8 +885,8 @@ are pressed.</p>
815
885
  <td class="parameter_annotations"> </td>
816
886
  </tr>
817
887
  <tr>
818
- <td class="parameter_name"><p>smart_he</p></td>
819
- <td class="parameter_description"><p>the desired behavior among <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a>.</p></td>
888
+ <td class="parameter_name"><p>enable</p></td>
889
+ <td class="parameter_description"><p>whether to enable auto indentation.</p></td>
820
890
  <td class="parameter_annotations"> </td>
821
891
  </tr>
822
892
  </tbody>
@@ -825,13 +895,12 @@ are pressed.</p>
825
895
  </div>
826
896
  <hr>
827
897
  <div class="refsect2">
828
- <a name="gtk-source-view-get-smart-home-end"></a><h3>gtk_source_view_get_smart_home_end ()</h3>
829
- <pre class="programlisting"><a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="returnvalue">GtkSourceSmartHomeEndType</span></a>
830
- gtk_source_view_get_smart_home_end (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
831
- <p>Returns a <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a> end value specifying
832
- how the cursor will move when HOME and END keys are pressed.</p>
898
+ <a name="gtk-source-view-get-auto-indent"></a><h3>gtk_source_view_get_auto_indent ()</h3>
899
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
900
+ gtk_source_view_get_auto_indent (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
901
+ <p>Returns whether auto-indentation of text is enabled.</p>
833
902
  <div class="refsect3">
834
- <a name="id-1.2.30.11.13.5"></a><h4>Parameters</h4>
903
+ <a name="id-1.2.2.3.11.13.5"></a><h4>Parameters</h4>
835
904
  <div class="informaltable"><table width="100%" border="0">
836
905
  <colgroup>
837
906
  <col width="150px" class="parameters_name">
@@ -846,23 +915,26 @@ how the cursor will move when HOME and END keys are pressed.</p>
846
915
  </table></div>
847
916
  </div>
848
917
  <div class="refsect3">
849
- <a name="id-1.2.30.11.13.6"></a><h4>Returns</h4>
850
- <p> a <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a> value.</p>
918
+ <a name="id-1.2.2.3.11.13.6"></a><h4>Returns</h4>
919
+ <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 auto indentation is enabled.</p>
851
920
  <p></p>
852
921
  </div>
853
922
  </div>
854
923
  <hr>
855
924
  <div class="refsect2">
856
- <a name="gtk-source-view-set-mark-attributes"></a><h3>gtk_source_view_set_mark_attributes ()</h3>
925
+ <a name="gtk-source-view-set-indent-on-tab"></a><h3>gtk_source_view_set_indent_on_tab ()</h3>
857
926
  <pre class="programlisting"><span class="returnvalue">void</span>
858
- gtk_source_view_set_mark_attributes (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
859
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
860
- <em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
861
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>);</pre>
862
- <p>Sets attributes and priority for the <em class="parameter"><code>category</code></em>
863
- .</p>
927
+ gtk_source_view_set_indent_on_tab (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
928
+ <em class="parameter"><code><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> enable</code></em>);</pre>
929
+ <p>If <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>, when the tab key is pressed when several lines are selected, the
930
+ selected lines are indented of one level instead of being replaced with a \t
931
+ character. Shift+Tab unindents the selection.</p>
932
+ <p>If the first or last line is not selected completely, it is also indented or
933
+ unindented.</p>
934
+ <p>When the selection doesn't span several lines, the tab key always replaces
935
+ the selection with a normal \t character.</p>
864
936
  <div class="refsect3">
865
- <a name="id-1.2.30.11.14.5"></a><h4>Parameters</h4>
937
+ <a name="id-1.2.2.3.11.14.7"></a><h4>Parameters</h4>
866
938
  <div class="informaltable"><table width="100%" border="0">
867
939
  <colgroup>
868
940
  <col width="150px" class="parameters_name">
@@ -876,80 +948,130 @@ gtk_source_view_set_mark_attributes (<em class="parameter"><code><a class="link"
876
948
  <td class="parameter_annotations"> </td>
877
949
  </tr>
878
950
  <tr>
879
- <td class="parameter_name"><p>category</p></td>
880
- <td class="parameter_description"><p>the category.</p></td>
881
- <td class="parameter_annotations"> </td>
882
- </tr>
883
- <tr>
884
- <td class="parameter_name"><p>attributes</p></td>
885
- <td class="parameter_description"><p>mark attributes.</p></td>
886
- <td class="parameter_annotations"> </td>
887
- </tr>
888
- <tr>
889
- <td class="parameter_name"><p>priority</p></td>
890
- <td class="parameter_description"><p>priority of the category.</p></td>
951
+ <td class="parameter_name"><p>enable</p></td>
952
+ <td class="parameter_description"><p>whether to indent a block when tab is pressed.</p></td>
891
953
  <td class="parameter_annotations"> </td>
892
954
  </tr>
893
955
  </tbody>
894
956
  </table></div>
895
957
  </div>
958
+ <p class="since">Since 1.8</p>
896
959
  </div>
897
960
  <hr>
898
961
  <div class="refsect2">
899
- <a name="gtk-source-view-get-mark-attributes"></a><h3>gtk_source_view_get_mark_attributes ()</h3>
900
- <pre class="programlisting"><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
901
- gtk_source_view_get_mark_attributes (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
902
- <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
903
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *priority</code></em>);</pre>
904
- <p>Gets attributes and priority for the <em class="parameter"><code>category</code></em>
905
- .</p>
962
+ <a name="gtk-source-view-get-indent-on-tab"></a><h3>gtk_source_view_get_indent_on_tab ()</h3>
963
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
964
+ gtk_source_view_get_indent_on_tab (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
965
+ <p>Returns whether when the tab key is pressed the current selection
966
+ should get indented instead of replaced with the \t character.</p>
906
967
  <div class="refsect3">
907
- <a name="id-1.2.30.11.15.5"></a><h4>Parameters</h4>
968
+ <a name="id-1.2.2.3.11.15.5"></a><h4>Parameters</h4>
908
969
  <div class="informaltable"><table width="100%" border="0">
909
970
  <colgroup>
910
971
  <col width="150px" class="parameters_name">
911
972
  <col class="parameters_description">
912
973
  <col width="200px" class="parameters_annotations">
913
974
  </colgroup>
914
- <tbody>
915
- <tr>
975
+ <tbody><tr>
916
976
  <td class="parameter_name"><p>view</p></td>
917
977
  <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
918
978
  <td class="parameter_annotations"> </td>
919
- </tr>
979
+ </tr></tbody>
980
+ </table></div>
981
+ </div>
982
+ <div class="refsect3">
983
+ <a name="id-1.2.2.3.11.15.6"></a><h4>Returns</h4>
984
+ <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 selection is indented when tab is pressed.</p>
985
+ <p></p>
986
+ </div>
987
+ <p class="since">Since 1.8</p>
988
+ </div>
989
+ <hr>
990
+ <div class="refsect2">
991
+ <a name="gtk-source-view-set-tab-width"></a><h3>gtk_source_view_set_tab_width ()</h3>
992
+ <pre class="programlisting"><span class="returnvalue">void</span>
993
+ gtk_source_view_set_tab_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
994
+ <em class="parameter"><code><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> width</code></em>);</pre>
995
+ <p>Sets the width of tabulation in characters. The <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> still contains
996
+ \t characters, but they can take a different visual width in a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>
997
+ widget.</p>
998
+ <div class="refsect3">
999
+ <a name="id-1.2.2.3.11.16.5"></a><h4>Parameters</h4>
1000
+ <div class="informaltable"><table width="100%" border="0">
1001
+ <colgroup>
1002
+ <col width="150px" class="parameters_name">
1003
+ <col class="parameters_description">
1004
+ <col width="200px" class="parameters_annotations">
1005
+ </colgroup>
1006
+ <tbody>
920
1007
  <tr>
921
- <td class="parameter_name"><p>category</p></td>
922
- <td class="parameter_description"><p>the category.</p></td>
1008
+ <td class="parameter_name"><p>view</p></td>
1009
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
923
1010
  <td class="parameter_annotations"> </td>
924
1011
  </tr>
925
1012
  <tr>
926
- <td class="parameter_name"><p>priority</p></td>
927
- <td class="parameter_description"><p>place where priority of the category will be stored.</p></td>
1013
+ <td class="parameter_name"><p>width</p></td>
1014
+ <td class="parameter_description"><p>width of tab in characters.</p></td>
928
1015
  <td class="parameter_annotations"> </td>
929
1016
  </tr>
930
1017
  </tbody>
931
1018
  </table></div>
932
1019
  </div>
1020
+ </div>
1021
+ <hr>
1022
+ <div class="refsect2">
1023
+ <a name="gtk-source-view-get-tab-width"></a><h3>gtk_source_view_get_tab_width ()</h3>
1024
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1025
+ gtk_source_view_get_tab_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1026
+ <p>Returns the width of tabulation in characters.</p>
933
1027
  <div class="refsect3">
934
- <a name="id-1.2.30.11.15.6"></a><h4>Returns</h4>
935
- <p> <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> for the <em class="parameter"><code>category</code></em>
936
- .
937
- The object belongs to <em class="parameter"><code>view</code></em>
938
- , so it must not be unreffed. </p>
939
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1028
+ <a name="id-1.2.2.3.11.17.5"></a><h4>Parameters</h4>
1029
+ <div class="informaltable"><table width="100%" border="0">
1030
+ <colgroup>
1031
+ <col width="150px" class="parameters_name">
1032
+ <col class="parameters_description">
1033
+ <col width="200px" class="parameters_annotations">
1034
+ </colgroup>
1035
+ <tbody><tr>
1036
+ <td class="parameter_name"><p>view</p></td>
1037
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
1038
+ <td class="parameter_annotations"> </td>
1039
+ </tr></tbody>
1040
+ </table></div>
1041
+ </div>
1042
+ <div class="refsect3">
1043
+ <a name="id-1.2.2.3.11.17.6"></a><h4>Returns</h4>
1044
+ <p> width of tab.</p>
1045
+ <p></p>
940
1046
  </div>
941
1047
  </div>
942
1048
  <hr>
943
1049
  <div class="refsect2">
944
- <a name="gtk-source-view-set-highlight-current-line"></a><h3>gtk_source_view_set_highlight_current_line ()</h3>
1050
+ <a name="gtk-source-view-set-indent-width"></a><h3>gtk_source_view_set_indent_width ()</h3>
945
1051
  <pre class="programlisting"><span class="returnvalue">void</span>
946
- gtk_source_view_set_highlight_current_line
947
- (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
948
- <em class="parameter"><code><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> hl</code></em>);</pre>
949
- <p>If <em class="parameter"><code>hl</code></em>
950
- is <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> the current line is highlighted.</p>
1052
+ gtk_source_view_set_indent_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1053
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
1054
+ <p>Sets the number of spaces to use for each step of indent when the tab key is
1055
+ pressed. If <em class="parameter"><code>width</code></em>
1056
+ is -1, the value of the <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a> property
1057
+ will be used.</p>
1058
+ <p>The <a class="link" href="GtkSourceView.html#GtkSourceView--indent-width" title="The “indent-width” property"><span class="type">“indent-width”</span></a> interacts with the
1059
+ <a class="link" href="GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs" title="The “insert-spaces-instead-of-tabs” property"><span class="type">“insert-spaces-instead-of-tabs”</span></a> property and
1060
+ <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a>. An example will be clearer: if the
1061
+ <a class="link" href="GtkSourceView.html#GtkSourceView--indent-width" title="The “indent-width” property"><span class="type">“indent-width”</span></a> is 4 and
1062
+ <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a> is 8 and
1063
+ <a class="link" href="GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs" title="The “insert-spaces-instead-of-tabs” property"><span class="type">“insert-spaces-instead-of-tabs”</span></a> is <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>, then pressing the tab
1064
+ key at the beginning of a line will insert 4 spaces. So far so good. Pressing
1065
+ the tab key a second time will remove the 4 spaces and insert a \t character
1066
+ instead (since <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a> is 8). On the other hand, if
1067
+ <a class="link" href="GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs" title="The “insert-spaces-instead-of-tabs” property"><span class="type">“insert-spaces-instead-of-tabs”</span></a> is <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>, the second tab key
1068
+ pressed will insert 4 more spaces for a total of 8 spaces in the
1069
+ <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>.</p>
1070
+ <p>The test-widget program (available in the GtkSourceView repository) may be
1071
+ useful to better understand the indentation settings (enable the space
1072
+ drawing!).</p>
951
1073
  <div class="refsect3">
952
- <a name="id-1.2.30.11.16.5"></a><h4>Parameters</h4>
1074
+ <a name="id-1.2.2.3.11.18.7"></a><h4>Parameters</h4>
953
1075
  <div class="informaltable"><table width="100%" border="0">
954
1076
  <colgroup>
955
1077
  <col width="150px" class="parameters_name">
@@ -963,8 +1085,8 @@ gtk_source_view_set_highlight_current_line
963
1085
  <td class="parameter_annotations"> </td>
964
1086
  </tr>
965
1087
  <tr>
966
- <td class="parameter_name"><p>hl</p></td>
967
- <td class="parameter_description"><p>whether to highlight the current line.</p></td>
1088
+ <td class="parameter_name"><p>width</p></td>
1089
+ <td class="parameter_description"><p>indent width in characters.</p></td>
968
1090
  <td class="parameter_annotations"> </td>
969
1091
  </tr>
970
1092
  </tbody>
@@ -973,13 +1095,13 @@ gtk_source_view_set_highlight_current_line
973
1095
  </div>
974
1096
  <hr>
975
1097
  <div class="refsect2">
976
- <a name="gtk-source-view-get-highlight-current-line"></a><h3>gtk_source_view_get_highlight_current_line ()</h3>
977
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
978
- gtk_source_view_get_highlight_current_line
979
- (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
980
- <p>Returns whether the current line is highlighted.</p>
1098
+ <a name="gtk-source-view-get-indent-width"></a><h3>gtk_source_view_get_indent_width ()</h3>
1099
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
1100
+ gtk_source_view_get_indent_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1101
+ <p>Returns the number of spaces to use for each step of indent.
1102
+ See <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-width" title="gtk_source_view_set_indent_width ()"><code class="function">gtk_source_view_set_indent_width()</code></a> for details.</p>
981
1103
  <div class="refsect3">
982
- <a name="id-1.2.30.11.17.5"></a><h4>Parameters</h4>
1104
+ <a name="id-1.2.2.3.11.19.5"></a><h4>Parameters</h4>
983
1105
  <div class="informaltable"><table width="100%" border="0">
984
1106
  <colgroup>
985
1107
  <col width="150px" class="parameters_name">
@@ -994,20 +1116,23 @@ gtk_source_view_get_highlight_current_line
994
1116
  </table></div>
995
1117
  </div>
996
1118
  <div class="refsect3">
997
- <a name="id-1.2.30.11.17.6"></a><h4>Returns</h4>
998
- <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 current line is highlighted.</p>
1119
+ <a name="id-1.2.2.3.11.19.6"></a><h4>Returns</h4>
1120
+ <p> indent width.</p>
999
1121
  <p></p>
1000
1122
  </div>
1001
1123
  </div>
1002
1124
  <hr>
1003
1125
  <div class="refsect2">
1004
- <a name="gtk-source-view-set-show-line-marks"></a><h3>gtk_source_view_set_show_line_marks ()</h3>
1126
+ <a name="gtk-source-view-set-insert-spaces-instead-of-tabs"></a><h3>gtk_source_view_set_insert_spaces_instead_of_tabs ()</h3>
1005
1127
  <pre class="programlisting"><span class="returnvalue">void</span>
1006
- gtk_source_view_set_show_line_marks (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1007
- <em class="parameter"><code><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> show</code></em>);</pre>
1008
- <p>If <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> line marks will be displayed beside the text.</p>
1128
+ gtk_source_view_set_insert_spaces_instead_of_tabs
1129
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1130
+ <em class="parameter"><code><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> enable</code></em>);</pre>
1131
+ <p>If <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> a tab key pressed is replaced by a group of space characters. Of
1132
+ course it is still possible to insert a real \t programmatically with the
1133
+ <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a> API.</p>
1009
1134
  <div class="refsect3">
1010
- <a name="id-1.2.30.11.18.5"></a><h4>Parameters</h4>
1135
+ <a name="id-1.2.2.3.11.20.5"></a><h4>Parameters</h4>
1011
1136
  <div class="informaltable"><table width="100%" border="0">
1012
1137
  <colgroup>
1013
1138
  <col width="150px" class="parameters_name">
@@ -1021,23 +1146,24 @@ gtk_source_view_set_show_line_marks (<em class="parameter"><code><a class="link"
1021
1146
  <td class="parameter_annotations"> </td>
1022
1147
  </tr>
1023
1148
  <tr>
1024
- <td class="parameter_name"><p>show</p></td>
1025
- <td class="parameter_description"><p>whether line marks should be displayed.</p></td>
1149
+ <td class="parameter_name"><p>enable</p></td>
1150
+ <td class="parameter_description"><p>whether to insert spaces instead of tabs.</p></td>
1026
1151
  <td class="parameter_annotations"> </td>
1027
1152
  </tr>
1028
1153
  </tbody>
1029
1154
  </table></div>
1030
1155
  </div>
1031
- <p class="since">Since 2.2</p>
1032
1156
  </div>
1033
1157
  <hr>
1034
1158
  <div class="refsect2">
1035
- <a name="gtk-source-view-get-show-line-marks"></a><h3>gtk_source_view_get_show_line_marks ()</h3>
1159
+ <a name="gtk-source-view-get-insert-spaces-instead-of-tabs"></a><h3>gtk_source_view_get_insert_spaces_instead_of_tabs ()</h3>
1036
1160
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1037
- gtk_source_view_get_show_line_marks (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1038
- <p>Returns whether line marks are displayed beside the text.</p>
1161
+ gtk_source_view_get_insert_spaces_instead_of_tabs
1162
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1163
+ <p>Returns whether when inserting a tabulator character it should
1164
+ be replaced by a group of space characters.</p>
1039
1165
  <div class="refsect3">
1040
- <a name="id-1.2.30.11.19.5"></a><h4>Parameters</h4>
1166
+ <a name="id-1.2.2.3.11.21.5"></a><h4>Parameters</h4>
1041
1167
  <div class="informaltable"><table width="100%" border="0">
1042
1168
  <colgroup>
1043
1169
  <col width="150px" class="parameters_name">
@@ -1052,21 +1178,22 @@ gtk_source_view_get_show_line_marks (<em class="parameter"><code><a class="link"
1052
1178
  </table></div>
1053
1179
  </div>
1054
1180
  <div class="refsect3">
1055
- <a name="id-1.2.30.11.19.6"></a><h4>Returns</h4>
1056
- <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 marks are displayed.</p>
1181
+ <a name="id-1.2.2.3.11.21.6"></a><h4>Returns</h4>
1182
+ <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 spaces are inserted instead of tabs.</p>
1057
1183
  <p></p>
1058
1184
  </div>
1059
- <p class="since">Since 2.2</p>
1060
1185
  </div>
1061
1186
  <hr>
1062
1187
  <div class="refsect2">
1063
- <a name="gtk-source-view-set-show-line-numbers"></a><h3>gtk_source_view_set_show_line_numbers ()</h3>
1188
+ <a name="gtk-source-view-indent-lines"></a><h3>gtk_source_view_indent_lines ()</h3>
1064
1189
  <pre class="programlisting"><span class="returnvalue">void</span>
1065
- 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>,
1066
- <em class="parameter"><code><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> show</code></em>);</pre>
1067
- <p>If <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> line numbers will be displayed beside the text.</p>
1190
+ gtk_source_view_indent_lines (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1191
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
1192
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
1193
+ <p>Insert one indentation level at the beginning of the
1194
+ specified lines.</p>
1068
1195
  <div class="refsect3">
1069
- <a name="id-1.2.30.11.20.5"></a><h4>Parameters</h4>
1196
+ <a name="id-1.2.2.3.11.22.5"></a><h4>Parameters</h4>
1070
1197
  <div class="informaltable"><table width="100%" border="0">
1071
1198
  <colgroup>
1072
1199
  <col width="150px" class="parameters_name">
@@ -1080,50 +1207,108 @@ gtk_source_view_set_show_line_numbers (<em class="parameter"><code><a class="lin
1080
1207
  <td class="parameter_annotations"> </td>
1081
1208
  </tr>
1082
1209
  <tr>
1083
- <td class="parameter_name"><p>show</p></td>
1084
- <td class="parameter_description"><p>whether line numbers should be displayed.</p></td>
1210
+ <td class="parameter_name"><p>start</p></td>
1211
+ <td class="parameter_description"><p><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> of the first line to indent</p></td>
1212
+ <td class="parameter_annotations"> </td>
1213
+ </tr>
1214
+ <tr>
1215
+ <td class="parameter_name"><p>end</p></td>
1216
+ <td class="parameter_description"><p><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> of the last line to indent</p></td>
1085
1217
  <td class="parameter_annotations"> </td>
1086
1218
  </tr>
1087
1219
  </tbody>
1088
1220
  </table></div>
1089
1221
  </div>
1222
+ <p class="since">Since 3.16</p>
1090
1223
  </div>
1091
1224
  <hr>
1092
1225
  <div class="refsect2">
1093
- <a name="gtk-source-view-get-show-line-numbers"></a><h3>gtk_source_view_get_show_line_numbers ()</h3>
1094
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1095
- gtk_source_view_get_show_line_numbers (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1096
- <p>Returns whether line numbers are displayed beside the text.</p>
1226
+ <a name="gtk-source-view-unindent-lines"></a><h3>gtk_source_view_unindent_lines ()</h3>
1227
+ <pre class="programlisting"><span class="returnvalue">void</span>
1228
+ gtk_source_view_unindent_lines (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1229
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *start</code></em>,
1230
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
1231
+ <p>Removes one indentation level at the beginning of the
1232
+ specified lines.</p>
1097
1233
  <div class="refsect3">
1098
- <a name="id-1.2.30.11.21.5"></a><h4>Parameters</h4>
1234
+ <a name="id-1.2.2.3.11.23.5"></a><h4>Parameters</h4>
1099
1235
  <div class="informaltable"><table width="100%" border="0">
1100
1236
  <colgroup>
1101
1237
  <col width="150px" class="parameters_name">
1102
1238
  <col class="parameters_description">
1103
1239
  <col width="200px" class="parameters_annotations">
1104
1240
  </colgroup>
1105
- <tbody><tr>
1241
+ <tbody>
1242
+ <tr>
1106
1243
  <td class="parameter_name"><p>view</p></td>
1107
1244
  <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
1108
1245
  <td class="parameter_annotations"> </td>
1109
- </tr></tbody>
1246
+ </tr>
1247
+ <tr>
1248
+ <td class="parameter_name"><p>start</p></td>
1249
+ <td class="parameter_description"><p><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> of the first line to indent</p></td>
1250
+ <td class="parameter_annotations"> </td>
1251
+ </tr>
1252
+ <tr>
1253
+ <td class="parameter_name"><p>end</p></td>
1254
+ <td class="parameter_description"><p><a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> of the last line to indent</p></td>
1255
+ <td class="parameter_annotations"> </td>
1256
+ </tr>
1257
+ </tbody>
1258
+ </table></div>
1259
+ </div>
1260
+ <p class="since">Since 3.16</p>
1261
+ </div>
1262
+ <hr>
1263
+ <div class="refsect2">
1264
+ <a name="gtk-source-view-get-visual-column"></a><h3>gtk_source_view_get_visual_column ()</h3>
1265
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1266
+ gtk_source_view_get_visual_column (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1267
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
1268
+ <p>Determines the visual column at <em class="parameter"><code>iter</code></em>
1269
+ taking into consideration the
1270
+ <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a> of <em class="parameter"><code>view</code></em>
1271
+ .</p>
1272
+ <div class="refsect3">
1273
+ <a name="id-1.2.2.3.11.24.5"></a><h4>Parameters</h4>
1274
+ <div class="informaltable"><table width="100%" border="0">
1275
+ <colgroup>
1276
+ <col width="150px" class="parameters_name">
1277
+ <col class="parameters_description">
1278
+ <col width="200px" class="parameters_annotations">
1279
+ </colgroup>
1280
+ <tbody>
1281
+ <tr>
1282
+ <td class="parameter_name"><p>view</p></td>
1283
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
1284
+ <td class="parameter_annotations"> </td>
1285
+ </tr>
1286
+ <tr>
1287
+ <td class="parameter_name"><p>iter</p></td>
1288
+ <td class="parameter_description"><p>a position in <em class="parameter"><code>view</code></em>
1289
+ .</p></td>
1290
+ <td class="parameter_annotations"> </td>
1291
+ </tr>
1292
+ </tbody>
1110
1293
  </table></div>
1111
1294
  </div>
1112
1295
  <div class="refsect3">
1113
- <a name="id-1.2.30.11.21.6"></a><h4>Returns</h4>
1114
- <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 numbers are displayed.</p>
1296
+ <a name="id-1.2.2.3.11.24.6"></a><h4>Returns</h4>
1297
+ <p> the visual column at <em class="parameter"><code>iter</code></em>
1298
+ .</p>
1115
1299
  <p></p>
1116
1300
  </div>
1117
1301
  </div>
1118
1302
  <hr>
1119
1303
  <div class="refsect2">
1120
- <a name="gtk-source-view-set-show-right-margin"></a><h3>gtk_source_view_set_show_right_margin ()</h3>
1304
+ <a name="gtk-source-view-set-smart-home-end"></a><h3>gtk_source_view_set_smart_home_end ()</h3>
1121
1305
  <pre class="programlisting"><span class="returnvalue">void</span>
1122
- gtk_source_view_set_show_right_margin (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1123
- <em class="parameter"><code><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> show</code></em>);</pre>
1124
- <p>If <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> a right margin is displayed.</p>
1306
+ gtk_source_view_set_smart_home_end (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1307
+ <em class="parameter"><code><a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a> smart_home_end</code></em>);</pre>
1308
+ <p>Set the desired movement of the cursor when HOME and END keys
1309
+ are pressed.</p>
1125
1310
  <div class="refsect3">
1126
- <a name="id-1.2.30.11.22.5"></a><h4>Parameters</h4>
1311
+ <a name="id-1.2.2.3.11.25.5"></a><h4>Parameters</h4>
1127
1312
  <div class="informaltable"><table width="100%" border="0">
1128
1313
  <colgroup>
1129
1314
  <col width="150px" class="parameters_name">
@@ -1137,8 +1322,8 @@ gtk_source_view_set_show_right_margin (<em class="parameter"><code><a class="lin
1137
1322
  <td class="parameter_annotations"> </td>
1138
1323
  </tr>
1139
1324
  <tr>
1140
- <td class="parameter_name"><p>show</p></td>
1141
- <td class="parameter_description"><p>whether to show a right margin.</p></td>
1325
+ <td class="parameter_name"><p>smart_home_end</p></td>
1326
+ <td class="parameter_description"><p>the desired behavior among <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a>.</p></td>
1142
1327
  <td class="parameter_annotations"> </td>
1143
1328
  </tr>
1144
1329
  </tbody>
@@ -1147,12 +1332,13 @@ gtk_source_view_set_show_right_margin (<em class="parameter"><code><a class="lin
1147
1332
  </div>
1148
1333
  <hr>
1149
1334
  <div class="refsect2">
1150
- <a name="gtk-source-view-get-show-right-margin"></a><h3>gtk_source_view_get_show_right_margin ()</h3>
1151
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1152
- gtk_source_view_get_show_right_margin (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1153
- <p>Returns whether a right margin is displayed.</p>
1335
+ <a name="gtk-source-view-get-smart-home-end"></a><h3>gtk_source_view_get_smart_home_end ()</h3>
1336
+ <pre class="programlisting"><a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="returnvalue">GtkSourceSmartHomeEndType</span></a>
1337
+ gtk_source_view_get_smart_home_end (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1338
+ <p>Returns a <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a> end value specifying
1339
+ how the cursor will move when HOME and END keys are pressed.</p>
1154
1340
  <div class="refsect3">
1155
- <a name="id-1.2.30.11.23.5"></a><h4>Parameters</h4>
1341
+ <a name="id-1.2.2.3.11.26.5"></a><h4>Parameters</h4>
1156
1342
  <div class="informaltable"><table width="100%" border="0">
1157
1343
  <colgroup>
1158
1344
  <col width="150px" class="parameters_name">
@@ -1167,22 +1353,23 @@ gtk_source_view_get_show_right_margin (<em class="parameter"><code><a class="lin
1167
1353
  </table></div>
1168
1354
  </div>
1169
1355
  <div class="refsect3">
1170
- <a name="id-1.2.30.11.23.6"></a><h4>Returns</h4>
1171
- <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 right margin is shown.</p>
1356
+ <a name="id-1.2.2.3.11.26.6"></a><h4>Returns</h4>
1357
+ <p> a <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType"><span class="type">GtkSourceSmartHomeEndType</span></a> value.</p>
1172
1358
  <p></p>
1173
1359
  </div>
1174
1360
  </div>
1175
1361
  <hr>
1176
1362
  <div class="refsect2">
1177
- <a name="gtk-source-view-set-right-margin-position"></a><h3>gtk_source_view_set_right_margin_position ()</h3>
1363
+ <a name="gtk-source-view-set-mark-attributes"></a><h3>gtk_source_view_set_mark_attributes ()</h3>
1178
1364
  <pre class="programlisting"><span class="returnvalue">void</span>
1179
- gtk_source_view_set_right_margin_position
1180
- (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1181
- <em class="parameter"><code><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> pos</code></em>);</pre>
1182
- <p>Sets the position of the right margin in the given <em class="parameter"><code>view</code></em>
1365
+ gtk_source_view_set_mark_attributes (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1366
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
1367
+ <em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
1368
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>);</pre>
1369
+ <p>Sets attributes and priority for the <em class="parameter"><code>category</code></em>
1183
1370
  .</p>
1184
1371
  <div class="refsect3">
1185
- <a name="id-1.2.30.11.24.5"></a><h4>Parameters</h4>
1372
+ <a name="id-1.2.2.3.11.27.5"></a><h4>Parameters</h4>
1186
1373
  <div class="informaltable"><table width="100%" border="0">
1187
1374
  <colgroup>
1188
1375
  <col width="150px" class="parameters_name">
@@ -1196,8 +1383,18 @@ gtk_source_view_set_right_margin_position
1196
1383
  <td class="parameter_annotations"> </td>
1197
1384
  </tr>
1198
1385
  <tr>
1199
- <td class="parameter_name"><p>pos</p></td>
1200
- <td class="parameter_description"><p>the width in characters where to position the right margin.</p></td>
1386
+ <td class="parameter_name"><p>category</p></td>
1387
+ <td class="parameter_description"><p>the category.</p></td>
1388
+ <td class="parameter_annotations"> </td>
1389
+ </tr>
1390
+ <tr>
1391
+ <td class="parameter_name"><p>attributes</p></td>
1392
+ <td class="parameter_description"><p>mark attributes.</p></td>
1393
+ <td class="parameter_annotations"> </td>
1394
+ </tr>
1395
+ <tr>
1396
+ <td class="parameter_name"><p>priority</p></td>
1397
+ <td class="parameter_description"><p>priority of the category.</p></td>
1201
1398
  <td class="parameter_annotations"> </td>
1202
1399
  </tr>
1203
1400
  </tbody>
@@ -1206,42 +1403,58 @@ gtk_source_view_set_right_margin_position
1206
1403
  </div>
1207
1404
  <hr>
1208
1405
  <div class="refsect2">
1209
- <a name="gtk-source-view-get-right-margin-position"></a><h3>gtk_source_view_get_right_margin_position ()</h3>
1210
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1211
- gtk_source_view_get_right_margin_position
1212
- (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1213
- <p>Gets the position of the right margin in the given <em class="parameter"><code>view</code></em>
1406
+ <a name="gtk-source-view-get-mark-attributes"></a><h3>gtk_source_view_get_mark_attributes ()</h3>
1407
+ <pre class="programlisting"><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
1408
+ gtk_source_view_get_mark_attributes (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1409
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
1410
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *priority</code></em>);</pre>
1411
+ <p>Gets attributes and priority for the <em class="parameter"><code>category</code></em>
1214
1412
  .</p>
1215
1413
  <div class="refsect3">
1216
- <a name="id-1.2.30.11.25.5"></a><h4>Parameters</h4>
1414
+ <a name="id-1.2.2.3.11.28.5"></a><h4>Parameters</h4>
1217
1415
  <div class="informaltable"><table width="100%" border="0">
1218
1416
  <colgroup>
1219
1417
  <col width="150px" class="parameters_name">
1220
1418
  <col class="parameters_description">
1221
1419
  <col width="200px" class="parameters_annotations">
1222
1420
  </colgroup>
1223
- <tbody><tr>
1421
+ <tbody>
1422
+ <tr>
1224
1423
  <td class="parameter_name"><p>view</p></td>
1225
1424
  <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p></td>
1226
1425
  <td class="parameter_annotations"> </td>
1227
- </tr></tbody>
1426
+ </tr>
1427
+ <tr>
1428
+ <td class="parameter_name"><p>category</p></td>
1429
+ <td class="parameter_description"><p>the category.</p></td>
1430
+ <td class="parameter_annotations"> </td>
1431
+ </tr>
1432
+ <tr>
1433
+ <td class="parameter_name"><p>priority</p></td>
1434
+ <td class="parameter_description"><p>place where priority of the category will be stored.</p></td>
1435
+ <td class="parameter_annotations"> </td>
1436
+ </tr>
1437
+ </tbody>
1228
1438
  </table></div>
1229
1439
  </div>
1230
1440
  <div class="refsect3">
1231
- <a name="id-1.2.30.11.25.6"></a><h4>Returns</h4>
1232
- <p> the position of the right margin.</p>
1233
- <p></p>
1441
+ <a name="id-1.2.2.3.11.28.6"></a><h4>Returns</h4>
1442
+ <p> <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> for the <em class="parameter"><code>category</code></em>
1443
+ .
1444
+ The object belongs to <em class="parameter"><code>view</code></em>
1445
+ , so it must not be unreffed. </p>
1446
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1234
1447
  </div>
1235
1448
  </div>
1236
1449
  <hr>
1237
1450
  <div class="refsect2">
1238
- <a name="gtk-source-view-set-tab-width"></a><h3>gtk_source_view_set_tab_width ()</h3>
1451
+ <a name="gtk-source-view-set-show-line-marks"></a><h3>gtk_source_view_set_show_line_marks ()</h3>
1239
1452
  <pre class="programlisting"><span class="returnvalue">void</span>
1240
- gtk_source_view_set_tab_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1241
- <em class="parameter"><code><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> width</code></em>);</pre>
1242
- <p>Sets the width of tabulation in characters.</p>
1453
+ gtk_source_view_set_show_line_marks (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1454
+ <em class="parameter"><code><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> show</code></em>);</pre>
1455
+ <p>If <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> line marks will be displayed beside the text.</p>
1243
1456
  <div class="refsect3">
1244
- <a name="id-1.2.30.11.26.5"></a><h4>Parameters</h4>
1457
+ <a name="id-1.2.2.3.11.29.5"></a><h4>Parameters</h4>
1245
1458
  <div class="informaltable"><table width="100%" border="0">
1246
1459
  <colgroup>
1247
1460
  <col width="150px" class="parameters_name">
@@ -1255,22 +1468,23 @@ gtk_source_view_set_tab_width (<em class="parameter"><code><a class="link" href=
1255
1468
  <td class="parameter_annotations"> </td>
1256
1469
  </tr>
1257
1470
  <tr>
1258
- <td class="parameter_name"><p>width</p></td>
1259
- <td class="parameter_description"><p>width of tab in characters.</p></td>
1471
+ <td class="parameter_name"><p>show</p></td>
1472
+ <td class="parameter_description"><p>whether line marks should be displayed.</p></td>
1260
1473
  <td class="parameter_annotations"> </td>
1261
1474
  </tr>
1262
1475
  </tbody>
1263
1476
  </table></div>
1264
1477
  </div>
1478
+ <p class="since">Since 2.2</p>
1265
1479
  </div>
1266
1480
  <hr>
1267
1481
  <div class="refsect2">
1268
- <a name="gtk-source-view-get-tab-width"></a><h3>gtk_source_view_get_tab_width ()</h3>
1269
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1270
- gtk_source_view_get_tab_width (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1271
- <p>Returns the width of tabulation in characters.</p>
1482
+ <a name="gtk-source-view-get-show-line-marks"></a><h3>gtk_source_view_get_show_line_marks ()</h3>
1483
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1484
+ gtk_source_view_get_show_line_marks (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1485
+ <p>Returns whether line marks are displayed beside the text.</p>
1272
1486
  <div class="refsect3">
1273
- <a name="id-1.2.30.11.27.5"></a><h4>Parameters</h4>
1487
+ <a name="id-1.2.2.3.11.30.5"></a><h4>Parameters</h4>
1274
1488
  <div class="informaltable"><table width="100%" border="0">
1275
1489
  <colgroup>
1276
1490
  <col width="150px" class="parameters_name">
@@ -1285,10 +1499,11 @@ gtk_source_view_get_tab_width (<em class="parameter"><code><a class="link" href=
1285
1499
  </table></div>
1286
1500
  </div>
1287
1501
  <div class="refsect3">
1288
- <a name="id-1.2.30.11.27.6"></a><h4>Returns</h4>
1289
- <p> width of tab.</p>
1502
+ <a name="id-1.2.2.3.11.30.6"></a><h4>Returns</h4>
1503
+ <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 marks are displayed.</p>
1290
1504
  <p></p>
1291
1505
  </div>
1506
+ <p class="since">Since 2.2</p>
1292
1507
  </div>
1293
1508
  <hr>
1294
1509
  <div class="refsect2">
@@ -1300,7 +1515,7 @@ gtk_source_view_set_draw_spaces (<em class="parameter"><code><a class="link" hre
1300
1515
  as 0 will
1301
1516
  disable display of spaces.</p>
1302
1517
  <div class="refsect3">
1303
- <a name="id-1.2.30.11.28.5"></a><h4>Parameters</h4>
1518
+ <a name="id-1.2.2.3.11.31.5"></a><h4>Parameters</h4>
1304
1519
  <div class="informaltable"><table width="100%" border="0">
1305
1520
  <colgroup>
1306
1521
  <col width="150px" class="parameters_name">
@@ -1332,7 +1547,7 @@ gtk_source_view_get_draw_spaces (<em class="parameter"><code><a class="link" hre
1332
1547
  should be displayed for this <em class="parameter"><code>view</code></em>
1333
1548
  .</p>
1334
1549
  <div class="refsect3">
1335
- <a name="id-1.2.30.11.29.5"></a><h4>Parameters</h4>
1550
+ <a name="id-1.2.2.3.11.32.5"></a><h4>Parameters</h4>
1336
1551
  <div class="informaltable"><table width="100%" border="0">
1337
1552
  <colgroup>
1338
1553
  <col width="150px" class="parameters_name">
@@ -1347,7 +1562,7 @@ should be displayed for this <em class="parameter"><code>view</code></em>
1347
1562
  </table></div>
1348
1563
  </div>
1349
1564
  <div class="refsect3">
1350
- <a name="id-1.2.30.11.29.6"></a><h4>Returns</h4>
1565
+ <a name="id-1.2.2.3.11.32.6"></a><h4>Returns</h4>
1351
1566
  <p> the <a class="link" href="GtkSourceView.html#GtkSourceDrawSpacesFlags" title="enum GtkSourceDrawSpacesFlags"><span class="type">GtkSourceDrawSpacesFlags</span></a>, 0 if no spaces should be drawn.</p>
1352
1567
  <p></p>
1353
1568
  </div>
@@ -1360,7 +1575,7 @@ gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href
1360
1575
  <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>
1361
1576
  .</p>
1362
1577
  <div class="refsect3">
1363
- <a name="id-1.2.30.11.30.5"></a><h4>Parameters</h4>
1578
+ <a name="id-1.2.2.3.11.33.5"></a><h4>Parameters</h4>
1364
1579
  <div class="informaltable"><table width="100%" border="0">
1365
1580
  <colgroup>
1366
1581
  <col width="150px" class="parameters_name">
@@ -1375,7 +1590,7 @@ gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href
1375
1590
  </table></div>
1376
1591
  </div>
1377
1592
  <div class="refsect3">
1378
- <a name="id-1.2.30.11.30.6"></a><h4>Returns</h4>
1593
+ <a name="id-1.2.2.3.11.33.6"></a><h4>Returns</h4>
1379
1594
  <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>
1380
1595
  . </p>
1381
1596
  <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>
@@ -1386,7 +1601,7 @@ gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href
1386
1601
  <a name="gtk-source-view-get-gutter"></a><h3>gtk_source_view_get_gutter ()</h3>
1387
1602
  <pre class="programlisting"><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
1388
1603
  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>,
1389
- <em class="parameter"><code><a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> window_type</code></em>);</pre>
1604
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> window_type</code></em>);</pre>
1390
1605
  <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>
1391
1606
  for <em class="parameter"><code>view</code></em>
1392
1607
  .
@@ -1394,7 +1609,7 @@ Only GTK_TEXT_WINDOW_LEFT and GTK_TEXT_WINDOW_RIGHT are supported,
1394
1609
  respectively corresponding to the left and right gutter. The line numbers
1395
1610
  and mark category icons are rendered in the left gutter.</p>
1396
1611
  <div class="refsect3">
1397
- <a name="id-1.2.30.11.31.5"></a><h4>Parameters</h4>
1612
+ <a name="id-1.2.2.3.11.34.5"></a><h4>Parameters</h4>
1398
1613
  <div class="informaltable"><table width="100%" border="0">
1399
1614
  <colgroup>
1400
1615
  <col width="150px" class="parameters_name">
@@ -1416,7 +1631,7 @@ and mark category icons are rendered in the left gutter.</p>
1416
1631
  </table></div>
1417
1632
  </div>
1418
1633
  <div class="refsect3">
1419
- <a name="id-1.2.30.11.31.6"></a><h4>Returns</h4>
1634
+ <a name="id-1.2.2.3.11.34.6"></a><h4>Returns</h4>
1420
1635
  <p> the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>. </p>
1421
1636
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1422
1637
  </div>
@@ -1424,16 +1639,14 @@ and mark category icons are rendered in the left gutter.</p>
1424
1639
  </div>
1425
1640
  <hr>
1426
1641
  <div class="refsect2">
1427
- <a name="gtk-source-view-get-visual-column"></a><h3>gtk_source_view_get_visual_column ()</h3>
1428
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
1429
- gtk_source_view_get_visual_column (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1430
- <em class="parameter"><code>const <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
1431
- <p>Determines the visual column at <em class="parameter"><code>iter</code></em>
1432
- taking into
1433
- consideration the indent width of <em class="parameter"><code>view</code></em>
1434
- .</p>
1642
+ <a name="gtk-source-view-set-background-pattern"></a><h3>gtk_source_view_set_background_pattern ()</h3>
1643
+ <pre class="programlisting"><span class="returnvalue">void</span>
1644
+ gtk_source_view_set_background_pattern
1645
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
1646
+ <em class="parameter"><code><a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="type">GtkSourceBackgroundPatternType</span></a> background_pattern</code></em>);</pre>
1647
+ <p>Set if and how the background pattern should be displayed.</p>
1435
1648
  <div class="refsect3">
1436
- <a name="id-1.2.30.11.32.5"></a><h4>Parameters</h4>
1649
+ <a name="id-1.2.2.3.11.35.5"></a><h4>Parameters</h4>
1437
1650
  <div class="informaltable"><table width="100%" border="0">
1438
1651
  <colgroup>
1439
1652
  <col width="150px" class="parameters_name">
@@ -1447,20 +1660,45 @@ consideration the indent width of <em class="parameter"><code>view</code></em>
1447
1660
  <td class="parameter_annotations"> </td>
1448
1661
  </tr>
1449
1662
  <tr>
1450
- <td class="parameter_name"><p>iter</p></td>
1451
- <td class="parameter_description"><p>a position in <em class="parameter"><code>view</code></em>
1452
- .</p></td>
1663
+ <td class="parameter_name"><p>background_pattern</p></td>
1664
+ <td class="parameter_description"><p>the <a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="type">GtkSourceBackgroundPatternType</span></a>.</p></td>
1453
1665
  <td class="parameter_annotations"> </td>
1454
1666
  </tr>
1455
1667
  </tbody>
1456
1668
  </table></div>
1457
1669
  </div>
1458
- <div class="refsect3">
1459
- <a name="id-1.2.30.11.32.6"></a><h4>Returns</h4>
1460
- <p> the visual column at <em class="parameter"><code>iter</code></em>
1670
+ <p class="since">Since 3.16</p>
1671
+ </div>
1672
+ <hr>
1673
+ <div class="refsect2">
1674
+ <a name="gtk-source-view-get-background-pattern"></a><h3>gtk_source_view_get_background_pattern ()</h3>
1675
+ <pre class="programlisting"><a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="returnvalue">GtkSourceBackgroundPatternType</span></a>
1676
+ gtk_source_view_get_background_pattern
1677
+ (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
1678
+ <p>Returns the <a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="type">GtkSourceBackgroundPatternType</span></a> specifying if and how
1679
+ the background pattern should be displayed for this <em class="parameter"><code>view</code></em>
1461
1680
  .</p>
1681
+ <div class="refsect3">
1682
+ <a name="id-1.2.2.3.11.36.5"></a><h4>Parameters</h4>
1683
+ <div class="informaltable"><table width="100%" border="0">
1684
+ <colgroup>
1685
+ <col width="150px" class="parameters_name">
1686
+ <col class="parameters_description">
1687
+ <col width="200px" class="parameters_annotations">
1688
+ </colgroup>
1689
+ <tbody><tr>
1690
+ <td class="parameter_name"><p>view</p></td>
1691
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p></td>
1692
+ <td class="parameter_annotations"> </td>
1693
+ </tr></tbody>
1694
+ </table></div>
1695
+ </div>
1696
+ <div class="refsect3">
1697
+ <a name="id-1.2.2.3.11.36.6"></a><h4>Returns</h4>
1698
+ <p> the <a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="type">GtkSourceBackgroundPatternType</span></a>.</p>
1462
1699
  <p></p>
1463
1700
  </div>
1701
+ <p class="since">Since 3.16</p>
1464
1702
  </div>
1465
1703
  </div>
1466
1704
  <div class="refsect1">
@@ -1473,7 +1711,7 @@ consideration the indent width of <em class="parameter"><code>view</code></em>
1473
1711
  <div class="refsect2">
1474
1712
  <a name="GtkSourceSmartHomeEndType"></a><h3>enum GtkSourceSmartHomeEndType</h3>
1475
1713
  <div class="refsect3">
1476
- <a name="id-1.2.30.12.3.3"></a><h4>Members</h4>
1714
+ <a name="id-1.2.2.3.12.3.3"></a><h4>Members</h4>
1477
1715
  <div class="informaltable"><table width="100%" border="0">
1478
1716
  <colgroup>
1479
1717
  <col width="300px" class="enum_members_name">
@@ -1526,7 +1764,7 @@ of GTK_SOURCE_DRAW_SPACES_LEADING, GTK_SOURCE_DRAW_SPACES_TEXT or
1526
1764
  GTK_SOURCE_DRAW_SPACES_TRAILING is specified, whitespaces at any position in
1527
1765
  the line will be drawn (i.e. it has the same effect as specifying all of them).</p>
1528
1766
  <div class="refsect3">
1529
- <a name="id-1.2.30.12.4.4"></a><h4>Members</h4>
1767
+ <a name="id-1.2.2.3.12.4.4"></a><h4>Members</h4>
1530
1768
  <div class="informaltable"><table width="100%" border="0">
1531
1769
  <colgroup>
1532
1770
  <col width="300px" class="enum_members_name">
@@ -1598,7 +1836,7 @@ the line will be drawn (i.e. it has the same effect as specifying all of them).<
1598
1836
  <div class="refsect2">
1599
1837
  <a name="GtkSourceViewGutterPosition"></a><h3>enum GtkSourceViewGutterPosition</h3>
1600
1838
  <div class="refsect3">
1601
- <a name="id-1.2.30.12.5.3"></a><h4>Members</h4>
1839
+ <a name="id-1.2.2.3.12.5.3"></a><h4>Members</h4>
1602
1840
  <div class="informaltable"><table width="100%" border="0">
1603
1841
  <colgroup>
1604
1842
  <col width="300px" class="enum_members_name">
@@ -1626,6 +1864,37 @@ renderer</p>
1626
1864
  </table></div>
1627
1865
  </div>
1628
1866
  </div>
1867
+ <hr>
1868
+ <div class="refsect2">
1869
+ <a name="GtkSourceBackgroundPatternType"></a><h3>enum GtkSourceBackgroundPatternType</h3>
1870
+ <div class="refsect3">
1871
+ <a name="id-1.2.2.3.12.6.3"></a><h4>Members</h4>
1872
+ <div class="informaltable"><table width="100%" border="0">
1873
+ <colgroup>
1874
+ <col width="300px" class="enum_members_name">
1875
+ <col class="enum_members_description">
1876
+ <col width="200px" class="enum_members_annotations">
1877
+ </colgroup>
1878
+ <tbody>
1879
+ <tr>
1880
+ <td class="enum_member_name"><p><a name="GTK-SOURCE-BACKGROUND-PATTERN-TYPE-NONE:CAPS"></a>GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE</p></td>
1881
+ <td class="enum_member_description">
1882
+ <p>no pattern</p>
1883
+ </td>
1884
+ <td class="enum_member_annotations"> </td>
1885
+ </tr>
1886
+ <tr>
1887
+ <td class="enum_member_name"><p><a name="GTK-SOURCE-BACKGROUND-PATTERN-TYPE-GRID:CAPS"></a>GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID</p></td>
1888
+ <td class="enum_member_description">
1889
+ <p>grid pattern</p>
1890
+ </td>
1891
+ <td class="enum_member_annotations"> </td>
1892
+ </tr>
1893
+ </tbody>
1894
+ </table></div>
1895
+ </div>
1896
+ <p class="since">Since 3.16</p>
1897
+ </div>
1629
1898
  </div>
1630
1899
  <div class="refsect1">
1631
1900
  <a name="GtkSourceView.property-details"></a><h2>Property Details</h2>
@@ -1638,6 +1907,15 @@ renderer</p>
1638
1907
  </div>
1639
1908
  <hr>
1640
1909
  <div class="refsect2">
1910
+ <a name="GtkSourceView--background-pattern"></a><h3>The <code class="literal">“background-pattern”</code> property</h3>
1911
+ <pre class="programlisting"> “background-pattern” <a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType"><span class="type">GtkSourceBackgroundPatternType</span></a></pre>
1912
+ <p>Draw a specific background pattern on the view.</p>
1913
+ <p>Flags: Read / Write</p>
1914
+ <p>Default value: GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE</p>
1915
+ <p class="since">Since 3.16</p>
1916
+ </div>
1917
+ <hr>
1918
+ <div class="refsect2">
1641
1919
  <a name="GtkSourceView--completion"></a><h3>The <code class="literal">“completion”</code> property</h3>
1642
1920
  <pre class="programlisting"> “completion” <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> *</pre>
1643
1921
  <p>The completion object associated with the view</p>
@@ -1739,18 +2017,126 @@ renderer</p>
1739
2017
  <div class="refsect1">
1740
2018
  <a name="GtkSourceView.signal-details"></a><h2>Signal Details</h2>
1741
2019
  <div class="refsect2">
2020
+ <a name="GtkSourceView-change-case"></a><h3>The <code class="literal">“change-case”</code> signal</h3>
2021
+ <pre class="programlisting"><span class="returnvalue">void</span>
2022
+ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
2023
+ <a class="link" href="GtkSourceBuffer.html#GtkSourceChangeCaseType" title="enum GtkSourceChangeCaseType"><span class="type">GtkSourceChangeCaseType</span></a> case_type,
2024
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2025
+ <p>Keybinding signal to change case of the text at the current cursor position.</p>
2026
+ <div class="refsect3">
2027
+ <a name="id-1.2.2.3.14.2.5"></a><h4>Parameters</h4>
2028
+ <div class="informaltable"><table width="100%" border="0">
2029
+ <colgroup>
2030
+ <col width="150px" class="parameters_name">
2031
+ <col class="parameters_description">
2032
+ <col width="200px" class="parameters_annotations">
2033
+ </colgroup>
2034
+ <tbody>
2035
+ <tr>
2036
+ <td class="parameter_name"><p>view</p></td>
2037
+ <td class="parameter_description"><p>the <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p></td>
2038
+ <td class="parameter_annotations"> </td>
2039
+ </tr>
2040
+ <tr>
2041
+ <td class="parameter_name"><p>case_type</p></td>
2042
+ <td class="parameter_description"><p>the case to use</p></td>
2043
+ <td class="parameter_annotations"> </td>
2044
+ </tr>
2045
+ <tr>
2046
+ <td class="parameter_name"><p>user_data</p></td>
2047
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
2048
+ <td class="parameter_annotations"> </td>
2049
+ </tr>
2050
+ </tbody>
2051
+ </table></div>
2052
+ </div>
2053
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2054
+ <p class="since">Since 3.16</p>
2055
+ </div>
2056
+ <hr>
2057
+ <div class="refsect2">
2058
+ <a name="GtkSourceView-change-number"></a><h3>The <code class="literal">“change-number”</code> signal</h3>
2059
+ <pre class="programlisting"><span class="returnvalue">void</span>
2060
+ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
2061
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
2062
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2063
+ <p>Keybinding signal to edit a number at the current cursor position.</p>
2064
+ <div class="refsect3">
2065
+ <a name="id-1.2.2.3.14.3.5"></a><h4>Parameters</h4>
2066
+ <div class="informaltable"><table width="100%" border="0">
2067
+ <colgroup>
2068
+ <col width="150px" class="parameters_name">
2069
+ <col class="parameters_description">
2070
+ <col width="200px" class="parameters_annotations">
2071
+ </colgroup>
2072
+ <tbody>
2073
+ <tr>
2074
+ <td class="parameter_name"><p>view</p></td>
2075
+ <td class="parameter_description"><p>the <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p></td>
2076
+ <td class="parameter_annotations"> </td>
2077
+ </tr>
2078
+ <tr>
2079
+ <td class="parameter_name"><p>count</p></td>
2080
+ <td class="parameter_description"><p>the number to add to the number at the current position</p></td>
2081
+ <td class="parameter_annotations"> </td>
2082
+ </tr>
2083
+ <tr>
2084
+ <td class="parameter_name"><p>user_data</p></td>
2085
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
2086
+ <td class="parameter_annotations"> </td>
2087
+ </tr>
2088
+ </tbody>
2089
+ </table></div>
2090
+ </div>
2091
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2092
+ <p class="since">Since 3.16</p>
2093
+ </div>
2094
+ <hr>
2095
+ <div class="refsect2">
2096
+ <a name="GtkSourceView-join-lines"></a><h3>The <code class="literal">“join-lines”</code> signal</h3>
2097
+ <pre class="programlisting"><span class="returnvalue">void</span>
2098
+ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
2099
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2100
+ <p>Keybinding signal to join the lines currently selected.</p>
2101
+ <div class="refsect3">
2102
+ <a name="id-1.2.2.3.14.4.5"></a><h4>Parameters</h4>
2103
+ <div class="informaltable"><table width="100%" border="0">
2104
+ <colgroup>
2105
+ <col width="150px" class="parameters_name">
2106
+ <col class="parameters_description">
2107
+ <col width="200px" class="parameters_annotations">
2108
+ </colgroup>
2109
+ <tbody>
2110
+ <tr>
2111
+ <td class="parameter_name"><p>view</p></td>
2112
+ <td class="parameter_description"><p>the <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p></td>
2113
+ <td class="parameter_annotations"> </td>
2114
+ </tr>
2115
+ <tr>
2116
+ <td class="parameter_name"><p>user_data</p></td>
2117
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
2118
+ <td class="parameter_annotations"> </td>
2119
+ </tr>
2120
+ </tbody>
2121
+ </table></div>
2122
+ </div>
2123
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2124
+ <p class="since">Since 3.16</p>
2125
+ </div>
2126
+ <hr>
2127
+ <div class="refsect2">
1742
2128
  <a name="GtkSourceView-line-mark-activated"></a><h3>The <code class="literal">“line-mark-activated”</code> signal</h3>
1743
2129
  <pre class="programlisting"><span class="returnvalue">void</span>
1744
2130
  user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
1745
- <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
1746
- <span class="type">GdkEvent</span> *event,
2131
+ <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
2132
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
1747
2133
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1748
2134
  <p>Emitted when a line mark has been activated (for instance when there
1749
2135
  was a button press in the line marks gutter). You can use <em class="parameter"><code>iter</code></em>
1750
2136
  to
1751
2137
  determine on which line the activation took place.</p>
1752
2138
  <div class="refsect3">
1753
- <a name="id-1.2.30.14.2.5"></a><h4>Parameters</h4>
2139
+ <a name="id-1.2.2.3.14.5.5"></a><h4>Parameters</h4>
1754
2140
  <div class="informaltable"><table width="100%" border="0">
1755
2141
  <colgroup>
1756
2142
  <col width="150px" class="parameters_name">
@@ -1765,12 +2151,12 @@ determine on which line the activation took place.</p>
1765
2151
  </tr>
1766
2152
  <tr>
1767
2153
  <td class="parameter_name"><p>iter</p></td>
1768
- <td class="parameter_description"><p>a <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
2154
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1769
2155
  <td class="parameter_annotations"> </td>
1770
2156
  </tr>
1771
2157
  <tr>
1772
2158
  <td class="parameter_name"><p>event</p></td>
1773
- <td class="parameter_description"><p>the <span class="type">GdkEvent</span> that activated the event</p></td>
2159
+ <td class="parameter_description"><p>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that activated the event</p></td>
1774
2160
  <td class="parameter_annotations"> </td>
1775
2161
  </tr>
1776
2162
  <tr>
@@ -1781,7 +2167,7 @@ determine on which line the activation took place.</p>
1781
2167
  </tbody>
1782
2168
  </table></div>
1783
2169
  </div>
1784
- <p>Flags: Run Last</p>
2170
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1785
2171
  </div>
1786
2172
  <hr>
1787
2173
  <div class="refsect2">
@@ -1799,7 +2185,7 @@ or the current line by <em class="parameter"><code>count</code></em>
1799
2185
  <em class="parameter"><code>count</code></em>
1800
2186
  of -1 or 1 is valid.</p>
1801
2187
  <div class="refsect3">
1802
- <a name="id-1.2.30.14.3.5"></a><h4>Parameters</h4>
2188
+ <a name="id-1.2.2.3.14.6.5"></a><h4>Parameters</h4>
1803
2189
  <div class="informaltable"><table width="100%" border="0">
1804
2190
  <colgroup>
1805
2191
  <col width="150px" class="parameters_name">
@@ -1831,11 +2217,49 @@ or the current line by <em class="parameter"><code>count</code></em>
1831
2217
  </tbody>
1832
2218
  </table></div>
1833
2219
  </div>
1834
- <p>Flags: Action</p>
2220
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
1835
2221
  <p class="since">Since 2.10</p>
1836
2222
  </div>
1837
2223
  <hr>
1838
2224
  <div class="refsect2">
2225
+ <a name="GtkSourceView-move-to-matching-bracket"></a><h3>The <code class="literal">“move-to-matching-bracket”</code> signal</h3>
2226
+ <pre class="programlisting"><span class="returnvalue">void</span>
2227
+ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
2228
+ <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> extend_selection,
2229
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
2230
+ <p>Keybinding signal to move the cursor to the matching bracket.</p>
2231
+ <div class="refsect3">
2232
+ <a name="id-1.2.2.3.14.7.5"></a><h4>Parameters</h4>
2233
+ <div class="informaltable"><table width="100%" border="0">
2234
+ <colgroup>
2235
+ <col width="150px" class="parameters_name">
2236
+ <col class="parameters_description">
2237
+ <col width="200px" class="parameters_annotations">
2238
+ </colgroup>
2239
+ <tbody>
2240
+ <tr>
2241
+ <td class="parameter_name"><p>view</p></td>
2242
+ <td class="parameter_description"><p>the <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p></td>
2243
+ <td class="parameter_annotations"> </td>
2244
+ </tr>
2245
+ <tr>
2246
+ <td class="parameter_name"><p>extend_selection</p></td>
2247
+ <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 move should extend the selection</p></td>
2248
+ <td class="parameter_annotations"> </td>
2249
+ </tr>
2250
+ <tr>
2251
+ <td class="parameter_name"><p>user_data</p></td>
2252
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
2253
+ <td class="parameter_annotations"> </td>
2254
+ </tr>
2255
+ </tbody>
2256
+ </table></div>
2257
+ </div>
2258
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
2259
+ <p class="since">Since 3.16</p>
2260
+ </div>
2261
+ <hr>
2262
+ <div class="refsect2">
1839
2263
  <a name="GtkSourceView-move-words"></a><h3>The <code class="literal">“move-words”</code> signal</h3>
1840
2264
  <pre class="programlisting"><span class="returnvalue">void</span>
1841
2265
  user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
@@ -1846,7 +2270,7 @@ when the user initiates moving a word. The default binding key
1846
2270
  is Alt+Left/Right Arrow and moves the current selection, or the current
1847
2271
  word by one word.</p>
1848
2272
  <div class="refsect3">
1849
- <a name="id-1.2.30.14.4.5"></a><h4>Parameters</h4>
2273
+ <a name="id-1.2.2.3.14.8.5"></a><h4>Parameters</h4>
1850
2274
  <div class="informaltable"><table width="100%" border="0">
1851
2275
  <colgroup>
1852
2276
  <col width="150px" class="parameters_name">
@@ -1872,7 +2296,7 @@ word by one word.</p>
1872
2296
  </tbody>
1873
2297
  </table></div>
1874
2298
  </div>
1875
- <p>Flags: Action</p>
2299
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
1876
2300
  <p class="since">Since 3.0</p>
1877
2301
  </div>
1878
2302
  <hr>
@@ -1881,7 +2305,7 @@ word by one word.</p>
1881
2305
  <pre class="programlisting"><span class="returnvalue">void</span>
1882
2306
  user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *sourceview,
1883
2307
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1884
- <p>Flags: Action</p>
2308
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
1885
2309
  </div>
1886
2310
  <hr>
1887
2311
  <div class="refsect2">
@@ -1898,7 +2322,7 @@ type as <a class="link" href="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLET
1898
2322
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to activate the completion by
1899
2323
  another means, for example with another key binding or a menu entry.</p>
1900
2324
  <div class="refsect3">
1901
- <a name="id-1.2.30.14.6.8"></a><h4>Parameters</h4>
2325
+ <a name="id-1.2.2.3.14.10.8"></a><h4>Parameters</h4>
1902
2326
  <div class="informaltable"><table width="100%" border="0">
1903
2327
  <colgroup>
1904
2328
  <col width="150px" class="parameters_name">
@@ -1919,14 +2343,14 @@ another means, for example with another key binding or a menu entry.</p>
1919
2343
  </tbody>
1920
2344
  </table></div>
1921
2345
  </div>
1922
- <p>Flags: Action</p>
2346
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
1923
2347
  </div>
1924
2348
  <hr>
1925
2349
  <div class="refsect2">
1926
2350
  <a name="GtkSourceView-smart-home-end"></a><h3>The <code class="literal">“smart-home-end”</code> signal</h3>
1927
2351
  <pre class="programlisting"><span class="returnvalue">void</span>
1928
2352
  user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
1929
- <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
2353
+ <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a> *iter,
1930
2354
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
1931
2355
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1932
2356
  <p>Emitted when a the cursor was moved according to the smart home
@@ -1935,7 +2359,7 @@ during the GtkTextView::move-cursor action. This can be used to find
1935
2359
  out whether the cursor was moved by a normal home/end or by a smart
1936
2360
  home/end.</p>
1937
2361
  <div class="refsect3">
1938
- <a name="id-1.2.30.14.7.5"></a><h4>Parameters</h4>
2362
+ <a name="id-1.2.2.3.14.11.5"></a><h4>Parameters</h4>
1939
2363
  <div class="informaltable"><table width="100%" border="0">
1940
2364
  <colgroup>
1941
2365
  <col width="150px" class="parameters_name">
@@ -1950,7 +2374,7 @@ home/end.</p>
1950
2374
  </tr>
1951
2375
  <tr>
1952
2376
  <td class="parameter_name"><p>iter</p></td>
1953
- <td class="parameter_description"><p>a <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
2377
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkTextIter.html"><span class="type">GtkTextIter</span></a></p></td>
1954
2378
  <td class="parameter_annotations"> </td>
1955
2379
  </tr>
1956
2380
  <tr>
@@ -1966,7 +2390,7 @@ home/end.</p>
1966
2390
  </tbody>
1967
2391
  </table></div>
1968
2392
  </div>
1969
- <p>Flags: Run Last</p>
2393
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
1970
2394
  <p class="since">Since 3.0</p>
1971
2395
  </div>
1972
2396
  <hr>
@@ -1975,12 +2399,12 @@ home/end.</p>
1975
2399
  <pre class="programlisting"><span class="returnvalue">void</span>
1976
2400
  user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *sourceview,
1977
2401
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
1978
- <p>Flags: Action</p>
2402
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
1979
2403
  </div>
1980
2404
  </div>
1981
2405
  <div class="refsect1">
1982
2406
  <a name="GtkSourceView.see-also"></a><h2>See Also</h2>
1983
- <p><a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextView.html"><span class="type">GtkTextView</span></a>, <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a></p>
2407
+ <p><a href="http://developer.gnome.org/gtk2/GtkTextView.html"><span class="type">GtkTextView</span></a>, <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a></p>
1984
2408
  </div>
1985
2409
  </div>
1986
2410
  <div class="footer">