gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +13 -7
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkSourceView: GtkSourceView 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Main Classes">
|
9
9
|
<link rel="prev" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</tr></table></div>
|
38
38
|
<div class="refsect1">
|
39
39
|
<a name="GtkSourceView.functions"></a><h2>Functions</h2>
|
40
|
-
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
41
41
|
<colgroup>
|
42
42
|
<col width="150px" class="functions_return">
|
43
43
|
<col class="functions_name">
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<tbody>
|
46
46
|
<tr>
|
47
47
|
<td class="function_type">
|
48
|
-
<a href="http://developer.gnome.org/
|
48
|
+
<a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><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="http://developer.gnome.org/
|
56
|
+
<a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><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>
|
@@ -69,7 +69,7 @@
|
|
69
69
|
</tr>
|
70
70
|
<tr>
|
71
71
|
<td class="function_type">
|
72
|
-
<a href="
|
72
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
73
73
|
</td>
|
74
74
|
<td class="function_name">
|
75
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>
|
@@ -85,7 +85,7 @@
|
|
85
85
|
</tr>
|
86
86
|
<tr>
|
87
87
|
<td class="function_type">
|
88
|
-
<a href="
|
88
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
89
89
|
</td>
|
90
90
|
<td class="function_name">
|
91
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>
|
@@ -101,7 +101,7 @@
|
|
101
101
|
</tr>
|
102
102
|
<tr>
|
103
103
|
<td class="function_type">
|
104
|
-
<a href="
|
104
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
105
105
|
</td>
|
106
106
|
<td class="function_name">
|
107
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>
|
@@ -117,7 +117,7 @@
|
|
117
117
|
</tr>
|
118
118
|
<tr>
|
119
119
|
<td class="function_type">
|
120
|
-
<a href="
|
120
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
121
121
|
</td>
|
122
122
|
<td class="function_name">
|
123
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>
|
@@ -133,7 +133,7 @@
|
|
133
133
|
</tr>
|
134
134
|
<tr>
|
135
135
|
<td class="function_type">
|
136
|
-
<a href="
|
136
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
137
137
|
</td>
|
138
138
|
<td class="function_name">
|
139
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>
|
@@ -149,7 +149,7 @@
|
|
149
149
|
</tr>
|
150
150
|
<tr>
|
151
151
|
<td class="function_type">
|
152
|
-
<a href="
|
152
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
153
153
|
</td>
|
154
154
|
<td class="function_name">
|
155
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>
|
@@ -165,7 +165,7 @@
|
|
165
165
|
</tr>
|
166
166
|
<tr>
|
167
167
|
<td class="function_type">
|
168
|
-
<a href="
|
168
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
169
169
|
</td>
|
170
170
|
<td class="function_name">
|
171
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>
|
@@ -181,7 +181,7 @@
|
|
181
181
|
</tr>
|
182
182
|
<tr>
|
183
183
|
<td class="function_type">
|
184
|
-
<a href="
|
184
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
185
185
|
</td>
|
186
186
|
<td class="function_name">
|
187
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>
|
@@ -197,7 +197,7 @@
|
|
197
197
|
</tr>
|
198
198
|
<tr>
|
199
199
|
<td class="function_type">
|
200
|
-
<a href="
|
200
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
201
201
|
</td>
|
202
202
|
<td class="function_name">
|
203
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>
|
@@ -221,7 +221,7 @@
|
|
221
221
|
</tr>
|
222
222
|
<tr>
|
223
223
|
<td class="function_type">
|
224
|
-
<a href="
|
224
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
225
225
|
</td>
|
226
226
|
<td class="function_name">
|
227
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>
|
@@ -237,7 +237,7 @@
|
|
237
237
|
</tr>
|
238
238
|
<tr>
|
239
239
|
<td class="function_type">
|
240
|
-
<a href="
|
240
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
241
241
|
</td>
|
242
242
|
<td class="function_name">
|
243
243
|
<a class="link" href="GtkSourceView.html#gtk-source-view-get-smart-backspace" title="gtk_source_view_get_smart_backspace ()">gtk_source_view_get_smart_backspace</a> <span class="c_punctuation">()</span>
|
@@ -285,7 +285,7 @@
|
|
285
285
|
</tr>
|
286
286
|
<tr>
|
287
287
|
<td class="function_type">
|
288
|
-
<a href="
|
288
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
289
289
|
</td>
|
290
290
|
<td class="function_name">
|
291
291
|
<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>
|
@@ -344,7 +344,7 @@
|
|
344
344
|
</div>
|
345
345
|
<div class="refsect1">
|
346
346
|
<a name="GtkSourceView.properties"></a><h2>Properties</h2>
|
347
|
-
<div class="informaltable"><table border="0">
|
347
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
348
348
|
<colgroup>
|
349
349
|
<col width="150px" class="properties_type">
|
350
350
|
<col width="300px" class="properties_name">
|
@@ -352,7 +352,7 @@
|
|
352
352
|
</colgroup>
|
353
353
|
<tbody>
|
354
354
|
<tr>
|
355
|
-
<td class="property_type"><a href="
|
355
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
356
356
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--auto-indent" title="The “auto-indent” property">auto-indent</a></td>
|
357
357
|
<td class="property_flags">Read / Write</td>
|
358
358
|
</tr>
|
@@ -373,47 +373,47 @@
|
|
373
373
|
<td class="property_flags">Read / Write</td>
|
374
374
|
</tr>
|
375
375
|
<tr>
|
376
|
-
<td class="property_type"><a href="
|
376
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
377
377
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--highlight-current-line" title="The “highlight-current-line” property">highlight-current-line</a></td>
|
378
378
|
<td class="property_flags">Read / Write</td>
|
379
379
|
</tr>
|
380
380
|
<tr>
|
381
|
-
<td class="property_type"><a href="
|
381
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
382
382
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--indent-on-tab" title="The “indent-on-tab” property">indent-on-tab</a></td>
|
383
383
|
<td class="property_flags">Read / Write</td>
|
384
384
|
</tr>
|
385
385
|
<tr>
|
386
|
-
<td class="property_type"><a href="
|
386
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
387
387
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--indent-width" title="The “indent-width” property">indent-width</a></td>
|
388
388
|
<td class="property_flags">Read / Write</td>
|
389
389
|
</tr>
|
390
390
|
<tr>
|
391
|
-
<td class="property_type"><a href="
|
391
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
392
392
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs" title="The “insert-spaces-instead-of-tabs” property">insert-spaces-instead-of-tabs</a></td>
|
393
393
|
<td class="property_flags">Read / Write</td>
|
394
394
|
</tr>
|
395
395
|
<tr>
|
396
|
-
<td class="property_type"><a href="
|
396
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
397
397
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--right-margin-position" title="The “right-margin-position” property">right-margin-position</a></td>
|
398
398
|
<td class="property_flags">Read / Write</td>
|
399
399
|
</tr>
|
400
400
|
<tr>
|
401
|
-
<td class="property_type"><a href="
|
401
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
402
402
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--show-line-marks" title="The “show-line-marks” property">show-line-marks</a></td>
|
403
403
|
<td class="property_flags">Read / Write</td>
|
404
404
|
</tr>
|
405
405
|
<tr>
|
406
|
-
<td class="property_type"><a href="
|
406
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
407
407
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--show-line-numbers" title="The “show-line-numbers” property">show-line-numbers</a></td>
|
408
408
|
<td class="property_flags">Read / Write</td>
|
409
409
|
</tr>
|
410
410
|
<tr>
|
411
|
-
<td class="property_type"><a href="
|
411
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
412
412
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--show-right-margin" title="The “show-right-margin” property">show-right-margin</a></td>
|
413
413
|
<td class="property_flags">Read / Write</td>
|
414
414
|
</tr>
|
415
415
|
<tr>
|
416
|
-
<td class="property_type"><a href="
|
416
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
417
417
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--smart-backspace" title="The “smart-backspace” property">smart-backspace</a></td>
|
418
418
|
<td class="property_flags">Read / Write</td>
|
419
419
|
</tr>
|
@@ -423,7 +423,7 @@
|
|
423
423
|
<td class="property_flags">Read / Write</td>
|
424
424
|
</tr>
|
425
425
|
<tr>
|
426
|
-
<td class="property_type"><a href="
|
426
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
427
427
|
<td class="property_name"><a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property">tab-width</a></td>
|
428
428
|
<td class="property_flags">Read / Write</td>
|
429
429
|
</tr>
|
@@ -432,7 +432,7 @@
|
|
432
432
|
</div>
|
433
433
|
<div class="refsect1">
|
434
434
|
<a name="GtkSourceView.signals"></a><h2>Signals</h2>
|
435
|
-
<div class="informaltable"><table border="0">
|
435
|
+
<div class="informaltable"><table class="informaltable" border="0">
|
436
436
|
<colgroup>
|
437
437
|
<col width="150px" class="signals_return">
|
438
438
|
<col width="300px" class="signals_name">
|
@@ -442,64 +442,64 @@
|
|
442
442
|
<tr>
|
443
443
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
444
444
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-change-case" title="The “change-case” signal">change-case</a></td>
|
445
|
-
<td class="signal_flags"><a href="
|
445
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
446
446
|
</tr>
|
447
447
|
<tr>
|
448
448
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
449
449
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-change-number" title="The “change-number” signal">change-number</a></td>
|
450
|
-
<td class="signal_flags"><a href="
|
450
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
451
451
|
</tr>
|
452
452
|
<tr>
|
453
453
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
454
454
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-join-lines" title="The “join-lines” signal">join-lines</a></td>
|
455
|
-
<td class="signal_flags"><a href="
|
455
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
456
456
|
</tr>
|
457
457
|
<tr>
|
458
458
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
459
459
|
<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>
|
460
|
-
<td class="signal_flags"><a href="
|
460
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
461
461
|
</tr>
|
462
462
|
<tr>
|
463
463
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
464
464
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-move-lines" title="The “move-lines” signal">move-lines</a></td>
|
465
|
-
<td class="signal_flags"><a href="
|
465
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
466
466
|
</tr>
|
467
467
|
<tr>
|
468
468
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
469
469
|
<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>
|
470
|
-
<td class="signal_flags"><a href="
|
470
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
471
471
|
</tr>
|
472
472
|
<tr>
|
473
473
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
474
474
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-move-words" title="The “move-words” signal">move-words</a></td>
|
475
|
-
<td class="signal_flags"><a href="
|
475
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
476
476
|
</tr>
|
477
477
|
<tr>
|
478
478
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
479
479
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-redo" title="The “redo” signal">redo</a></td>
|
480
|
-
<td class="signal_flags"><a href="
|
480
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
481
481
|
</tr>
|
482
482
|
<tr>
|
483
483
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
484
484
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-show-completion" title="The “show-completion” signal">show-completion</a></td>
|
485
|
-
<td class="signal_flags"><a href="
|
485
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
486
486
|
</tr>
|
487
487
|
<tr>
|
488
488
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
489
489
|
<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>
|
490
|
-
<td class="signal_flags"><a href="
|
490
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
491
491
|
</tr>
|
492
492
|
<tr>
|
493
493
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
494
494
|
<td class="signal_name"><a class="link" href="GtkSourceView.html#GtkSourceView-undo" title="The “undo” signal">undo</a></td>
|
495
|
-
<td class="signal_flags"><a href="
|
495
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
496
496
|
</tr>
|
497
497
|
</tbody>
|
498
498
|
</table></div>
|
499
499
|
</div>
|
500
500
|
<div class="refsect1">
|
501
501
|
<a name="GtkSourceView.other"></a><h2>Types and Values</h2>
|
502
|
-
<div class="informaltable"><table width="100%" border="0">
|
502
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
503
503
|
<colgroup>
|
504
504
|
<col width="150px" class="name">
|
505
505
|
<col class="description">
|
@@ -530,11 +530,17 @@
|
|
530
530
|
</div>
|
531
531
|
<div class="refsect1">
|
532
532
|
<a name="GtkSourceView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
533
|
-
<pre class="screen"> <a href="
|
534
|
-
<span class="lineart"
|
535
|
-
|
536
|
-
|
537
|
-
|
533
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
534
|
+
<span class="lineart">├──</span> GtkSourceBackgroundPatternType
|
535
|
+
<span class="lineart">├──</span> GtkSourceSmartHomeEndType
|
536
|
+
<span class="lineart">╰──</span> GtkSourceViewGutterPosition
|
537
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
538
|
+
<span class="lineart">╰──</span> GtkSourceDrawSpacesFlags
|
539
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
540
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
541
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
|
542
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
|
543
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct">GtkTextView</a>
|
538
544
|
<span class="lineart">╰──</span> GtkSourceView
|
539
545
|
<span class="lineart">╰──</span> <a class="link" href="GtkSourceMap.html" title="GtkSourceMap">GtkSourceMap</a>
|
540
546
|
</pre>
|
@@ -543,7 +549,7 @@
|
|
543
549
|
<a name="GtkSourceView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
544
550
|
<p>
|
545
551
|
GtkSourceView implements
|
546
|
-
AtkImplementorIface, <a href="http://developer.gnome.org/
|
552
|
+
AtkImplementorIface, <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollable-struct">GtkScrollable</a>.</p>
|
547
553
|
</div>
|
548
554
|
<div class="refsect1">
|
549
555
|
<a name="GtkSourceView.includes"></a><h2>Includes</h2>
|
@@ -569,7 +575,7 @@ Use a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span
|
|
569
575
|
provided in the GtkSourceView repository, in the tests/ directory.</p>
|
570
576
|
<div class="refsect2">
|
571
577
|
<a name="id-1.2.2.3.10.6"></a><h3>GtkSourceView as GtkBuildable</h3>
|
572
|
-
<p>The GtkSourceView implementation of the <a href="http://developer.gnome.org/
|
578
|
+
<p>The GtkSourceView implementation of the <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct"><span class="type">GtkBuildable</span></a> interface exposes the
|
573
579
|
<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>
|
574
580
|
<p>An example of a UI definition fragment with GtkSourceView:</p>
|
575
581
|
<div class="informalexample">
|
@@ -606,11 +612,14 @@ provided in the GtkSourceView repository, in the tests/ directory.</p>
|
|
606
612
|
<a name="GtkSourceView.functions_details"></a><h2>Functions</h2>
|
607
613
|
<div class="refsect2">
|
608
614
|
<a name="gtk-source-view-new"></a><h3>gtk_source_view_new ()</h3>
|
609
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
615
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
610
616
|
gtk_source_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
611
|
-
<p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a
|
612
|
-
|
613
|
-
|
617
|
+
<p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p>
|
618
|
+
<p>By default, an empty <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> will be lazily created and can be
|
619
|
+
retrieved with <a href="http://developer.gnome.org/gtk4/GtkTextView.html#gtk-text-view-get-buffer"><code class="function">gtk_text_view_get_buffer()</code></a>.</p>
|
620
|
+
<p>If you want to specify your own buffer, either override the
|
621
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextViewClass"><span class="type">GtkTextViewClass</span></a> create_buffer factory method, or use
|
622
|
+
<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>
|
614
623
|
<div class="refsect3">
|
615
624
|
<a name="gtk-source-view-new.returns"></a><h4>Returns</h4>
|
616
625
|
<p> a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a>.</p>
|
@@ -619,14 +628,14 @@ want to specify your own buffer, consider <a class="link" href="GtkSourceView.ht
|
|
619
628
|
<hr>
|
620
629
|
<div class="refsect2">
|
621
630
|
<a name="gtk-source-view-new-with-buffer"></a><h3>gtk_source_view_new_with_buffer ()</h3>
|
622
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
631
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
|
623
632
|
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>
|
624
633
|
<p>Creates a new <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> widget displaying the buffer
|
625
634
|
<em class="parameter"><code>buffer</code></em>
|
626
635
|
. One buffer can be shared among many widgets.</p>
|
627
636
|
<div class="refsect3">
|
628
637
|
<a name="gtk-source-view-new-with-buffer.parameters"></a><h4>Parameters</h4>
|
629
|
-
<div class="informaltable"><table width="100%" border="0">
|
638
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
630
639
|
<colgroup>
|
631
640
|
<col width="150px" class="parameters_name">
|
632
641
|
<col class="parameters_description">
|
@@ -649,11 +658,11 @@ gtk_source_view_new_with_buffer (<em class="parameter"><code><a class="link" hre
|
|
649
658
|
<a name="gtk-source-view-set-show-line-numbers"></a><h3>gtk_source_view_set_show_line_numbers ()</h3>
|
650
659
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
651
660
|
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>,
|
652
|
-
<em class="parameter"><code><a href="
|
653
|
-
<p>If <a href="
|
661
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show</code></em>);</pre>
|
662
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> line numbers will be displayed beside the text.</p>
|
654
663
|
<div class="refsect3">
|
655
664
|
<a name="gtk-source-view-set-show-line-numbers.parameters"></a><h4>Parameters</h4>
|
656
|
-
<div class="informaltable"><table width="100%" border="0">
|
665
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
657
666
|
<colgroup>
|
658
667
|
<col width="150px" class="parameters_name">
|
659
668
|
<col class="parameters_description">
|
@@ -677,12 +686,12 @@ gtk_source_view_set_show_line_numbers (<em class="parameter"><code><a class="lin
|
|
677
686
|
<hr>
|
678
687
|
<div class="refsect2">
|
679
688
|
<a name="gtk-source-view-get-show-line-numbers"></a><h3>gtk_source_view_get_show_line_numbers ()</h3>
|
680
|
-
<pre class="programlisting"><a href="
|
689
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
681
690
|
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>
|
682
691
|
<p>Returns whether line numbers are displayed beside the text.</p>
|
683
692
|
<div class="refsect3">
|
684
693
|
<a name="gtk-source-view-get-show-line-numbers.parameters"></a><h4>Parameters</h4>
|
685
|
-
<div class="informaltable"><table width="100%" border="0">
|
694
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
686
695
|
<colgroup>
|
687
696
|
<col width="150px" class="parameters_name">
|
688
697
|
<col class="parameters_description">
|
@@ -697,7 +706,7 @@ gtk_source_view_get_show_line_numbers (<em class="parameter"><code><a class="lin
|
|
697
706
|
</div>
|
698
707
|
<div class="refsect3">
|
699
708
|
<a name="gtk-source-view-get-show-line-numbers.returns"></a><h4>Returns</h4>
|
700
|
-
<p> <a href="
|
709
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the line numbers are displayed.</p>
|
701
710
|
</div>
|
702
711
|
</div>
|
703
712
|
<hr>
|
@@ -705,11 +714,11 @@ gtk_source_view_get_show_line_numbers (<em class="parameter"><code><a class="lin
|
|
705
714
|
<a name="gtk-source-view-set-show-right-margin"></a><h3>gtk_source_view_set_show_right_margin ()</h3>
|
706
715
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
707
716
|
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>,
|
708
|
-
<em class="parameter"><code><a href="
|
709
|
-
<p>If <a href="
|
717
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show</code></em>);</pre>
|
718
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> a right margin is displayed.</p>
|
710
719
|
<div class="refsect3">
|
711
720
|
<a name="gtk-source-view-set-show-right-margin.parameters"></a><h4>Parameters</h4>
|
712
|
-
<div class="informaltable"><table width="100%" border="0">
|
721
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
713
722
|
<colgroup>
|
714
723
|
<col width="150px" class="parameters_name">
|
715
724
|
<col class="parameters_description">
|
@@ -733,12 +742,12 @@ gtk_source_view_set_show_right_margin (<em class="parameter"><code><a class="lin
|
|
733
742
|
<hr>
|
734
743
|
<div class="refsect2">
|
735
744
|
<a name="gtk-source-view-get-show-right-margin"></a><h3>gtk_source_view_get_show_right_margin ()</h3>
|
736
|
-
<pre class="programlisting"><a href="
|
745
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
737
746
|
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>
|
738
747
|
<p>Returns whether a right margin is displayed.</p>
|
739
748
|
<div class="refsect3">
|
740
749
|
<a name="gtk-source-view-get-show-right-margin.parameters"></a><h4>Parameters</h4>
|
741
|
-
<div class="informaltable"><table width="100%" border="0">
|
750
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
742
751
|
<colgroup>
|
743
752
|
<col width="150px" class="parameters_name">
|
744
753
|
<col class="parameters_description">
|
@@ -753,7 +762,7 @@ gtk_source_view_get_show_right_margin (<em class="parameter"><code><a class="lin
|
|
753
762
|
</div>
|
754
763
|
<div class="refsect3">
|
755
764
|
<a name="gtk-source-view-get-show-right-margin.returns"></a><h4>Returns</h4>
|
756
|
-
<p> <a href="
|
765
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the right margin is shown.</p>
|
757
766
|
</div>
|
758
767
|
</div>
|
759
768
|
<hr>
|
@@ -762,12 +771,12 @@ gtk_source_view_get_show_right_margin (<em class="parameter"><code><a class="lin
|
|
762
771
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
763
772
|
gtk_source_view_set_right_margin_position
|
764
773
|
(<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
765
|
-
<em class="parameter"><code><a href="
|
774
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> pos</code></em>);</pre>
|
766
775
|
<p>Sets the position of the right margin in the given <em class="parameter"><code>view</code></em>
|
767
776
|
.</p>
|
768
777
|
<div class="refsect3">
|
769
778
|
<a name="gtk-source-view-set-right-margin-position.parameters"></a><h4>Parameters</h4>
|
770
|
-
<div class="informaltable"><table width="100%" border="0">
|
779
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
771
780
|
<colgroup>
|
772
781
|
<col width="150px" class="parameters_name">
|
773
782
|
<col class="parameters_description">
|
@@ -791,14 +800,14 @@ gtk_source_view_set_right_margin_position
|
|
791
800
|
<hr>
|
792
801
|
<div class="refsect2">
|
793
802
|
<a name="gtk-source-view-get-right-margin-position"></a><h3>gtk_source_view_get_right_margin_position ()</h3>
|
794
|
-
<pre class="programlisting"><a href="
|
803
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
795
804
|
gtk_source_view_get_right_margin_position
|
796
805
|
(<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
797
806
|
<p>Gets the position of the right margin in the given <em class="parameter"><code>view</code></em>
|
798
807
|
.</p>
|
799
808
|
<div class="refsect3">
|
800
809
|
<a name="gtk-source-view-get-right-margin-position.parameters"></a><h4>Parameters</h4>
|
801
|
-
<div class="informaltable"><table width="100%" border="0">
|
810
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
802
811
|
<colgroup>
|
803
812
|
<col width="150px" class="parameters_name">
|
804
813
|
<col class="parameters_description">
|
@@ -822,12 +831,12 @@ gtk_source_view_get_right_margin_position
|
|
822
831
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
823
832
|
gtk_source_view_set_highlight_current_line
|
824
833
|
(<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
825
|
-
<em class="parameter"><code><a href="
|
834
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> highlight</code></em>);</pre>
|
826
835
|
<p>If <em class="parameter"><code>highlight</code></em>
|
827
|
-
is <a href="
|
836
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the current line will be highlighted.</p>
|
828
837
|
<div class="refsect3">
|
829
838
|
<a name="gtk-source-view-set-highlight-current-line.parameters"></a><h4>Parameters</h4>
|
830
|
-
<div class="informaltable"><table width="100%" border="0">
|
839
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
831
840
|
<colgroup>
|
832
841
|
<col width="150px" class="parameters_name">
|
833
842
|
<col class="parameters_description">
|
@@ -851,13 +860,13 @@ gtk_source_view_set_highlight_current_line
|
|
851
860
|
<hr>
|
852
861
|
<div class="refsect2">
|
853
862
|
<a name="gtk-source-view-get-highlight-current-line"></a><h3>gtk_source_view_get_highlight_current_line ()</h3>
|
854
|
-
<pre class="programlisting"><a href="
|
863
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
855
864
|
gtk_source_view_get_highlight_current_line
|
856
865
|
(<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
857
866
|
<p>Returns whether the current line is highlighted.</p>
|
858
867
|
<div class="refsect3">
|
859
868
|
<a name="gtk-source-view-get-highlight-current-line.parameters"></a><h4>Parameters</h4>
|
860
|
-
<div class="informaltable"><table width="100%" border="0">
|
869
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
861
870
|
<colgroup>
|
862
871
|
<col width="150px" class="parameters_name">
|
863
872
|
<col class="parameters_description">
|
@@ -872,7 +881,7 @@ gtk_source_view_get_highlight_current_line
|
|
872
881
|
</div>
|
873
882
|
<div class="refsect3">
|
874
883
|
<a name="gtk-source-view-get-highlight-current-line.returns"></a><h4>Returns</h4>
|
875
|
-
<p> <a href="
|
884
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the current line is highlighted.</p>
|
876
885
|
</div>
|
877
886
|
</div>
|
878
887
|
<hr>
|
@@ -880,15 +889,15 @@ gtk_source_view_get_highlight_current_line
|
|
880
889
|
<a name="gtk-source-view-set-auto-indent"></a><h3>gtk_source_view_set_auto_indent ()</h3>
|
881
890
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
882
891
|
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>,
|
883
|
-
<em class="parameter"><code><a href="
|
884
|
-
<p>If <a href="
|
892
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
|
893
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> auto-indentation of text is enabled.</p>
|
885
894
|
<p>When Enter is pressed to create a new line, the auto-indentation inserts the
|
886
895
|
same indentation as the previous line. This is <span class="emphasis"><em>not</em></span> a
|
887
896
|
"smart indentation" where an indentation level is added or removed depending
|
888
897
|
on the context.</p>
|
889
898
|
<div class="refsect3">
|
890
899
|
<a name="gtk-source-view-set-auto-indent.parameters"></a><h4>Parameters</h4>
|
891
|
-
<div class="informaltable"><table width="100%" border="0">
|
900
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
892
901
|
<colgroup>
|
893
902
|
<col width="150px" class="parameters_name">
|
894
903
|
<col class="parameters_description">
|
@@ -912,12 +921,12 @@ on the context.</p>
|
|
912
921
|
<hr>
|
913
922
|
<div class="refsect2">
|
914
923
|
<a name="gtk-source-view-get-auto-indent"></a><h3>gtk_source_view_get_auto_indent ()</h3>
|
915
|
-
<pre class="programlisting"><a href="
|
924
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
916
925
|
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>
|
917
926
|
<p>Returns whether auto-indentation of text is enabled.</p>
|
918
927
|
<div class="refsect3">
|
919
928
|
<a name="gtk-source-view-get-auto-indent.parameters"></a><h4>Parameters</h4>
|
920
|
-
<div class="informaltable"><table width="100%" border="0">
|
929
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
921
930
|
<colgroup>
|
922
931
|
<col width="150px" class="parameters_name">
|
923
932
|
<col class="parameters_description">
|
@@ -932,7 +941,7 @@ gtk_source_view_get_auto_indent (<em class="parameter"><code><a class="link" hre
|
|
932
941
|
</div>
|
933
942
|
<div class="refsect3">
|
934
943
|
<a name="gtk-source-view-get-auto-indent.returns"></a><h4>Returns</h4>
|
935
|
-
<p> <a href="
|
944
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if auto indentation is enabled.</p>
|
936
945
|
</div>
|
937
946
|
</div>
|
938
947
|
<hr>
|
@@ -940,8 +949,8 @@ gtk_source_view_get_auto_indent (<em class="parameter"><code><a class="link" hre
|
|
940
949
|
<a name="gtk-source-view-set-indent-on-tab"></a><h3>gtk_source_view_set_indent_on_tab ()</h3>
|
941
950
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
942
951
|
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>,
|
943
|
-
<em class="parameter"><code><a href="
|
944
|
-
<p>If <a href="
|
952
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
|
953
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, when the tab key is pressed when several lines are selected, the
|
945
954
|
selected lines are indented of one level instead of being replaced with a \t
|
946
955
|
character. Shift+Tab unindents the selection.</p>
|
947
956
|
<p>If the first or last line is not selected completely, it is also indented or
|
@@ -950,7 +959,7 @@ unindented.</p>
|
|
950
959
|
the selection with a normal \t character.</p>
|
951
960
|
<div class="refsect3">
|
952
961
|
<a name="gtk-source-view-set-indent-on-tab.parameters"></a><h4>Parameters</h4>
|
953
|
-
<div class="informaltable"><table width="100%" border="0">
|
962
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
954
963
|
<colgroup>
|
955
964
|
<col width="150px" class="parameters_name">
|
956
965
|
<col class="parameters_description">
|
@@ -974,13 +983,13 @@ the selection with a normal \t character.</p>
|
|
974
983
|
<hr>
|
975
984
|
<div class="refsect2">
|
976
985
|
<a name="gtk-source-view-get-indent-on-tab"></a><h3>gtk_source_view_get_indent_on_tab ()</h3>
|
977
|
-
<pre class="programlisting"><a href="
|
986
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
978
987
|
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>
|
979
988
|
<p>Returns whether when the tab key is pressed the current selection
|
980
989
|
should get indented instead of replaced with the \t character.</p>
|
981
990
|
<div class="refsect3">
|
982
991
|
<a name="gtk-source-view-get-indent-on-tab.parameters"></a><h4>Parameters</h4>
|
983
|
-
<div class="informaltable"><table width="100%" border="0">
|
992
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
984
993
|
<colgroup>
|
985
994
|
<col width="150px" class="parameters_name">
|
986
995
|
<col class="parameters_description">
|
@@ -995,7 +1004,7 @@ should get indented instead of replaced with the \t character.</p>
|
|
995
1004
|
</div>
|
996
1005
|
<div class="refsect3">
|
997
1006
|
<a name="gtk-source-view-get-indent-on-tab.returns"></a><h4>Returns</h4>
|
998
|
-
<p> <a href="
|
1007
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the selection is indented when tab is pressed.</p>
|
999
1008
|
</div>
|
1000
1009
|
</div>
|
1001
1010
|
<hr>
|
@@ -1003,13 +1012,13 @@ should get indented instead of replaced with the \t character.</p>
|
|
1003
1012
|
<a name="gtk-source-view-set-tab-width"></a><h3>gtk_source_view_set_tab_width ()</h3>
|
1004
1013
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1005
1014
|
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>,
|
1006
|
-
<em class="parameter"><code><a href="
|
1007
|
-
<p>Sets the width of tabulation in characters. The <a href="http://developer.gnome.org/
|
1015
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>);</pre>
|
1016
|
+
<p>Sets the width of tabulation in characters. The <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> still contains
|
1008
1017
|
\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>
|
1009
1018
|
widget.</p>
|
1010
1019
|
<div class="refsect3">
|
1011
1020
|
<a name="gtk-source-view-set-tab-width.parameters"></a><h4>Parameters</h4>
|
1012
|
-
<div class="informaltable"><table width="100%" border="0">
|
1021
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1013
1022
|
<colgroup>
|
1014
1023
|
<col width="150px" class="parameters_name">
|
1015
1024
|
<col class="parameters_description">
|
@@ -1033,12 +1042,12 @@ widget.</p>
|
|
1033
1042
|
<hr>
|
1034
1043
|
<div class="refsect2">
|
1035
1044
|
<a name="gtk-source-view-get-tab-width"></a><h3>gtk_source_view_get_tab_width ()</h3>
|
1036
|
-
<pre class="programlisting"><a href="
|
1045
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1037
1046
|
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>
|
1038
1047
|
<p>Returns the width of tabulation in characters.</p>
|
1039
1048
|
<div class="refsect3">
|
1040
1049
|
<a name="gtk-source-view-get-tab-width.parameters"></a><h4>Parameters</h4>
|
1041
|
-
<div class="informaltable"><table width="100%" border="0">
|
1050
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1042
1051
|
<colgroup>
|
1043
1052
|
<col width="150px" class="parameters_name">
|
1044
1053
|
<col class="parameters_description">
|
@@ -1061,7 +1070,7 @@ gtk_source_view_get_tab_width (<em class="parameter"><code><a class="link" href=
|
|
1061
1070
|
<a name="gtk-source-view-set-indent-width"></a><h3>gtk_source_view_set_indent_width ()</h3>
|
1062
1071
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1063
1072
|
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>,
|
1064
|
-
<em class="parameter"><code><a href="
|
1073
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>);</pre>
|
1065
1074
|
<p>Sets the number of spaces to use for each step of indent when the tab key is
|
1066
1075
|
pressed. If <em class="parameter"><code>width</code></em>
|
1067
1076
|
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
|
@@ -1071,19 +1080,19 @@ will be used.</p>
|
|
1071
1080
|
<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
|
1072
1081
|
<a class="link" href="GtkSourceView.html#GtkSourceView--indent-width" title="The “indent-width” property"><span class="type">“indent-width”</span></a> is 4 and
|
1073
1082
|
<a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property"><span class="type">“tab-width”</span></a> is 8 and
|
1074
|
-
<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="
|
1083
|
+
<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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then pressing the tab
|
1075
1084
|
key at the beginning of a line will insert 4 spaces. So far so good. Pressing
|
1076
1085
|
the tab key a second time will remove the 4 spaces and insert a \t character
|
1077
1086
|
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
|
1078
|
-
<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="
|
1087
|
+
<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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the second tab key
|
1079
1088
|
pressed will insert 4 more spaces for a total of 8 spaces in the
|
1080
|
-
<a href="http://developer.gnome.org/
|
1089
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a>.</p>
|
1081
1090
|
<p>The test-widget program (available in the GtkSourceView repository) may be
|
1082
1091
|
useful to better understand the indentation settings (enable the space
|
1083
1092
|
drawing!).</p>
|
1084
1093
|
<div class="refsect3">
|
1085
1094
|
<a name="gtk-source-view-set-indent-width.parameters"></a><h4>Parameters</h4>
|
1086
|
-
<div class="informaltable"><table width="100%" border="0">
|
1095
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1087
1096
|
<colgroup>
|
1088
1097
|
<col width="150px" class="parameters_name">
|
1089
1098
|
<col class="parameters_description">
|
@@ -1107,13 +1116,13 @@ drawing!).</p>
|
|
1107
1116
|
<hr>
|
1108
1117
|
<div class="refsect2">
|
1109
1118
|
<a name="gtk-source-view-get-indent-width"></a><h3>gtk_source_view_get_indent_width ()</h3>
|
1110
|
-
<pre class="programlisting"><a href="
|
1119
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1111
1120
|
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>
|
1112
1121
|
<p>Returns the number of spaces to use for each step of indent.
|
1113
1122
|
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>
|
1114
1123
|
<div class="refsect3">
|
1115
1124
|
<a name="gtk-source-view-get-indent-width.parameters"></a><h4>Parameters</h4>
|
1116
|
-
<div class="informaltable"><table width="100%" border="0">
|
1125
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1117
1126
|
<colgroup>
|
1118
1127
|
<col width="150px" class="parameters_name">
|
1119
1128
|
<col class="parameters_description">
|
@@ -1137,13 +1146,13 @@ See <a class="link" href="GtkSourceView.html#gtk-source-view-set-indent-width" t
|
|
1137
1146
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1138
1147
|
gtk_source_view_set_insert_spaces_instead_of_tabs
|
1139
1148
|
(<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
1140
|
-
<em class="parameter"><code><a href="
|
1141
|
-
<p>If <a href="
|
1149
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
|
1150
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> a tab key pressed is replaced by a group of space characters. Of
|
1142
1151
|
course it is still possible to insert a real \t programmatically with the
|
1143
|
-
<a href="http://developer.gnome.org/
|
1152
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> API.</p>
|
1144
1153
|
<div class="refsect3">
|
1145
1154
|
<a name="gtk-source-view-set-insert-spaces-instead-of-tabs.parameters"></a><h4>Parameters</h4>
|
1146
|
-
<div class="informaltable"><table width="100%" border="0">
|
1155
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1147
1156
|
<colgroup>
|
1148
1157
|
<col width="150px" class="parameters_name">
|
1149
1158
|
<col class="parameters_description">
|
@@ -1167,14 +1176,14 @@ course it is still possible to insert a real \t programmatically with the
|
|
1167
1176
|
<hr>
|
1168
1177
|
<div class="refsect2">
|
1169
1178
|
<a name="gtk-source-view-get-insert-spaces-instead-of-tabs"></a><h3>gtk_source_view_get_insert_spaces_instead_of_tabs ()</h3>
|
1170
|
-
<pre class="programlisting"><a href="
|
1179
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1171
1180
|
gtk_source_view_get_insert_spaces_instead_of_tabs
|
1172
1181
|
(<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
1173
1182
|
<p>Returns whether when inserting a tabulator character it should
|
1174
1183
|
be replaced by a group of space characters.</p>
|
1175
1184
|
<div class="refsect3">
|
1176
1185
|
<a name="gtk-source-view-get-insert-spaces-instead-of-tabs.parameters"></a><h4>Parameters</h4>
|
1177
|
-
<div class="informaltable"><table width="100%" border="0">
|
1186
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1178
1187
|
<colgroup>
|
1179
1188
|
<col width="150px" class="parameters_name">
|
1180
1189
|
<col class="parameters_description">
|
@@ -1189,7 +1198,7 @@ be replaced by a group of space characters.</p>
|
|
1189
1198
|
</div>
|
1190
1199
|
<div class="refsect3">
|
1191
1200
|
<a name="gtk-source-view-get-insert-spaces-instead-of-tabs.returns"></a><h4>Returns</h4>
|
1192
|
-
<p> <a href="
|
1201
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if spaces are inserted instead of tabs.</p>
|
1193
1202
|
</div>
|
1194
1203
|
</div>
|
1195
1204
|
<hr>
|
@@ -1197,13 +1206,13 @@ be replaced by a group of space characters.</p>
|
|
1197
1206
|
<a name="gtk-source-view-indent-lines"></a><h3>gtk_source_view_indent_lines ()</h3>
|
1198
1207
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1199
1208
|
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>,
|
1200
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1201
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1209
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1210
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1202
1211
|
<p>Insert one indentation level at the beginning of the
|
1203
1212
|
specified lines.</p>
|
1204
1213
|
<div class="refsect3">
|
1205
1214
|
<a name="gtk-source-view-indent-lines.parameters"></a><h4>Parameters</h4>
|
1206
|
-
<div class="informaltable"><table width="100%" border="0">
|
1215
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1207
1216
|
<colgroup>
|
1208
1217
|
<col width="150px" class="parameters_name">
|
1209
1218
|
<col class="parameters_description">
|
@@ -1217,12 +1226,12 @@ specified lines.</p>
|
|
1217
1226
|
</tr>
|
1218
1227
|
<tr>
|
1219
1228
|
<td class="parameter_name"><p>start</p></td>
|
1220
|
-
<td class="parameter_description"><p><a href="http://developer.gnome.org/
|
1229
|
+
<td class="parameter_description"><p><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> of the first line to indent</p></td>
|
1221
1230
|
<td class="parameter_annotations"> </td>
|
1222
1231
|
</tr>
|
1223
1232
|
<tr>
|
1224
1233
|
<td class="parameter_name"><p>end</p></td>
|
1225
|
-
<td class="parameter_description"><p><a href="http://developer.gnome.org/
|
1234
|
+
<td class="parameter_description"><p><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> of the last line to indent</p></td>
|
1226
1235
|
<td class="parameter_annotations"> </td>
|
1227
1236
|
</tr>
|
1228
1237
|
</tbody>
|
@@ -1235,13 +1244,13 @@ specified lines.</p>
|
|
1235
1244
|
<a name="gtk-source-view-unindent-lines"></a><h3>gtk_source_view_unindent_lines ()</h3>
|
1236
1245
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1237
1246
|
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>,
|
1238
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1239
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1247
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1248
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1240
1249
|
<p>Removes one indentation level at the beginning of the
|
1241
1250
|
specified lines.</p>
|
1242
1251
|
<div class="refsect3">
|
1243
1252
|
<a name="gtk-source-view-unindent-lines.parameters"></a><h4>Parameters</h4>
|
1244
|
-
<div class="informaltable"><table width="100%" border="0">
|
1253
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1245
1254
|
<colgroup>
|
1246
1255
|
<col width="150px" class="parameters_name">
|
1247
1256
|
<col class="parameters_description">
|
@@ -1255,12 +1264,12 @@ specified lines.</p>
|
|
1255
1264
|
</tr>
|
1256
1265
|
<tr>
|
1257
1266
|
<td class="parameter_name"><p>start</p></td>
|
1258
|
-
<td class="parameter_description"><p><a href="http://developer.gnome.org/
|
1267
|
+
<td class="parameter_description"><p><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> of the first line to indent</p></td>
|
1259
1268
|
<td class="parameter_annotations"> </td>
|
1260
1269
|
</tr>
|
1261
1270
|
<tr>
|
1262
1271
|
<td class="parameter_name"><p>end</p></td>
|
1263
|
-
<td class="parameter_description"><p><a href="http://developer.gnome.org/
|
1272
|
+
<td class="parameter_description"><p><a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> of the last line to indent</p></td>
|
1264
1273
|
<td class="parameter_annotations"> </td>
|
1265
1274
|
</tr>
|
1266
1275
|
</tbody>
|
@@ -1271,16 +1280,16 @@ specified lines.</p>
|
|
1271
1280
|
<hr>
|
1272
1281
|
<div class="refsect2">
|
1273
1282
|
<a name="gtk-source-view-get-visual-column"></a><h3>gtk_source_view_get_visual_column ()</h3>
|
1274
|
-
<pre class="programlisting"><a href="
|
1283
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1275
1284
|
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>,
|
1276
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/
|
1285
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1277
1286
|
<p>Determines the visual column at <em class="parameter"><code>iter</code></em>
|
1278
1287
|
taking into consideration the
|
1279
1288
|
<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>
|
1280
1289
|
.</p>
|
1281
1290
|
<div class="refsect3">
|
1282
1291
|
<a name="gtk-source-view-get-visual-column.parameters"></a><h4>Parameters</h4>
|
1283
|
-
<div class="informaltable"><table width="100%" border="0">
|
1292
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1284
1293
|
<colgroup>
|
1285
1294
|
<col width="150px" class="parameters_name">
|
1286
1295
|
<col class="parameters_description">
|
@@ -1312,12 +1321,12 @@ gtk_source_view_get_visual_column (<em class="parameter"><code><a class="link" h
|
|
1312
1321
|
<a name="gtk-source-view-set-smart-backspace"></a><h3>gtk_source_view_set_smart_backspace ()</h3>
|
1313
1322
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1314
1323
|
gtk_source_view_set_smart_backspace (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
1315
|
-
<em class="parameter"><code><a href="
|
1316
|
-
<p>When set to <a href="
|
1324
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> smart_backspace</code></em>);</pre>
|
1325
|
+
<p>When set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, pressing the Backspace key will try to delete spaces
|
1317
1326
|
up to the previous tab stop.</p>
|
1318
1327
|
<div class="refsect3">
|
1319
1328
|
<a name="gtk-source-view-set-smart-backspace.parameters"></a><h4>Parameters</h4>
|
1320
|
-
<div class="informaltable"><table width="100%" border="0">
|
1329
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1321
1330
|
<colgroup>
|
1322
1331
|
<col width="150px" class="parameters_name">
|
1323
1332
|
<col class="parameters_description">
|
@@ -1342,13 +1351,13 @@ up to the previous tab stop.</p>
|
|
1342
1351
|
<hr>
|
1343
1352
|
<div class="refsect2">
|
1344
1353
|
<a name="gtk-source-view-get-smart-backspace"></a><h3>gtk_source_view_get_smart_backspace ()</h3>
|
1345
|
-
<pre class="programlisting"><a href="
|
1354
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1346
1355
|
gtk_source_view_get_smart_backspace (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>);</pre>
|
1347
|
-
<p>Returns <a href="
|
1356
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pressing the Backspace key will try to delete spaces
|
1348
1357
|
up to the previous tab stop.</p>
|
1349
1358
|
<div class="refsect3">
|
1350
1359
|
<a name="gtk-source-view-get-smart-backspace.parameters"></a><h4>Parameters</h4>
|
1351
|
-
<div class="informaltable"><table width="100%" border="0">
|
1360
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1352
1361
|
<colgroup>
|
1353
1362
|
<col width="150px" class="parameters_name">
|
1354
1363
|
<col class="parameters_description">
|
@@ -1363,7 +1372,7 @@ up to the previous tab stop.</p>
|
|
1363
1372
|
</div>
|
1364
1373
|
<div class="refsect3">
|
1365
1374
|
<a name="gtk-source-view-get-smart-backspace.returns"></a><h4>Returns</h4>
|
1366
|
-
<p> <a href="
|
1375
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if smart Backspace handling is enabled.</p>
|
1367
1376
|
</div>
|
1368
1377
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1369
1378
|
</div>
|
@@ -1377,7 +1386,7 @@ gtk_source_view_set_smart_home_end (<em class="parameter"><code><a class="link"
|
|
1377
1386
|
are pressed.</p>
|
1378
1387
|
<div class="refsect3">
|
1379
1388
|
<a name="gtk-source-view-set-smart-home-end.parameters"></a><h4>Parameters</h4>
|
1380
|
-
<div class="informaltable"><table width="100%" border="0">
|
1389
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1381
1390
|
<colgroup>
|
1382
1391
|
<col width="150px" class="parameters_name">
|
1383
1392
|
<col class="parameters_description">
|
@@ -1407,7 +1416,7 @@ gtk_source_view_get_smart_home_end (<em class="parameter"><code><a class="link"
|
|
1407
1416
|
how the cursor will move when HOME and END keys are pressed.</p>
|
1408
1417
|
<div class="refsect3">
|
1409
1418
|
<a name="gtk-source-view-get-smart-home-end.parameters"></a><h4>Parameters</h4>
|
1410
|
-
<div class="informaltable"><table width="100%" border="0">
|
1419
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1411
1420
|
<colgroup>
|
1412
1421
|
<col width="150px" class="parameters_name">
|
1413
1422
|
<col class="parameters_description">
|
@@ -1430,14 +1439,14 @@ how the cursor will move when HOME and END keys are pressed.</p>
|
|
1430
1439
|
<a name="gtk-source-view-set-mark-attributes"></a><h3>gtk_source_view_set_mark_attributes ()</h3>
|
1431
1440
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1432
1441
|
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>,
|
1433
|
-
<em class="parameter"><code>const <a href="
|
1442
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
|
1434
1443
|
<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
|
1435
|
-
<em class="parameter"><code><a href="
|
1444
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>);</pre>
|
1436
1445
|
<p>Sets attributes and priority for the <em class="parameter"><code>category</code></em>
|
1437
1446
|
.</p>
|
1438
1447
|
<div class="refsect3">
|
1439
1448
|
<a name="gtk-source-view-set-mark-attributes.parameters"></a><h4>Parameters</h4>
|
1440
|
-
<div class="informaltable"><table width="100%" border="0">
|
1449
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1441
1450
|
<colgroup>
|
1442
1451
|
<col width="150px" class="parameters_name">
|
1443
1452
|
<col class="parameters_description">
|
@@ -1473,13 +1482,13 @@ gtk_source_view_set_mark_attributes (<em class="parameter"><code><a class="link"
|
|
1473
1482
|
<a name="gtk-source-view-get-mark-attributes"></a><h3>gtk_source_view_get_mark_attributes ()</h3>
|
1474
1483
|
<pre class="programlisting"><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
|
1475
1484
|
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>,
|
1476
|
-
<em class="parameter"><code>const <a href="
|
1477
|
-
<em class="parameter"><code><a href="
|
1485
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>,
|
1486
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *priority</code></em>);</pre>
|
1478
1487
|
<p>Gets attributes and priority for the <em class="parameter"><code>category</code></em>
|
1479
1488
|
.</p>
|
1480
1489
|
<div class="refsect3">
|
1481
1490
|
<a name="gtk-source-view-get-mark-attributes.parameters"></a><h4>Parameters</h4>
|
1482
|
-
<div class="informaltable"><table width="100%" border="0">
|
1491
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1483
1492
|
<colgroup>
|
1484
1493
|
<col width="150px" class="parameters_name">
|
1485
1494
|
<col class="parameters_description">
|
@@ -1518,11 +1527,11 @@ The object belongs to <em class="parameter"><code>view</code></em>
|
|
1518
1527
|
<a name="gtk-source-view-set-show-line-marks"></a><h3>gtk_source_view_set_show_line_marks ()</h3>
|
1519
1528
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1520
1529
|
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>,
|
1521
|
-
<em class="parameter"><code><a href="
|
1522
|
-
<p>If <a href="
|
1530
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show</code></em>);</pre>
|
1531
|
+
<p>If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> line marks will be displayed beside the text.</p>
|
1523
1532
|
<div class="refsect3">
|
1524
1533
|
<a name="gtk-source-view-set-show-line-marks.parameters"></a><h4>Parameters</h4>
|
1525
|
-
<div class="informaltable"><table width="100%" border="0">
|
1534
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1526
1535
|
<colgroup>
|
1527
1536
|
<col width="150px" class="parameters_name">
|
1528
1537
|
<col class="parameters_description">
|
@@ -1547,12 +1556,12 @@ gtk_source_view_set_show_line_marks (<em class="parameter"><code><a class="link"
|
|
1547
1556
|
<hr>
|
1548
1557
|
<div class="refsect2">
|
1549
1558
|
<a name="gtk-source-view-get-show-line-marks"></a><h3>gtk_source_view_get_show_line_marks ()</h3>
|
1550
|
-
<pre class="programlisting"><a href="
|
1559
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1551
1560
|
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>
|
1552
1561
|
<p>Returns whether line marks are displayed beside the text.</p>
|
1553
1562
|
<div class="refsect3">
|
1554
1563
|
<a name="gtk-source-view-get-show-line-marks.parameters"></a><h4>Parameters</h4>
|
1555
|
-
<div class="informaltable"><table width="100%" border="0">
|
1564
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1556
1565
|
<colgroup>
|
1557
1566
|
<col width="150px" class="parameters_name">
|
1558
1567
|
<col class="parameters_description">
|
@@ -1567,7 +1576,7 @@ gtk_source_view_get_show_line_marks (<em class="parameter"><code><a class="link"
|
|
1567
1576
|
</div>
|
1568
1577
|
<div class="refsect3">
|
1569
1578
|
<a name="gtk-source-view-get-show-line-marks.returns"></a><h4>Returns</h4>
|
1570
|
-
<p> <a href="
|
1579
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the line marks are displayed.</p>
|
1571
1580
|
</div>
|
1572
1581
|
<p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
|
1573
1582
|
</div>
|
@@ -1584,7 +1593,7 @@ disable display of spaces.</p>
|
|
1584
1593
|
<a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces" title="The “draw-spaces” property"><span class="type">“draw-spaces”</span></a> property.</p>
|
1585
1594
|
<div class="refsect3">
|
1586
1595
|
<a name="gtk-source-view-set-draw-spaces.parameters"></a><h4>Parameters</h4>
|
1587
|
-
<div class="informaltable"><table width="100%" border="0">
|
1596
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1588
1597
|
<colgroup>
|
1589
1598
|
<col width="150px" class="parameters_name">
|
1590
1599
|
<col class="parameters_description">
|
@@ -1616,7 +1625,7 @@ should be displayed for this <em class="parameter"><code>view</code></em>
|
|
1616
1625
|
.</p>
|
1617
1626
|
<div class="refsect3">
|
1618
1627
|
<a name="gtk-source-view-get-draw-spaces.parameters"></a><h4>Parameters</h4>
|
1619
|
-
<div class="informaltable"><table width="100%" border="0">
|
1628
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1620
1629
|
<colgroup>
|
1621
1630
|
<col width="150px" class="parameters_name">
|
1622
1631
|
<col class="parameters_description">
|
@@ -1643,7 +1652,7 @@ gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href
|
|
1643
1652
|
.</p>
|
1644
1653
|
<div class="refsect3">
|
1645
1654
|
<a name="gtk-source-view-get-completion.parameters"></a><h4>Parameters</h4>
|
1646
|
-
<div class="informaltable"><table width="100%" border="0">
|
1655
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1647
1656
|
<colgroup>
|
1648
1657
|
<col width="150px" class="parameters_name">
|
1649
1658
|
<col class="parameters_description">
|
@@ -1668,7 +1677,7 @@ gtk_source_view_get_completion (<em class="parameter"><code><a class="link" href
|
|
1668
1677
|
<a name="gtk-source-view-get-gutter"></a><h3>gtk_source_view_get_gutter ()</h3>
|
1669
1678
|
<pre class="programlisting"><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="returnvalue">GtkSourceGutter</span></a> *
|
1670
1679
|
gtk_source_view_get_gutter (<em class="parameter"><code><a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view</code></em>,
|
1671
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1680
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> window_type</code></em>);</pre>
|
1672
1681
|
<p>Returns the <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> object associated with <em class="parameter"><code>window_type</code></em>
|
1673
1682
|
for <em class="parameter"><code>view</code></em>
|
1674
1683
|
.
|
@@ -1677,7 +1686,7 @@ respectively corresponding to the left and right gutter. The line numbers
|
|
1677
1686
|
and mark category icons are rendered in the left gutter.</p>
|
1678
1687
|
<div class="refsect3">
|
1679
1688
|
<a name="gtk-source-view-get-gutter.parameters"></a><h4>Parameters</h4>
|
1680
|
-
<div class="informaltable"><table width="100%" border="0">
|
1689
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1681
1690
|
<colgroup>
|
1682
1691
|
<col width="150px" class="parameters_name">
|
1683
1692
|
<col class="parameters_description">
|
@@ -1714,7 +1723,7 @@ gtk_source_view_set_background_pattern
|
|
1714
1723
|
<p>Set if and how the background pattern should be displayed.</p>
|
1715
1724
|
<div class="refsect3">
|
1716
1725
|
<a name="gtk-source-view-set-background-pattern.parameters"></a><h4>Parameters</h4>
|
1717
|
-
<div class="informaltable"><table width="100%" border="0">
|
1726
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1718
1727
|
<colgroup>
|
1719
1728
|
<col width="150px" class="parameters_name">
|
1720
1729
|
<col class="parameters_description">
|
@@ -1747,7 +1756,7 @@ the background pattern should be displayed for this <em class="parameter"><code>
|
|
1747
1756
|
.</p>
|
1748
1757
|
<div class="refsect3">
|
1749
1758
|
<a name="gtk-source-view-get-background-pattern.parameters"></a><h4>Parameters</h4>
|
1750
|
-
<div class="informaltable"><table width="100%" border="0">
|
1759
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1751
1760
|
<colgroup>
|
1752
1761
|
<col width="150px" class="parameters_name">
|
1753
1762
|
<col class="parameters_description">
|
@@ -1778,7 +1787,7 @@ the background pattern should be displayed for this <em class="parameter"><code>
|
|
1778
1787
|
<a name="GtkSourceSmartHomeEndType"></a><h3>enum GtkSourceSmartHomeEndType</h3>
|
1779
1788
|
<div class="refsect3">
|
1780
1789
|
<a name="GtkSourceSmartHomeEndType.members"></a><h4>Members</h4>
|
1781
|
-
<div class="informaltable"><table width="100%" border="0">
|
1790
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1782
1791
|
<colgroup>
|
1783
1792
|
<col width="300px" class="enum_members_name">
|
1784
1793
|
<col class="enum_members_description">
|
@@ -1831,7 +1840,7 @@ GTK_SOURCE_DRAW_SPACES_TRAILING is specified, whitespaces at any position in
|
|
1831
1840
|
the line will be drawn (i.e. it has the same effect as specifying all of them).</p>
|
1832
1841
|
<div class="refsect3">
|
1833
1842
|
<a name="GtkSourceDrawSpacesFlags.members"></a><h4>Members</h4>
|
1834
|
-
<div class="informaltable"><table width="100%" border="0">
|
1843
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1835
1844
|
<colgroup>
|
1836
1845
|
<col width="300px" class="enum_members_name">
|
1837
1846
|
<col class="enum_members_description">
|
@@ -1855,7 +1864,9 @@ the line will be drawn (i.e. it has the same effect as specifying all of them).<
|
|
1855
1864
|
<tr>
|
1856
1865
|
<td class="enum_member_name"><p><a name="GTK-SOURCE-DRAW-SPACES-NEWLINE:CAPS"></a>GTK_SOURCE_DRAW_SPACES_NEWLINE</p></td>
|
1857
1866
|
<td class="enum_member_description">
|
1858
|
-
<p>whether the line breaks should be drawn
|
1867
|
+
<p>whether the line breaks should be drawn. If
|
1868
|
+
the <a class="link" href="GtkSourceBuffer.html#GtkSourceBuffer--implicit-trailing-newline" title="The “implicit-trailing-newline” property"><span class="type">“implicit-trailing-newline”</span></a> property is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a line
|
1869
|
+
break is also drawn at the end of the buffer.</p>
|
1859
1870
|
</td>
|
1860
1871
|
<td class="enum_member_annotations"> </td>
|
1861
1872
|
</tr>
|
@@ -1903,7 +1914,7 @@ the line will be drawn (i.e. it has the same effect as specifying all of them).<
|
|
1903
1914
|
<a name="GtkSourceViewGutterPosition"></a><h3>enum GtkSourceViewGutterPosition</h3>
|
1904
1915
|
<div class="refsect3">
|
1905
1916
|
<a name="GtkSourceViewGutterPosition.members"></a><h4>Members</h4>
|
1906
|
-
<div class="informaltable"><table width="100%" border="0">
|
1917
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1907
1918
|
<colgroup>
|
1908
1919
|
<col width="300px" class="enum_members_name">
|
1909
1920
|
<col class="enum_members_description">
|
@@ -1935,7 +1946,7 @@ renderer</p>
|
|
1935
1946
|
<a name="GtkSourceBackgroundPatternType"></a><h3>enum GtkSourceBackgroundPatternType</h3>
|
1936
1947
|
<div class="refsect3">
|
1937
1948
|
<a name="GtkSourceBackgroundPatternType.members"></a><h4>Members</h4>
|
1938
|
-
<div class="informaltable"><table width="100%" border="0">
|
1949
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1939
1950
|
<colgroup>
|
1940
1951
|
<col width="300px" class="enum_members_name">
|
1941
1952
|
<col class="enum_members_description">
|
@@ -1966,7 +1977,7 @@ renderer</p>
|
|
1966
1977
|
<a name="GtkSourceView.property-details"></a><h2>Property Details</h2>
|
1967
1978
|
<div class="refsect2">
|
1968
1979
|
<a name="GtkSourceView--auto-indent"></a><h3>The <code class="literal">“auto-indent”</code> property</h3>
|
1969
|
-
<pre class="programlisting"> “auto-indent” <a href="
|
1980
|
+
<pre class="programlisting"> “auto-indent” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1970
1981
|
<p>Whether to enable auto indentation.</p>
|
1971
1982
|
<p>Flags: Read / Write</p>
|
1972
1983
|
<p>Default value: FALSE</p>
|
@@ -2000,7 +2011,7 @@ renderer</p>
|
|
2000
2011
|
<hr>
|
2001
2012
|
<div class="refsect2">
|
2002
2013
|
<a name="GtkSourceView--highlight-current-line"></a><h3>The <code class="literal">“highlight-current-line”</code> property</h3>
|
2003
|
-
<pre class="programlisting"> “highlight-current-line” <a href="
|
2014
|
+
<pre class="programlisting"> “highlight-current-line” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2004
2015
|
<p>Whether to highlight the current line.</p>
|
2005
2016
|
<p>Flags: Read / Write</p>
|
2006
2017
|
<p>Default value: FALSE</p>
|
@@ -2008,7 +2019,7 @@ renderer</p>
|
|
2008
2019
|
<hr>
|
2009
2020
|
<div class="refsect2">
|
2010
2021
|
<a name="GtkSourceView--indent-on-tab"></a><h3>The <code class="literal">“indent-on-tab”</code> property</h3>
|
2011
|
-
<pre class="programlisting"> “indent-on-tab” <a href="
|
2022
|
+
<pre class="programlisting"> “indent-on-tab” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2012
2023
|
<p>Whether to indent the selected text when the tab key is pressed.</p>
|
2013
2024
|
<p>Flags: Read / Write</p>
|
2014
2025
|
<p>Default value: TRUE</p>
|
@@ -2016,7 +2027,7 @@ renderer</p>
|
|
2016
2027
|
<hr>
|
2017
2028
|
<div class="refsect2">
|
2018
2029
|
<a name="GtkSourceView--indent-width"></a><h3>The <code class="literal">“indent-width”</code> property</h3>
|
2019
|
-
<pre class="programlisting"> “indent-width” <a href="
|
2030
|
+
<pre class="programlisting"> “indent-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
2020
2031
|
<p>Width of an indentation step expressed in number of spaces.</p>
|
2021
2032
|
<p>Flags: Read / Write</p>
|
2022
2033
|
<p>Allowed values: [-1,32]</p>
|
@@ -2025,7 +2036,7 @@ renderer</p>
|
|
2025
2036
|
<hr>
|
2026
2037
|
<div class="refsect2">
|
2027
2038
|
<a name="GtkSourceView--insert-spaces-instead-of-tabs"></a><h3>The <code class="literal">“insert-spaces-instead-of-tabs”</code> property</h3>
|
2028
|
-
<pre class="programlisting"> “insert-spaces-instead-of-tabs” <a href="
|
2039
|
+
<pre class="programlisting"> “insert-spaces-instead-of-tabs” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2029
2040
|
<p>Whether to insert spaces instead of tabs.</p>
|
2030
2041
|
<p>Flags: Read / Write</p>
|
2031
2042
|
<p>Default value: FALSE</p>
|
@@ -2033,7 +2044,7 @@ renderer</p>
|
|
2033
2044
|
<hr>
|
2034
2045
|
<div class="refsect2">
|
2035
2046
|
<a name="GtkSourceView--right-margin-position"></a><h3>The <code class="literal">“right-margin-position”</code> property</h3>
|
2036
|
-
<pre class="programlisting"> “right-margin-position” <a href="
|
2047
|
+
<pre class="programlisting"> “right-margin-position” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2037
2048
|
<p>Position of the right margin.</p>
|
2038
2049
|
<p>Flags: Read / Write</p>
|
2039
2050
|
<p>Allowed values: [1,1000]</p>
|
@@ -2042,7 +2053,7 @@ renderer</p>
|
|
2042
2053
|
<hr>
|
2043
2054
|
<div class="refsect2">
|
2044
2055
|
<a name="GtkSourceView--show-line-marks"></a><h3>The <code class="literal">“show-line-marks”</code> property</h3>
|
2045
|
-
<pre class="programlisting"> “show-line-marks” <a href="
|
2056
|
+
<pre class="programlisting"> “show-line-marks” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2046
2057
|
<p>Whether to display line mark pixbufs</p>
|
2047
2058
|
<p>Flags: Read / Write</p>
|
2048
2059
|
<p>Default value: FALSE</p>
|
@@ -2050,7 +2061,7 @@ renderer</p>
|
|
2050
2061
|
<hr>
|
2051
2062
|
<div class="refsect2">
|
2052
2063
|
<a name="GtkSourceView--show-line-numbers"></a><h3>The <code class="literal">“show-line-numbers”</code> property</h3>
|
2053
|
-
<pre class="programlisting"> “show-line-numbers” <a href="
|
2064
|
+
<pre class="programlisting"> “show-line-numbers” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2054
2065
|
<p>Whether to display line numbers</p>
|
2055
2066
|
<p>Flags: Read / Write</p>
|
2056
2067
|
<p>Default value: FALSE</p>
|
@@ -2058,7 +2069,7 @@ renderer</p>
|
|
2058
2069
|
<hr>
|
2059
2070
|
<div class="refsect2">
|
2060
2071
|
<a name="GtkSourceView--show-right-margin"></a><h3>The <code class="literal">“show-right-margin”</code> property</h3>
|
2061
|
-
<pre class="programlisting"> “show-right-margin” <a href="
|
2072
|
+
<pre class="programlisting"> “show-right-margin” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2062
2073
|
<p>Whether to display the right margin.</p>
|
2063
2074
|
<p>Flags: Read / Write</p>
|
2064
2075
|
<p>Default value: FALSE</p>
|
@@ -2066,7 +2077,7 @@ renderer</p>
|
|
2066
2077
|
<hr>
|
2067
2078
|
<div class="refsect2">
|
2068
2079
|
<a name="GtkSourceView--smart-backspace"></a><h3>The <code class="literal">“smart-backspace”</code> property</h3>
|
2069
|
-
<pre class="programlisting"> “smart-backspace” <a href="
|
2080
|
+
<pre class="programlisting"> “smart-backspace” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2070
2081
|
<p>Whether smart Backspace should be used.</p>
|
2071
2082
|
<p>Flags: Read / Write</p>
|
2072
2083
|
<p>Default value: FALSE</p>
|
@@ -2084,7 +2095,7 @@ renderer</p>
|
|
2084
2095
|
<hr>
|
2085
2096
|
<div class="refsect2">
|
2086
2097
|
<a name="GtkSourceView--tab-width"></a><h3>The <code class="literal">“tab-width”</code> property</h3>
|
2087
|
-
<pre class="programlisting"> “tab-width” <a href="
|
2098
|
+
<pre class="programlisting"> “tab-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2088
2099
|
<p>Width of a tab character expressed in number of spaces.</p>
|
2089
2100
|
<p>Flags: Read / Write</p>
|
2090
2101
|
<p>Allowed values: [1,32]</p>
|
@@ -2098,11 +2109,11 @@ renderer</p>
|
|
2098
2109
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2099
2110
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2100
2111
|
<a class="link" href="GtkSourceBuffer.html#GtkSourceChangeCaseType" title="enum GtkSourceChangeCaseType"><span class="type">GtkSourceChangeCaseType</span></a> case_type,
|
2101
|
-
<a href="
|
2112
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2102
2113
|
<p>Keybinding signal to change case of the text at the current cursor position.</p>
|
2103
2114
|
<div class="refsect3">
|
2104
2115
|
<a name="GtkSourceView-change-case.parameters"></a><h4>Parameters</h4>
|
2105
|
-
<div class="informaltable"><table width="100%" border="0">
|
2116
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2106
2117
|
<colgroup>
|
2107
2118
|
<col width="150px" class="parameters_name">
|
2108
2119
|
<col class="parameters_description">
|
@@ -2127,7 +2138,7 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2127
2138
|
</tbody>
|
2128
2139
|
</table></div>
|
2129
2140
|
</div>
|
2130
|
-
<p>Flags: <a href="
|
2141
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2131
2142
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
2132
2143
|
</div>
|
2133
2144
|
<hr>
|
@@ -2135,12 +2146,12 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2135
2146
|
<a name="GtkSourceView-change-number"></a><h3>The <code class="literal">“change-number”</code> signal</h3>
|
2136
2147
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2137
2148
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2138
|
-
<a href="
|
2139
|
-
<a href="
|
2149
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2150
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2140
2151
|
<p>Keybinding signal to edit a number at the current cursor position.</p>
|
2141
2152
|
<div class="refsect3">
|
2142
2153
|
<a name="GtkSourceView-change-number.parameters"></a><h4>Parameters</h4>
|
2143
|
-
<div class="informaltable"><table width="100%" border="0">
|
2154
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2144
2155
|
<colgroup>
|
2145
2156
|
<col width="150px" class="parameters_name">
|
2146
2157
|
<col class="parameters_description">
|
@@ -2165,7 +2176,7 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2165
2176
|
</tbody>
|
2166
2177
|
</table></div>
|
2167
2178
|
</div>
|
2168
|
-
<p>Flags: <a href="
|
2179
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2169
2180
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
2170
2181
|
</div>
|
2171
2182
|
<hr>
|
@@ -2173,11 +2184,11 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2173
2184
|
<a name="GtkSourceView-join-lines"></a><h3>The <code class="literal">“join-lines”</code> signal</h3>
|
2174
2185
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2175
2186
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2176
|
-
<a href="
|
2187
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2177
2188
|
<p>Keybinding signal to join the lines currently selected.</p>
|
2178
2189
|
<div class="refsect3">
|
2179
2190
|
<a name="GtkSourceView-join-lines.parameters"></a><h4>Parameters</h4>
|
2180
|
-
<div class="informaltable"><table width="100%" border="0">
|
2191
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2181
2192
|
<colgroup>
|
2182
2193
|
<col width="150px" class="parameters_name">
|
2183
2194
|
<col class="parameters_description">
|
@@ -2197,7 +2208,7 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2197
2208
|
</tbody>
|
2198
2209
|
</table></div>
|
2199
2210
|
</div>
|
2200
|
-
<p>Flags: <a href="
|
2211
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2201
2212
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
2202
2213
|
</div>
|
2203
2214
|
<hr>
|
@@ -2205,16 +2216,16 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2205
2216
|
<a name="GtkSourceView-line-mark-activated"></a><h3>The <code class="literal">“line-mark-activated”</code> signal</h3>
|
2206
2217
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2207
2218
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2208
|
-
<a href="http://developer.gnome.org/
|
2209
|
-
<a href="http://developer.gnome.org/gdk3/
|
2210
|
-
<a href="
|
2219
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter,
|
2220
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
2221
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2211
2222
|
<p>Emitted when a line mark has been activated (for instance when there
|
2212
2223
|
was a button press in the line marks gutter). You can use <em class="parameter"><code>iter</code></em>
|
2213
2224
|
to
|
2214
2225
|
determine on which line the activation took place.</p>
|
2215
2226
|
<div class="refsect3">
|
2216
2227
|
<a name="GtkSourceView-line-mark-activated.parameters"></a><h4>Parameters</h4>
|
2217
|
-
<div class="informaltable"><table width="100%" border="0">
|
2228
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2218
2229
|
<colgroup>
|
2219
2230
|
<col width="150px" class="parameters_name">
|
2220
2231
|
<col class="parameters_description">
|
@@ -2228,12 +2239,12 @@ determine on which line the activation took place.</p>
|
|
2228
2239
|
</tr>
|
2229
2240
|
<tr>
|
2230
2241
|
<td class="parameter_name"><p>iter</p></td>
|
2231
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
2242
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a></p></td>
|
2232
2243
|
<td class="parameter_annotations"> </td>
|
2233
2244
|
</tr>
|
2234
2245
|
<tr>
|
2235
2246
|
<td class="parameter_name"><p>event</p></td>
|
2236
|
-
<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gdk3/
|
2247
|
+
<td class="parameter_description"><p>the <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that activated the event</p></td>
|
2237
2248
|
<td class="parameter_annotations"> </td>
|
2238
2249
|
</tr>
|
2239
2250
|
<tr>
|
@@ -2244,16 +2255,16 @@ determine on which line the activation took place.</p>
|
|
2244
2255
|
</tbody>
|
2245
2256
|
</table></div>
|
2246
2257
|
</div>
|
2247
|
-
<p>Flags: <a href="
|
2258
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2248
2259
|
</div>
|
2249
2260
|
<hr>
|
2250
2261
|
<div class="refsect2">
|
2251
2262
|
<a name="GtkSourceView-move-lines"></a><h3>The <code class="literal">“move-lines”</code> signal</h3>
|
2252
2263
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2253
2264
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2254
|
-
<a href="
|
2255
|
-
<a href="
|
2256
|
-
<a href="
|
2265
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> copy,
|
2266
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2267
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2257
2268
|
<p>The ::move-lines signal is a keybinding which gets emitted
|
2258
2269
|
when the user initiates moving a line. The default binding key
|
2259
2270
|
is Alt+Up/Down arrow. And moves the currently selected lines,
|
@@ -2263,7 +2274,7 @@ or the current line by <em class="parameter"><code>count</code></em>
|
|
2263
2274
|
of -1 or 1 is valid.</p>
|
2264
2275
|
<div class="refsect3">
|
2265
2276
|
<a name="GtkSourceView-move-lines.parameters"></a><h4>Parameters</h4>
|
2266
|
-
<div class="informaltable"><table width="100%" border="0">
|
2277
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2267
2278
|
<colgroup>
|
2268
2279
|
<col width="150px" class="parameters_name">
|
2269
2280
|
<col class="parameters_description">
|
@@ -2277,8 +2288,8 @@ or the current line by <em class="parameter"><code>count</code></em>
|
|
2277
2288
|
</tr>
|
2278
2289
|
<tr>
|
2279
2290
|
<td class="parameter_name"><p>copy</p></td>
|
2280
|
-
<td class="parameter_description"><p><a href="
|
2281
|
-
<a href="
|
2291
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the line should be copied,
|
2292
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it should be moved</p></td>
|
2282
2293
|
<td class="parameter_annotations"> </td>
|
2283
2294
|
</tr>
|
2284
2295
|
<tr>
|
@@ -2294,7 +2305,7 @@ or the current line by <em class="parameter"><code>count</code></em>
|
|
2294
2305
|
</tbody>
|
2295
2306
|
</table></div>
|
2296
2307
|
</div>
|
2297
|
-
<p>Flags: <a href="
|
2308
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2298
2309
|
<p class="since">Since: <a class="link" href="api-index-2-10.html#api-index-2.10">2.10</a></p>
|
2299
2310
|
</div>
|
2300
2311
|
<hr>
|
@@ -2302,12 +2313,12 @@ or the current line by <em class="parameter"><code>count</code></em>
|
|
2302
2313
|
<a name="GtkSourceView-move-to-matching-bracket"></a><h3>The <code class="literal">“move-to-matching-bracket”</code> signal</h3>
|
2303
2314
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2304
2315
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2305
|
-
<a href="
|
2306
|
-
<a href="
|
2316
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
2317
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2307
2318
|
<p>Keybinding signal to move the cursor to the matching bracket.</p>
|
2308
2319
|
<div class="refsect3">
|
2309
2320
|
<a name="GtkSourceView-move-to-matching-bracket.parameters"></a><h4>Parameters</h4>
|
2310
|
-
<div class="informaltable"><table width="100%" border="0">
|
2321
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2311
2322
|
<colgroup>
|
2312
2323
|
<col width="150px" class="parameters_name">
|
2313
2324
|
<col class="parameters_description">
|
@@ -2321,7 +2332,7 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2321
2332
|
</tr>
|
2322
2333
|
<tr>
|
2323
2334
|
<td class="parameter_name"><p>extend_selection</p></td>
|
2324
|
-
<td class="parameter_description"><p><a href="
|
2335
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</p></td>
|
2325
2336
|
<td class="parameter_annotations"> </td>
|
2326
2337
|
</tr>
|
2327
2338
|
<tr>
|
@@ -2332,7 +2343,7 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2332
2343
|
</tbody>
|
2333
2344
|
</table></div>
|
2334
2345
|
</div>
|
2335
|
-
<p>Flags: <a href="
|
2346
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2336
2347
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
2337
2348
|
</div>
|
2338
2349
|
<hr>
|
@@ -2340,15 +2351,15 @@ user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><
|
|
2340
2351
|
<a name="GtkSourceView-move-words"></a><h3>The <code class="literal">“move-words”</code> signal</h3>
|
2341
2352
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2342
2353
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2343
|
-
<a href="
|
2344
|
-
<a href="
|
2354
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2355
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2345
2356
|
<p>The ::move-words signal is a keybinding which gets emitted
|
2346
2357
|
when the user initiates moving a word. The default binding key
|
2347
2358
|
is Alt+Left/Right Arrow and moves the current selection, or the current
|
2348
2359
|
word by one word.</p>
|
2349
2360
|
<div class="refsect3">
|
2350
2361
|
<a name="GtkSourceView-move-words.parameters"></a><h4>Parameters</h4>
|
2351
|
-
<div class="informaltable"><table width="100%" border="0">
|
2362
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2352
2363
|
<colgroup>
|
2353
2364
|
<col width="150px" class="parameters_name">
|
2354
2365
|
<col class="parameters_description">
|
@@ -2373,7 +2384,7 @@ word by one word.</p>
|
|
2373
2384
|
</tbody>
|
2374
2385
|
</table></div>
|
2375
2386
|
</div>
|
2376
|
-
<p>Flags: <a href="
|
2387
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2377
2388
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2378
2389
|
</div>
|
2379
2390
|
<hr>
|
@@ -2381,26 +2392,26 @@ word by one word.</p>
|
|
2381
2392
|
<a name="GtkSourceView-redo"></a><h3>The <code class="literal">“redo”</code> signal</h3>
|
2382
2393
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2383
2394
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *sourceview,
|
2384
|
-
<a href="
|
2385
|
-
<p>Flags: <a href="
|
2395
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2396
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2386
2397
|
</div>
|
2387
2398
|
<hr>
|
2388
2399
|
<div class="refsect2">
|
2389
2400
|
<a name="GtkSourceView-show-completion"></a><h3>The <code class="literal">“show-completion”</code> signal</h3>
|
2390
2401
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2391
2402
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2392
|
-
<a href="
|
2403
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2393
2404
|
<p>The ::show-completion signal is a key binding signal which gets
|
2394
2405
|
emitted when the user requests a completion, by pressing</p>
|
2395
2406
|
<span class="keycap"><strong>Control</strong></span>+<span class="keycap"><strong>space</strong></span>.
|
2396
2407
|
<p>This will create a <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext"><span class="type">GtkSourceCompletionContext</span></a> with the activation
|
2397
2408
|
type as <a class="link" href="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-USER-REQUESTED:CAPS"><code class="literal">GTK_SOURCE_COMPLETION_ACTIVATION_USER_REQUESTED</code></a>.</p>
|
2398
2409
|
<p>Applications should not connect to it, but may emit it with
|
2399
|
-
<a href="
|
2410
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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
|
2400
2411
|
another means, for example with another key binding or a menu entry.</p>
|
2401
2412
|
<div class="refsect3">
|
2402
2413
|
<a name="GtkSourceView-show-completion.parameters"></a><h4>Parameters</h4>
|
2403
|
-
<div class="informaltable"><table width="100%" border="0">
|
2414
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2404
2415
|
<colgroup>
|
2405
2416
|
<col width="150px" class="parameters_name">
|
2406
2417
|
<col class="parameters_description">
|
@@ -2420,16 +2431,16 @@ another means, for example with another key binding or a menu entry.</p>
|
|
2420
2431
|
</tbody>
|
2421
2432
|
</table></div>
|
2422
2433
|
</div>
|
2423
|
-
<p>Flags: <a href="
|
2434
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2424
2435
|
</div>
|
2425
2436
|
<hr>
|
2426
2437
|
<div class="refsect2">
|
2427
2438
|
<a name="GtkSourceView-smart-home-end"></a><h3>The <code class="literal">“smart-home-end”</code> signal</h3>
|
2428
2439
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2429
2440
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *view,
|
2430
|
-
<a href="http://developer.gnome.org/
|
2431
|
-
<a href="
|
2432
|
-
<a href="
|
2441
|
+
<a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a> *iter,
|
2442
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2443
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2433
2444
|
<p>Emitted when a the cursor was moved according to the smart home
|
2434
2445
|
end setting. The signal is emitted after the cursor is moved, but
|
2435
2446
|
during the GtkTextView::move-cursor action. This can be used to find
|
@@ -2437,7 +2448,7 @@ out whether the cursor was moved by a normal home/end or by a smart
|
|
2437
2448
|
home/end.</p>
|
2438
2449
|
<div class="refsect3">
|
2439
2450
|
<a name="GtkSourceView-smart-home-end.parameters"></a><h4>Parameters</h4>
|
2440
|
-
<div class="informaltable"><table width="100%" border="0">
|
2451
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2441
2452
|
<colgroup>
|
2442
2453
|
<col width="150px" class="parameters_name">
|
2443
2454
|
<col class="parameters_description">
|
@@ -2451,7 +2462,7 @@ home/end.</p>
|
|
2451
2462
|
</tr>
|
2452
2463
|
<tr>
|
2453
2464
|
<td class="parameter_name"><p>iter</p></td>
|
2454
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
2465
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkTextIter.html#GtkTextIter-struct"><span class="type">GtkTextIter</span></a></p></td>
|
2455
2466
|
<td class="parameter_annotations"> </td>
|
2456
2467
|
</tr>
|
2457
2468
|
<tr>
|
@@ -2467,7 +2478,7 @@ home/end.</p>
|
|
2467
2478
|
</tbody>
|
2468
2479
|
</table></div>
|
2469
2480
|
</div>
|
2470
|
-
<p>Flags: <a href="
|
2481
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2471
2482
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2472
2483
|
</div>
|
2473
2484
|
<hr>
|
@@ -2475,13 +2486,13 @@ home/end.</p>
|
|
2475
2486
|
<a name="GtkSourceView-undo"></a><h3>The <code class="literal">“undo”</code> signal</h3>
|
2476
2487
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2477
2488
|
user_function (<a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> *sourceview,
|
2478
|
-
<a href="
|
2479
|
-
<p>Flags: <a href="
|
2489
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2490
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2480
2491
|
</div>
|
2481
2492
|
</div>
|
2482
2493
|
<div class="refsect1">
|
2483
2494
|
<a name="GtkSourceView.see-also"></a><h2>See Also</h2>
|
2484
|
-
<p><a href="http://developer.gnome.org/
|
2495
|
+
<p><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a>, <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a></p>
|
2485
2496
|
</div>
|
2486
2497
|
</div>
|
2487
2498
|
<div class="footer">
|