gtksourceview3 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/lib/gtksourceview3/loader.rb +46 -0
- data/lib/gtksourceview3/mark-attributes.rb +29 -0
- data/lib/gtksourceview3.rb +47 -12
- data/test/run-test.rb +2 -0
- data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
- data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
- data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
- data/test/{test_source_view.rb → test-source-view.rb} +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +3 -3
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +13 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
- data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
- metadata +43 -35
- data/ext/gtksourceview3/depend +0 -6
- data/ext/gtksourceview3/extconf.rb +0 -67
- data/ext/gtksourceview3/gtksourceview3.def +0 -2
- data/ext/gtksourceview3/rbgtksource.c +0 -53
- data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
- data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
- data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
- data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
- data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
- data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
- data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
- data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
- data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
- data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
- data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
- data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
- data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
- data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
- data/ext/gtksourceview3/rbgtksourceview.c +0 -94
- data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
- data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
- data/extconf.rb +0 -49
- data/lib/2.0/gtksourceview3.so +0 -0
- data/lib/2.1/gtksourceview3.so +0 -0
- data/lib/2.2/gtksourceview3.so +0 -0
- data/sample/sourcelanguagemanager.rb +0 -21
- data/sample/test.rb +0 -32
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>Annotation Glossary: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
9
|
-
<link rel="prev" href="api-index-3-
|
9
|
+
<link rel="prev" href="api-index-3-16.html" title="Index of new symbols in 3.16">
|
10
10
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<a class="shortcut" href="#glsT">T</a></span></td>
|
30
30
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
31
31
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
32
|
-
<td><a accesskey="p" href="api-index-3-
|
32
|
+
<td><a accesskey="p" href="api-index-3-16.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
33
33
|
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
34
34
|
</tr></table>
|
35
35
|
<div class="glossary">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of new symbols in 3.0: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of new symbols in 3.10: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of new symbols in 3.12: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of new symbols in 3.14: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-3-12.html" title="Index of new symbols in 3.12">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="api-index-3-16.html" title="Index of new symbols in 3.16">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
19
|
<td><a accesskey="p" href="api-index-3-12.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
-
<td><a accesskey="n" href="
|
20
|
+
<td><a accesskey="n" href="api-index-3-16.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="index">
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index of new symbols in 3.16: GtkSourceView 3 Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
9
|
+
<link rel="prev" href="api-index-3-14.html" title="Index of new symbols in 3.14">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxS">S</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="api-index-3-14.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api-index-3-16"></a>Index of new symbols in 3.16</h1></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxS"></a><h3 class="title">S</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType">GtkSourceBackgroundPatternType</a>, enum in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
<dt>
|
31
|
+
<a class="link" href="GtkSourceSearchContext.html#GtkSourceSearchContext--match-style" title="The “match-style” property">GtkSourceSearchContext:match-style</a>, object property in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
32
|
+
</dt>
|
33
|
+
<dd></dd>
|
34
|
+
<dt>
|
35
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser--style-scheme" title="The “style-scheme” property">GtkSourceStyleSchemeChooser:style-scheme</a>, object property in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
36
|
+
</dt>
|
37
|
+
<dd></dd>
|
38
|
+
<dt>
|
39
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-change-case" title="The “change-case” signal">GtkSourceView::change-case</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
40
|
+
</dt>
|
41
|
+
<dd></dd>
|
42
|
+
<dt>
|
43
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-change-number" title="The “change-number” signal">GtkSourceView::change-number</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
44
|
+
</dt>
|
45
|
+
<dd></dd>
|
46
|
+
<dt>
|
47
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-join-lines" title="The “join-lines” signal">GtkSourceView::join-lines</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
48
|
+
</dt>
|
49
|
+
<dd></dd>
|
50
|
+
<dt>
|
51
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-move-to-matching-bracket" title="The “move-to-matching-bracket” signal">GtkSourceView::move-to-matching-bracket</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
52
|
+
</dt>
|
53
|
+
<dd></dd>
|
54
|
+
<dt>
|
55
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView--background-pattern" title="The “background-pattern” property">GtkSourceView:background-pattern</a>, object property in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
56
|
+
</dt>
|
57
|
+
<dd></dd>
|
58
|
+
<dt>
|
59
|
+
<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-join-lines" title="gtk_source_buffer_join_lines ()">gtk_source_buffer_join_lines</a>, function in <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>
|
60
|
+
</dt>
|
61
|
+
<dd></dd>
|
62
|
+
<dt>
|
63
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-match-style" title="gtk_source_search_context_get_match_style ()">gtk_source_search_context_get_match_style</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
64
|
+
</dt>
|
65
|
+
<dd></dd>
|
66
|
+
<dt>
|
67
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-set-match-style" title="gtk_source_search_context_set_match_style ()">gtk_source_search_context_set_match_style</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
68
|
+
</dt>
|
69
|
+
<dd></dd>
|
70
|
+
<dt>
|
71
|
+
<a class="link" href="GtkSourceStyleSchemeChooserButton.html#gtk-source-style-scheme-chooser-button-new" title="gtk_source_style_scheme_chooser_button_new ()">gtk_source_style_scheme_chooser_button_new</a>, function in <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>
|
72
|
+
</dt>
|
73
|
+
<dd></dd>
|
74
|
+
<dt>
|
75
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-get-style-scheme" title="gtk_source_style_scheme_chooser_get_style_scheme ()">gtk_source_style_scheme_chooser_get_style_scheme</a>, function in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
76
|
+
</dt>
|
77
|
+
<dd></dd>
|
78
|
+
<dt>
|
79
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-set-style-scheme" title="gtk_source_style_scheme_chooser_set_style_scheme ()">gtk_source_style_scheme_chooser_set_style_scheme</a>, function in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
80
|
+
</dt>
|
81
|
+
<dd></dd>
|
82
|
+
<dt>
|
83
|
+
<a class="link" href="GtkSourceStyleSchemeChooserWidget.html#gtk-source-style-scheme-chooser-widget-new" title="gtk_source_style_scheme_chooser_widget_new ()">gtk_source_style_scheme_chooser_widget_new</a>, function in <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>
|
84
|
+
</dt>
|
85
|
+
<dd></dd>
|
86
|
+
<dt>
|
87
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-get-background-pattern" title="gtk_source_view_get_background_pattern ()">gtk_source_view_get_background_pattern</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
88
|
+
</dt>
|
89
|
+
<dd></dd>
|
90
|
+
<dt>
|
91
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-indent-lines" title="gtk_source_view_indent_lines ()">gtk_source_view_indent_lines</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
92
|
+
</dt>
|
93
|
+
<dd></dd>
|
94
|
+
<dt>
|
95
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-set-background-pattern" title="gtk_source_view_set_background_pattern ()">gtk_source_view_set_background_pattern</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
96
|
+
</dt>
|
97
|
+
<dd></dd>
|
98
|
+
<dt>
|
99
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-unindent-lines" title="gtk_source_view_unindent_lines ()">gtk_source_view_unindent_lines</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
100
|
+
</dt>
|
101
|
+
<dd></dd>
|
102
|
+
</div>
|
103
|
+
<div class="footer">
|
104
|
+
<hr>
|
105
|
+
Generated by GTK-Doc V1.21.1</div>
|
106
|
+
</body>
|
107
|
+
</html>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of new symbols in 3.4: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of deprecated symbols: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Index of all symbols: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
@@ -24,6 +24,10 @@
|
|
24
24
|
<a name="api-index-full"></a>Index of all symbols</h1></div></div></div>
|
25
25
|
<a name="idx"></a><a name="idxS"></a><h3 class="title">S</h3>
|
26
26
|
<dt>
|
27
|
+
<a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType">GtkSourceBackgroundPatternType</a>, enum in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
<dt>
|
27
31
|
<a class="link" href="GtkSourceBuffer.html#GtkSourceBracketMatchType" title="enum GtkSourceBracketMatchType">GtkSourceBracketMatchType</a>, enum in <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>
|
28
32
|
</dt>
|
29
33
|
<dd></dd>
|
@@ -640,6 +644,10 @@
|
|
640
644
|
</dt>
|
641
645
|
<dd></dd>
|
642
646
|
<dt>
|
647
|
+
<a class="link" href="GtkSourceSearchContext.html#GtkSourceSearchContext--match-style" title="The “match-style” property">GtkSourceSearchContext:match-style</a>, object property in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
648
|
+
</dt>
|
649
|
+
<dd></dd>
|
650
|
+
<dt>
|
643
651
|
<a class="link" href="GtkSourceSearchContext.html#GtkSourceSearchContext--occurrences-count" title="The “occurrences-count” property">GtkSourceSearchContext:occurrences-count</a>, object property in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
644
652
|
</dt>
|
645
653
|
<dd></dd>
|
@@ -768,6 +776,22 @@
|
|
768
776
|
</dt>
|
769
777
|
<dd></dd>
|
770
778
|
<dt>
|
779
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser-struct" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
780
|
+
</dt>
|
781
|
+
<dd></dd>
|
782
|
+
<dt>
|
783
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser--style-scheme" title="The “style-scheme” property">GtkSourceStyleSchemeChooser:style-scheme</a>, object property in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
784
|
+
</dt>
|
785
|
+
<dd></dd>
|
786
|
+
<dt>
|
787
|
+
<a class="link" href="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct" title="struct GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>
|
788
|
+
</dt>
|
789
|
+
<dd></dd>
|
790
|
+
<dt>
|
791
|
+
<a class="link" href="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct" title="struct GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>
|
792
|
+
</dt>
|
793
|
+
<dd></dd>
|
794
|
+
<dt>
|
771
795
|
<a class="link" href="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager-struct" title="GtkSourceStyleSchemeManager">GtkSourceStyleSchemeManager</a>, struct in <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">GtkSourceStyleSchemeManager</a>
|
772
796
|
</dt>
|
773
797
|
<dd></dd>
|
@@ -796,6 +820,18 @@
|
|
796
820
|
</dt>
|
797
821
|
<dd></dd>
|
798
822
|
<dt>
|
823
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-change-case" title="The “change-case” signal">GtkSourceView::change-case</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
824
|
+
</dt>
|
825
|
+
<dd></dd>
|
826
|
+
<dt>
|
827
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-change-number" title="The “change-number” signal">GtkSourceView::change-number</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
828
|
+
</dt>
|
829
|
+
<dd></dd>
|
830
|
+
<dt>
|
831
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-join-lines" title="The “join-lines” signal">GtkSourceView::join-lines</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
832
|
+
</dt>
|
833
|
+
<dd></dd>
|
834
|
+
<dt>
|
799
835
|
<a class="link" href="GtkSourceView.html#GtkSourceView-line-mark-activated" title="The “line-mark-activated” signal">GtkSourceView::line-mark-activated</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
800
836
|
</dt>
|
801
837
|
<dd></dd>
|
@@ -804,6 +840,10 @@
|
|
804
840
|
</dt>
|
805
841
|
<dd></dd>
|
806
842
|
<dt>
|
843
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView-move-to-matching-bracket" title="The “move-to-matching-bracket” signal">GtkSourceView::move-to-matching-bracket</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
844
|
+
</dt>
|
845
|
+
<dd></dd>
|
846
|
+
<dt>
|
807
847
|
<a class="link" href="GtkSourceView.html#GtkSourceView-move-words" title="The “move-words” signal">GtkSourceView::move-words</a>, object signal in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
808
848
|
</dt>
|
809
849
|
<dd></dd>
|
@@ -828,6 +868,10 @@
|
|
828
868
|
</dt>
|
829
869
|
<dd></dd>
|
830
870
|
<dt>
|
871
|
+
<a class="link" href="GtkSourceView.html#GtkSourceView--background-pattern" title="The “background-pattern” property">GtkSourceView:background-pattern</a>, object property in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
872
|
+
</dt>
|
873
|
+
<dd></dd>
|
874
|
+
<dt>
|
831
875
|
<a class="link" href="GtkSourceView.html#GtkSourceView--completion" title="The “completion” property">GtkSourceView:completion</a>, object property in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
832
876
|
</dt>
|
833
877
|
<dd></dd>
|
@@ -968,6 +1012,10 @@
|
|
968
1012
|
</dt>
|
969
1013
|
<dd></dd>
|
970
1014
|
<dt>
|
1015
|
+
<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-join-lines" title="gtk_source_buffer_join_lines ()">gtk_source_buffer_join_lines</a>, function in <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>
|
1016
|
+
</dt>
|
1017
|
+
<dd></dd>
|
1018
|
+
<dt>
|
971
1019
|
<a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-new" title="gtk_source_buffer_new ()">gtk_source_buffer_new</a>, function in <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>
|
972
1020
|
</dt>
|
973
1021
|
<dd></dd>
|
@@ -1872,6 +1920,10 @@
|
|
1872
1920
|
</dt>
|
1873
1921
|
<dd></dd>
|
1874
1922
|
<dt>
|
1923
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-match-style" title="gtk_source_search_context_get_match_style ()">gtk_source_search_context_get_match_style</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
1924
|
+
</dt>
|
1925
|
+
<dd></dd>
|
1926
|
+
<dt>
|
1875
1927
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrences-count" title="gtk_source_search_context_get_occurrences_count ()">gtk_source_search_context_get_occurrences_count</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
1876
1928
|
</dt>
|
1877
1929
|
<dd></dd>
|
@@ -1904,6 +1956,10 @@
|
|
1904
1956
|
</dt>
|
1905
1957
|
<dd></dd>
|
1906
1958
|
<dt>
|
1959
|
+
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-set-match-style" title="gtk_source_search_context_set_match_style ()">gtk_source_search_context_set_match_style</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
1960
|
+
</dt>
|
1961
|
+
<dd></dd>
|
1962
|
+
<dt>
|
1907
1963
|
<a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-set-settings" title="gtk_source_search_context_set_settings ()">gtk_source_search_context_set_settings</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
1908
1964
|
</dt>
|
1909
1965
|
<dd></dd>
|
@@ -1956,6 +2012,22 @@
|
|
1956
2012
|
</dt>
|
1957
2013
|
<dd></dd>
|
1958
2014
|
<dt>
|
2015
|
+
<a class="link" href="GtkSourceStyleSchemeChooserButton.html#gtk-source-style-scheme-chooser-button-new" title="gtk_source_style_scheme_chooser_button_new ()">gtk_source_style_scheme_chooser_button_new</a>, function in <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>
|
2016
|
+
</dt>
|
2017
|
+
<dd></dd>
|
2018
|
+
<dt>
|
2019
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-get-style-scheme" title="gtk_source_style_scheme_chooser_get_style_scheme ()">gtk_source_style_scheme_chooser_get_style_scheme</a>, function in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
2020
|
+
</dt>
|
2021
|
+
<dd></dd>
|
2022
|
+
<dt>
|
2023
|
+
<a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-set-style-scheme" title="gtk_source_style_scheme_chooser_set_style_scheme ()">gtk_source_style_scheme_chooser_set_style_scheme</a>, function in <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
|
2024
|
+
</dt>
|
2025
|
+
<dd></dd>
|
2026
|
+
<dt>
|
2027
|
+
<a class="link" href="GtkSourceStyleSchemeChooserWidget.html#gtk-source-style-scheme-chooser-widget-new" title="gtk_source_style_scheme_chooser_widget_new ()">gtk_source_style_scheme_chooser_widget_new</a>, function in <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>
|
2028
|
+
</dt>
|
2029
|
+
<dd></dd>
|
2030
|
+
<dt>
|
1959
2031
|
<a class="link" href="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-authors" title="gtk_source_style_scheme_get_authors ()">gtk_source_style_scheme_get_authors</a>, function in <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>
|
1960
2032
|
</dt>
|
1961
2033
|
<dd></dd>
|
@@ -2060,6 +2132,10 @@
|
|
2060
2132
|
</dt>
|
2061
2133
|
<dd></dd>
|
2062
2134
|
<dt>
|
2135
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-get-background-pattern" title="gtk_source_view_get_background_pattern ()">gtk_source_view_get_background_pattern</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2136
|
+
</dt>
|
2137
|
+
<dd></dd>
|
2138
|
+
<dt>
|
2063
2139
|
<a class="link" href="GtkSourceView.html#gtk-source-view-get-completion" title="gtk_source_view_get_completion ()">gtk_source_view_get_completion</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2064
2140
|
</dt>
|
2065
2141
|
<dd></dd>
|
@@ -2120,6 +2196,10 @@
|
|
2120
2196
|
</dt>
|
2121
2197
|
<dd></dd>
|
2122
2198
|
<dt>
|
2199
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-indent-lines" title="gtk_source_view_indent_lines ()">gtk_source_view_indent_lines</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2200
|
+
</dt>
|
2201
|
+
<dd></dd>
|
2202
|
+
<dt>
|
2123
2203
|
<a class="link" href="GtkSourceView.html#gtk-source-view-new" title="gtk_source_view_new ()">gtk_source_view_new</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2124
2204
|
</dt>
|
2125
2205
|
<dd></dd>
|
@@ -2132,6 +2212,10 @@
|
|
2132
2212
|
</dt>
|
2133
2213
|
<dd></dd>
|
2134
2214
|
<dt>
|
2215
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-set-background-pattern" title="gtk_source_view_set_background_pattern ()">gtk_source_view_set_background_pattern</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2216
|
+
</dt>
|
2217
|
+
<dd></dd>
|
2218
|
+
<dt>
|
2135
2219
|
<a class="link" href="GtkSourceView.html#gtk-source-view-set-draw-spaces" title="gtk_source_view_set_draw_spaces ()">gtk_source_view_set_draw_spaces</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2136
2220
|
</dt>
|
2137
2221
|
<dd></dd>
|
@@ -2179,6 +2263,10 @@
|
|
2179
2263
|
<a class="link" href="GtkSourceView.html#gtk-source-view-set-tab-width" title="gtk_source_view_set_tab_width ()">gtk_source_view_set_tab_width</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2180
2264
|
</dt>
|
2181
2265
|
<dd></dd>
|
2266
|
+
<dt>
|
2267
|
+
<a class="link" href="GtkSourceView.html#gtk-source-view-unindent-lines" title="gtk_source_view_unindent_lines ()">gtk_source_view_unindent_lines</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
|
2268
|
+
</dt>
|
2269
|
+
<dd></dd>
|
2182
2270
|
</div>
|
2183
2271
|
<div class="footer">
|
2184
2272
|
<hr>
|
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>Main Classes: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="
|
8
|
+
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
|
+
<link rel="prev" href="pt01.html" title="Part I. API reference">
|
10
10
|
<link rel="next" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -15,100 +15,19 @@
|
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
-
<td><img src="up
|
19
|
-
<td><a accesskey="p" href="
|
18
|
+
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="pt01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
20
|
<td><a accesskey="n" href="GtkSourceBuffer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
23
|
-
<div class="titlepage"><div><div><
|
24
|
-
<a name="id-1.2"></a>
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="id-1.2.2"></a>Main Classes</h2></div></div></div>
|
25
25
|
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
|
-
<span class="refentrytitle"><a href="GtkSourceBuffer.html">GtkSourceBuffer</a></span><span class="refpurpose"> —
|
27
|
+
<span class="refentrytitle"><a href="GtkSourceBuffer.html">GtkSourceBuffer</a></span><span class="refpurpose"> — Stores the text for display in a GtkSourceView</span>
|
28
28
|
</dt>
|
29
29
|
<dt>
|
30
|
-
<span class="refentrytitle"><a href="
|
31
|
-
</dt>
|
32
|
-
<dt>
|
33
|
-
<span class="refentrytitle"><a href="GtkSourceCompletionContext.html">GtkSourceCompletionContext</a></span><span class="refpurpose"> — The context of a completion</span>
|
34
|
-
</dt>
|
35
|
-
<dt>
|
36
|
-
<span class="refentrytitle"><a href="GtkSourceCompletionInfo.html">GtkSourceCompletionInfo</a></span><span class="refpurpose"> — Calltips object</span>
|
37
|
-
</dt>
|
38
|
-
<dt>
|
39
|
-
<span class="refentrytitle"><a href="GtkSourceCompletionItem.html">GtkSourceCompletionItem</a></span><span class="refpurpose"> — Simple implementation of GtkSourceCompletionProposal</span>
|
40
|
-
</dt>
|
41
|
-
<dt>
|
42
|
-
<span class="refentrytitle"><a href="GtkSourceCompletionProposal.html">GtkSourceCompletionProposal</a></span><span class="refpurpose"> — Completion proposal interface</span>
|
43
|
-
</dt>
|
44
|
-
<dt>
|
45
|
-
<span class="refentrytitle"><a href="GtkSourceCompletionProvider.html">GtkSourceCompletionProvider</a></span><span class="refpurpose"> — Completion provider interface</span>
|
46
|
-
</dt>
|
47
|
-
<dt>
|
48
|
-
<span class="refentrytitle"><a href="GtkSourceCompletionWords.html">GtkSourceCompletionWords</a></span><span class="refpurpose"> — A GtkSourceCompletionProvider for the completion of words</span>
|
49
|
-
</dt>
|
50
|
-
<dt>
|
51
|
-
<span class="refentrytitle"><a href="GtkSourceEncoding.html">GtkSourceEncoding</a></span><span class="refpurpose"> — Character encoding</span>
|
52
|
-
</dt>
|
53
|
-
<dt>
|
54
|
-
<span class="refentrytitle"><a href="GtkSourceFile.html">GtkSourceFile</a></span><span class="refpurpose"> — On-disk representation of a GtkSourceBuffer</span>
|
55
|
-
</dt>
|
56
|
-
<dt>
|
57
|
-
<span class="refentrytitle"><a href="GtkSourceFileLoader.html">GtkSourceFileLoader</a></span><span class="refpurpose"> — Load a file into a GtkSourceBuffer</span>
|
58
|
-
</dt>
|
59
|
-
<dt>
|
60
|
-
<span class="refentrytitle"><a href="GtkSourceFileSaver.html">GtkSourceFileSaver</a></span><span class="refpurpose"> — Save a GtkSourceBuffer into a file</span>
|
61
|
-
</dt>
|
62
|
-
<dt>
|
63
|
-
<span class="refentrytitle"><a href="GtkSourceGutter.html">GtkSourceGutter</a></span><span class="refpurpose"> — Gutter object for GtkSourceView</span>
|
64
|
-
</dt>
|
65
|
-
<dt>
|
66
|
-
<span class="refentrytitle"><a href="GtkSourceGutterRenderer.html">GtkSourceGutterRenderer</a></span><span class="refpurpose"> — Gutter cell renderer</span>
|
67
|
-
</dt>
|
68
|
-
<dt>
|
69
|
-
<span class="refentrytitle"><a href="GtkSourceGutterRendererPixbuf.html">GtkSourceGutterRendererPixbuf</a></span><span class="refpurpose"> — Renders a pixbuf in the gutter</span>
|
70
|
-
</dt>
|
71
|
-
<dt>
|
72
|
-
<span class="refentrytitle"><a href="GtkSourceGutterRendererText.html">GtkSourceGutterRendererText</a></span><span class="refpurpose"> — Renders text in the gutter</span>
|
73
|
-
</dt>
|
74
|
-
<dt>
|
75
|
-
<span class="refentrytitle"><a href="GtkSourceLanguage.html">GtkSourceLanguage</a></span><span class="refpurpose"> — Object representing a syntax highlighted language</span>
|
76
|
-
</dt>
|
77
|
-
<dt>
|
78
|
-
<span class="refentrytitle"><a href="GtkSourceLanguageManager.html">GtkSourceLanguageManager</a></span><span class="refpurpose"> — Object which provides access to GtkSourceLanguages</span>
|
79
|
-
</dt>
|
80
|
-
<dt>
|
81
|
-
<span class="refentrytitle"><a href="GtkSourceMark.html">GtkSourceMark</a></span><span class="refpurpose"> — Mark object for GtkSourceBuffer</span>
|
82
|
-
</dt>
|
83
|
-
<dt>
|
84
|
-
<span class="refentrytitle"><a href="GtkSourceMarkAttributes.html">GtkSourceMarkAttributes</a></span><span class="refpurpose"> — The source mark attributes object</span>
|
85
|
-
</dt>
|
86
|
-
<dt>
|
87
|
-
<span class="refentrytitle"><a href="GtkSourcePrintCompositor.html">GtkSourcePrintCompositor</a></span><span class="refpurpose"> — Compose a GtkSourceBuffer for printing</span>
|
88
|
-
</dt>
|
89
|
-
<dt>
|
90
|
-
<span class="refentrytitle"><a href="GtkSourceSearchContext.html">GtkSourceSearchContext</a></span><span class="refpurpose"> — Search context</span>
|
91
|
-
</dt>
|
92
|
-
<dt>
|
93
|
-
<span class="refentrytitle"><a href="GtkSourceSearchSettings.html">GtkSourceSearchSettings</a></span><span class="refpurpose"> — Search settings</span>
|
94
|
-
</dt>
|
95
|
-
<dt>
|
96
|
-
<span class="refentrytitle"><a href="GtkSourceStyle.html">GtkSourceStyle</a></span><span class="refpurpose"> — Object representyng a style</span>
|
97
|
-
</dt>
|
98
|
-
<dt>
|
99
|
-
<span class="refentrytitle"><a href="GtkSourceStyleScheme.html">GtkSourceStyleScheme</a></span><span class="refpurpose"> — Object controlling the appearance of GtkSourceView</span>
|
100
|
-
</dt>
|
101
|
-
<dt>
|
102
|
-
<span class="refentrytitle"><a href="GtkSourceStyleSchemeManager.html">GtkSourceStyleSchemeManager</a></span><span class="refpurpose"> — Object which provides access to GtkSourceStyleSchemes</span>
|
103
|
-
</dt>
|
104
|
-
<dt>
|
105
|
-
<span class="refentrytitle"><a href="GtkSourceUndoManager.html">GtkSourceUndoManager</a></span><span class="refpurpose"> — Undo manager interface for GtkSourceView</span>
|
106
|
-
</dt>
|
107
|
-
<dt>
|
108
|
-
<span class="refentrytitle"><a href="gtksourceview-3.0-GtkSourceUtils.html">GtkSourceUtils</a></span><span class="refpurpose"> — Utilities functions</span>
|
109
|
-
</dt>
|
110
|
-
<dt>
|
111
|
-
<span class="refentrytitle"><a href="GtkSourceView.html">GtkSourceView</a></span><span class="refpurpose"> — The view object</span>
|
30
|
+
<span class="refentrytitle"><a href="GtkSourceView.html">GtkSourceView</a></span><span class="refpurpose"> — Widget that displays a GtkSourceBuffer</span>
|
112
31
|
</dt>
|
113
32
|
</dl></div>
|
114
33
|
</div>
|
@@ -2,12 +2,12 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>Syntax Highlighting: GtkSourceView 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="pt01.html" title="Part I. API reference">
|
9
9
|
<link rel="prev" href="GtkSourceView.html" title="GtkSourceView">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="GtkSourceLanguage.html" title="GtkSourceLanguage">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -15,28 +15,37 @@
|
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
-
<td><img src="up
|
18
|
+
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="p" href="GtkSourceView.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
-
<td><a accesskey="n" href="
|
20
|
+
<td><a accesskey="n" href="GtkSourceLanguage.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
23
|
-
<div class="titlepage"><div><div><
|
24
|
-
<a name="id-1.3"></a>Syntax
|
23
|
+
<div class="titlepage"><div><div><h2 class="title">
|
24
|
+
<a name="id-1.2.3"></a>Syntax Highlighting</h2></div></div></div>
|
25
25
|
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
|
-
<span class="refentrytitle"><a href="
|
28
|
-
Guide to the GtkSourceView language definition file format
|
29
|
-
</span>
|
27
|
+
<span class="refentrytitle"><a href="GtkSourceLanguage.html">GtkSourceLanguage</a></span><span class="refpurpose"> — Represents a syntax highlighted language</span>
|
30
28
|
</dt>
|
31
29
|
<dt>
|
32
|
-
<span class="refentrytitle"><a href="
|
33
|
-
Reference to the GtkSourceView language definition file format
|
34
|
-
</span>
|
30
|
+
<span class="refentrytitle"><a href="GtkSourceLanguageManager.html">GtkSourceLanguageManager</a></span><span class="refpurpose"> — Provides access to GtkSourceLanguages</span>
|
35
31
|
</dt>
|
36
32
|
<dt>
|
37
|
-
<span class="refentrytitle"><a href="
|
38
|
-
|
39
|
-
|
33
|
+
<span class="refentrytitle"><a href="GtkSourceStyle.html">GtkSourceStyle</a></span><span class="refpurpose"> — Represents a style</span>
|
34
|
+
</dt>
|
35
|
+
<dt>
|
36
|
+
<span class="refentrytitle"><a href="GtkSourceStyleScheme.html">GtkSourceStyleScheme</a></span><span class="refpurpose"> — Controls the appearance of GtkSourceView</span>
|
37
|
+
</dt>
|
38
|
+
<dt>
|
39
|
+
<span class="refentrytitle"><a href="GtkSourceStyleSchemeManager.html">GtkSourceStyleSchemeManager</a></span><span class="refpurpose"> — Provides access to GtkSourceStyleSchemes</span>
|
40
|
+
</dt>
|
41
|
+
<dt>
|
42
|
+
<span class="refentrytitle"><a href="GtkSourceStyleSchemeChooser.html">GtkSourceStyleSchemeChooser</a></span><span class="refpurpose"> — Interface implemented by widgets for choosing style schemes</span>
|
43
|
+
</dt>
|
44
|
+
<dt>
|
45
|
+
<span class="refentrytitle"><a href="GtkSourceStyleSchemeChooserButton.html">GtkSourceStyleSchemeChooserButton</a></span><span class="refpurpose"> — A button to launch a style scheme selection dialog</span>
|
46
|
+
</dt>
|
47
|
+
<dt>
|
48
|
+
<span class="refentrytitle"><a href="GtkSourceStyleSchemeChooserWidget.html">GtkSourceStyleSchemeChooserWidget</a></span><span class="refpurpose"> — A widget for choosing style schemes</span>
|
40
49
|
</dt>
|
41
50
|
</dl></div>
|
42
51
|
</div>
|