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,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>GtkSourceSearchSettings: 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="ch07.html" title="Search and Replace">
|
9
9
|
<link rel="prev" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="ch08.html" title="Others">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -20,9 +20,9 @@
|
|
20
20
|
<a href="#GtkSourceSearchSettings.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceSearchContext.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
-
<td><a accesskey="n" href="
|
25
|
+
<td><a accesskey="n" href="ch08.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
28
28
|
<a name="GtkSourceSearchSettings"></a><div class="titlepage"></div>
|
@@ -207,7 +207,7 @@ search settings can be associated with one or several
|
|
207
207
|
gtk_source_search_settings_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
208
208
|
<p>Creates a new search settings object.</p>
|
209
209
|
<div class="refsect3">
|
210
|
-
<a name="id-1.2.
|
210
|
+
<a name="id-1.2.8.3.9.2.5"></a><h4>Returns</h4>
|
211
211
|
<p> a new search settings object.</p>
|
212
212
|
<p></p>
|
213
213
|
</div>
|
@@ -223,7 +223,7 @@ gtk_source_search_settings_get_search_text
|
|
223
223
|
<p>You may be interested to call <a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-escape-search-text" title="gtk_source_utils_escape_search_text ()"><code class="function">gtk_source_utils_escape_search_text()</code></a> after
|
224
224
|
this function.</p>
|
225
225
|
<div class="refsect3">
|
226
|
-
<a name="id-1.2.
|
226
|
+
<a name="id-1.2.8.3.9.3.6"></a><h4>Parameters</h4>
|
227
227
|
<div class="informaltable"><table width="100%" border="0">
|
228
228
|
<colgroup>
|
229
229
|
<col width="150px" class="parameters_name">
|
@@ -238,7 +238,7 @@ this function.</p>
|
|
238
238
|
</table></div>
|
239
239
|
</div>
|
240
240
|
<div class="refsect3">
|
241
|
-
<a name="id-1.2.
|
241
|
+
<a name="id-1.2.8.3.9.3.7"></a><h4>Returns</h4>
|
242
242
|
<p> the text to search, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the search is disabled. </p>
|
243
243
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
244
244
|
</div>
|
@@ -260,7 +260,7 @@ a call to this function.</p>
|
|
260
260
|
<p>You may be interested to call <a class="link" href="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text" title="gtk_source_utils_unescape_search_text ()"><code class="function">gtk_source_utils_unescape_search_text()</code></a> before
|
261
261
|
this function.</p>
|
262
262
|
<div class="refsect3">
|
263
|
-
<a name="id-1.2.
|
263
|
+
<a name="id-1.2.8.3.9.4.6"></a><h4>Parameters</h4>
|
264
264
|
<div class="informaltable"><table width="100%" border="0">
|
265
265
|
<colgroup>
|
266
266
|
<col width="150px" class="parameters_name">
|
@@ -290,7 +290,7 @@ this function.</p>
|
|
290
290
|
gtk_source_search_settings_get_case_sensitive
|
291
291
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
292
292
|
<div class="refsect3">
|
293
|
-
<a name="id-1.2.
|
293
|
+
<a name="id-1.2.8.3.9.5.4"></a><h4>Parameters</h4>
|
294
294
|
<div class="informaltable"><table width="100%" border="0">
|
295
295
|
<colgroup>
|
296
296
|
<col width="150px" class="parameters_name">
|
@@ -305,7 +305,7 @@ gtk_source_search_settings_get_case_sensitive
|
|
305
305
|
</table></div>
|
306
306
|
</div>
|
307
307
|
<div class="refsect3">
|
308
|
-
<a name="id-1.2.
|
308
|
+
<a name="id-1.2.8.3.9.5.5"></a><h4>Returns</h4>
|
309
309
|
<p> whether the search is case sensitive.</p>
|
310
310
|
<p></p>
|
311
311
|
</div>
|
@@ -320,7 +320,7 @@ gtk_source_search_settings_set_case_sensitive
|
|
320
320
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> case_sensitive</code></em>);</pre>
|
321
321
|
<p>Enables or disables the case sensitivity for the search.</p>
|
322
322
|
<div class="refsect3">
|
323
|
-
<a name="id-1.2.
|
323
|
+
<a name="id-1.2.8.3.9.6.5"></a><h4>Parameters</h4>
|
324
324
|
<div class="informaltable"><table width="100%" border="0">
|
325
325
|
<colgroup>
|
326
326
|
<col width="150px" class="parameters_name">
|
@@ -350,7 +350,7 @@ gtk_source_search_settings_set_case_sensitive
|
|
350
350
|
gtk_source_search_settings_get_at_word_boundaries
|
351
351
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
352
352
|
<div class="refsect3">
|
353
|
-
<a name="id-1.2.
|
353
|
+
<a name="id-1.2.8.3.9.7.4"></a><h4>Parameters</h4>
|
354
354
|
<div class="informaltable"><table width="100%" border="0">
|
355
355
|
<colgroup>
|
356
356
|
<col width="150px" class="parameters_name">
|
@@ -365,7 +365,7 @@ gtk_source_search_settings_get_at_word_boundaries
|
|
365
365
|
</table></div>
|
366
366
|
</div>
|
367
367
|
<div class="refsect3">
|
368
|
-
<a name="id-1.2.
|
368
|
+
<a name="id-1.2.8.3.9.7.5"></a><h4>Returns</h4>
|
369
369
|
<p> whether to search at word boundaries.</p>
|
370
370
|
<p></p>
|
371
371
|
</div>
|
@@ -381,10 +381,10 @@ gtk_source_search_settings_set_at_word_boundaries
|
|
381
381
|
<p>Change whether the search is done at word boundaries. If <em class="parameter"><code>at_word_boundaries</code></em>
|
382
382
|
|
383
383
|
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, a search match must start and end a word. The match can span
|
384
|
-
multiple words. See also <a href="
|
385
|
-
<a href="
|
384
|
+
multiple words. See also <a href="http://developer.gnome.org/gtk2/GtkTextIter.html#gtk-text-iter-starts-word"><code class="function">gtk_text_iter_starts_word()</code></a> and
|
385
|
+
<a href="http://developer.gnome.org/gtk2/GtkTextIter.html#gtk-text-iter-ends-word"><code class="function">gtk_text_iter_ends_word()</code></a>.</p>
|
386
386
|
<div class="refsect3">
|
387
|
-
<a name="id-1.2.
|
387
|
+
<a name="id-1.2.8.3.9.8.5"></a><h4>Parameters</h4>
|
388
388
|
<div class="informaltable"><table width="100%" border="0">
|
389
389
|
<colgroup>
|
390
390
|
<col width="150px" class="parameters_name">
|
@@ -414,7 +414,7 @@ multiple words. See also <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextIter
|
|
414
414
|
gtk_source_search_settings_get_wrap_around
|
415
415
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
416
416
|
<div class="refsect3">
|
417
|
-
<a name="id-1.2.
|
417
|
+
<a name="id-1.2.8.3.9.9.4"></a><h4>Parameters</h4>
|
418
418
|
<div class="informaltable"><table width="100%" border="0">
|
419
419
|
<colgroup>
|
420
420
|
<col width="150px" class="parameters_name">
|
@@ -429,7 +429,7 @@ gtk_source_search_settings_get_wrap_around
|
|
429
429
|
</table></div>
|
430
430
|
</div>
|
431
431
|
<div class="refsect3">
|
432
|
-
<a name="id-1.2.
|
432
|
+
<a name="id-1.2.8.3.9.9.5"></a><h4>Returns</h4>
|
433
433
|
<p> whether to wrap around the search.</p>
|
434
434
|
<p></p>
|
435
435
|
</div>
|
@@ -448,7 +448,7 @@ forward search continues at the beginning of the buffer if no search
|
|
448
448
|
occurrences are found. Similarly, the backward search continues to search at
|
449
449
|
the end of the buffer.</p>
|
450
450
|
<div class="refsect3">
|
451
|
-
<a name="id-1.2.
|
451
|
+
<a name="id-1.2.8.3.9.10.5"></a><h4>Parameters</h4>
|
452
452
|
<div class="informaltable"><table width="100%" border="0">
|
453
453
|
<colgroup>
|
454
454
|
<col width="150px" class="parameters_name">
|
@@ -478,7 +478,7 @@ the end of the buffer.</p>
|
|
478
478
|
gtk_source_search_settings_get_regex_enabled
|
479
479
|
(<em class="parameter"><code><a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings"><span class="type">GtkSourceSearchSettings</span></a> *settings</code></em>);</pre>
|
480
480
|
<div class="refsect3">
|
481
|
-
<a name="id-1.2.
|
481
|
+
<a name="id-1.2.8.3.9.11.4"></a><h4>Parameters</h4>
|
482
482
|
<div class="informaltable"><table width="100%" border="0">
|
483
483
|
<colgroup>
|
484
484
|
<col width="150px" class="parameters_name">
|
@@ -493,7 +493,7 @@ gtk_source_search_settings_get_regex_enabled
|
|
493
493
|
</table></div>
|
494
494
|
</div>
|
495
495
|
<div class="refsect3">
|
496
|
-
<a name="id-1.2.
|
496
|
+
<a name="id-1.2.8.3.9.11.5"></a><h4>Returns</h4>
|
497
497
|
<p> whether to search by regular expressions.</p>
|
498
498
|
<p></p>
|
499
499
|
</div>
|
@@ -510,7 +510,7 @@ gtk_source_search_settings_set_regex_enabled
|
|
510
510
|
If enabled, the <a class="link" href="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text" title="The “search-text” property"><span class="type">“search-text”</span></a> property contains the
|
511
511
|
pattern of the regular expression.</p>
|
512
512
|
<div class="refsect3">
|
513
|
-
<a name="id-1.2.
|
513
|
+
<a name="id-1.2.8.3.9.12.5"></a><h4>Parameters</h4>
|
514
514
|
<div class="informaltable"><table width="100%" border="0">
|
515
515
|
<colgroup>
|
516
516
|
<col width="150px" class="parameters_name">
|
@@ -2,11 +2,11 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkSourceView 3 Reference Manual
|
5
|
+
<title>GtkSourceStyle: 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="ch02.html" title="Syntax Highlighting">
|
9
|
+
<link rel="prev" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
|
10
10
|
<link rel="next" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -20,8 +20,8 @@
|
|
20
20
|
<a href="#GtkSourceStyle.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
24
|
-
<td><a accesskey="p" href="
|
23
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="GtkSourceLanguageManager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceStyleScheme.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
27
27
|
<div class="refentry">
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="GtkSourceStyle.top_of_page"></a>GtkSourceStyle</span></h2>
|
32
|
-
<p>GtkSourceStyle —
|
32
|
+
<p>GtkSourceStyle — Represents a style</p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -185,7 +185,7 @@ gtk_source_style_copy (<em class="parameter"><code>const <a class="link" href="G
|
|
185
185
|
, that is a new <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="type">GtkSourceStyle</span></a> instance which
|
186
186
|
has the same attributes set.</p>
|
187
187
|
<div class="refsect3">
|
188
|
-
<a name="id-1.2.
|
188
|
+
<a name="id-1.2.3.4.9.2.5"></a><h4>Parameters</h4>
|
189
189
|
<div class="informaltable"><table width="100%" border="0">
|
190
190
|
<colgroup>
|
191
191
|
<col width="150px" class="parameters_name">
|
@@ -200,7 +200,7 @@ has the same attributes set.</p>
|
|
200
200
|
</table></div>
|
201
201
|
</div>
|
202
202
|
<div class="refsect3">
|
203
|
-
<a name="id-1.2.
|
203
|
+
<a name="id-1.2.3.4.9.2.6"></a><h4>Returns</h4>
|
204
204
|
<p> copy of <em class="parameter"><code>style</code></em>
|
205
205
|
, call <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
|
206
206
|
when you are done with it. </p>
|
@@ -2,10 +2,10 @@
|
|
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>GtkSourceStyleScheme: 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="ch02.html" title="Syntax Highlighting">
|
9
9
|
<link rel="prev" href="GtkSourceStyle.html" title="GtkSourceStyle">
|
10
10
|
<link rel="next" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<a href="#GtkSourceStyleScheme.properties" class="shortcut">Properties</a></span>
|
21
21
|
</td>
|
22
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
-
<td><a accesskey="u" href="
|
23
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
24
|
<td><a accesskey="p" href="GtkSourceStyle.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
25
|
<td><a accesskey="n" href="GtkSourceStyleSchemeManager.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
26
|
</tr></table>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="GtkSourceStyleScheme.top_of_page"></a>GtkSourceStyleScheme</span></h2>
|
32
|
-
<p>GtkSourceStyleScheme —
|
32
|
+
<p>GtkSourceStyleScheme — Controls the appearance of GtkSourceView</p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -154,9 +154,7 @@
|
|
154
154
|
for syntax highlighting, it may contain foreground and background color for
|
155
155
|
non-highlighted text, color for the line numbers, etc.</p>
|
156
156
|
<p>Style schemes are stored in XML files. The format of a scheme file is
|
157
|
-
documented in the</p>
|
158
|
-
<a class="link" href="style-reference.html" title="Style Scheme Definition Reference">style scheme reference</a>.
|
159
|
-
|
157
|
+
documented in the <a class="link" href="style-reference.html" title="Style Scheme Definition Reference">style scheme reference</a>.</p>
|
160
158
|
</div>
|
161
159
|
<div class="refsect1">
|
162
160
|
<a name="GtkSourceStyleScheme.functions_details"></a><h2>Functions</h2>
|
@@ -165,7 +163,7 @@ documented in the</p>
|
|
165
163
|
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
166
164
|
gtk_source_style_scheme_get_id (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
|
167
165
|
<div class="refsect3">
|
168
|
-
<a name="id-1.2.
|
166
|
+
<a name="id-1.2.3.5.9.2.4"></a><h4>Parameters</h4>
|
169
167
|
<div class="informaltable"><table width="100%" border="0">
|
170
168
|
<colgroup>
|
171
169
|
<col width="150px" class="parameters_name">
|
@@ -180,7 +178,7 @@ gtk_source_style_scheme_get_id (<em class="parameter"><code><a class="link" href
|
|
180
178
|
</table></div>
|
181
179
|
</div>
|
182
180
|
<div class="refsect3">
|
183
|
-
<a name="id-1.2.
|
181
|
+
<a name="id-1.2.3.5.9.2.5"></a><h4>Returns</h4>
|
184
182
|
<p> <em class="parameter"><code>scheme</code></em>
|
185
183
|
id.</p>
|
186
184
|
<p></p>
|
@@ -193,7 +191,7 @@ id.</p>
|
|
193
191
|
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
194
192
|
gtk_source_style_scheme_get_name (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
|
195
193
|
<div class="refsect3">
|
196
|
-
<a name="id-1.2.
|
194
|
+
<a name="id-1.2.3.5.9.3.4"></a><h4>Parameters</h4>
|
197
195
|
<div class="informaltable"><table width="100%" border="0">
|
198
196
|
<colgroup>
|
199
197
|
<col width="150px" class="parameters_name">
|
@@ -208,7 +206,7 @@ gtk_source_style_scheme_get_name (<em class="parameter"><code><a class="link" hr
|
|
208
206
|
</table></div>
|
209
207
|
</div>
|
210
208
|
<div class="refsect3">
|
211
|
-
<a name="id-1.2.
|
209
|
+
<a name="id-1.2.3.5.9.3.5"></a><h4>Returns</h4>
|
212
210
|
<p> <em class="parameter"><code>scheme</code></em>
|
213
211
|
name.</p>
|
214
212
|
<p></p>
|
@@ -222,7 +220,7 @@ name.</p>
|
|
222
220
|
gtk_source_style_scheme_get_description
|
223
221
|
(<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
|
224
222
|
<div class="refsect3">
|
225
|
-
<a name="id-1.2.
|
223
|
+
<a name="id-1.2.3.5.9.4.4"></a><h4>Parameters</h4>
|
226
224
|
<div class="informaltable"><table width="100%" border="0">
|
227
225
|
<colgroup>
|
228
226
|
<col width="150px" class="parameters_name">
|
@@ -237,7 +235,7 @@ gtk_source_style_scheme_get_description
|
|
237
235
|
</table></div>
|
238
236
|
</div>
|
239
237
|
<div class="refsect3">
|
240
|
-
<a name="id-1.2.
|
238
|
+
<a name="id-1.2.3.5.9.4.5"></a><h4>Returns</h4>
|
241
239
|
<p> <em class="parameter"><code>scheme</code></em>
|
242
240
|
description (if defined), or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
243
241
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
@@ -250,7 +248,7 @@ description (if defined), or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vend
|
|
250
248
|
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
|
251
249
|
gtk_source_style_scheme_get_authors (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
|
252
250
|
<div class="refsect3">
|
253
|
-
<a name="id-1.2.
|
251
|
+
<a name="id-1.2.3.5.9.5.4"></a><h4>Parameters</h4>
|
254
252
|
<div class="informaltable"><table width="100%" border="0">
|
255
253
|
<colgroup>
|
256
254
|
<col width="150px" class="parameters_name">
|
@@ -265,7 +263,7 @@ gtk_source_style_scheme_get_authors (<em class="parameter"><code><a class="link"
|
|
265
263
|
</table></div>
|
266
264
|
</div>
|
267
265
|
<div class="refsect3">
|
268
|
-
<a name="id-1.2.
|
266
|
+
<a name="id-1.2.3.5.9.5.5"></a><h4>Returns</h4>
|
269
267
|
<p> a
|
270
268
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array containing the <em class="parameter"><code>scheme</code></em>
|
271
269
|
authors or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
@@ -280,7 +278,7 @@ no author is specified by the style scheme. </p>
|
|
280
278
|
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
281
279
|
gtk_source_style_scheme_get_filename (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
|
282
280
|
<div class="refsect3">
|
283
|
-
<a name="id-1.2.
|
281
|
+
<a name="id-1.2.3.5.9.6.4"></a><h4>Parameters</h4>
|
284
282
|
<div class="informaltable"><table width="100%" border="0">
|
285
283
|
<colgroup>
|
286
284
|
<col width="150px" class="parameters_name">
|
@@ -295,7 +293,7 @@ gtk_source_style_scheme_get_filename (<em class="parameter"><code><a class="link
|
|
295
293
|
</table></div>
|
296
294
|
</div>
|
297
295
|
<div class="refsect3">
|
298
|
-
<a name="id-1.2.
|
296
|
+
<a name="id-1.2.3.5.9.6.5"></a><h4>Returns</h4>
|
299
297
|
<p> <em class="parameter"><code>scheme</code></em>
|
300
298
|
file name if the scheme was created
|
301
299
|
parsing a style scheme file or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in the other cases. </p>
|
@@ -310,7 +308,7 @@ parsing a style scheme file or <a href="/home/vagrant/ruby-gnome2.win64/glib2/ve
|
|
310
308
|
gtk_source_style_scheme_get_style (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>,
|
311
309
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *style_id</code></em>);</pre>
|
312
310
|
<div class="refsect3">
|
313
|
-
<a name="id-1.2.
|
311
|
+
<a name="id-1.2.3.5.9.7.4"></a><h4>Parameters</h4>
|
314
312
|
<div class="informaltable"><table width="100%" border="0">
|
315
313
|
<colgroup>
|
316
314
|
<col width="150px" class="parameters_name">
|
@@ -332,7 +330,7 @@ gtk_source_style_scheme_get_style (<em class="parameter"><code><a class="link" h
|
|
332
330
|
</table></div>
|
333
331
|
</div>
|
334
332
|
<div class="refsect3">
|
335
|
-
<a name="id-1.2.
|
333
|
+
<a name="id-1.2.3.5.9.7.5"></a><h4>Returns</h4>
|
336
334
|
<p> style which corresponds to <em class="parameter"><code>style_id</code></em>
|
337
335
|
in
|
338
336
|
the <em class="parameter"><code>scheme</code></em>
|
@@ -0,0 +1,215 @@
|
|
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>GtkSourceStyleSchemeChooser: 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="ch02.html" title="Syntax Highlighting">
|
9
|
+
<link rel="prev" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">
|
10
|
+
<link rel="next" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">
|
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">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#GtkSourceStyleSchemeChooser.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#GtkSourceStyleSchemeChooser.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites"> <span class="dim">|</span>
|
20
|
+
<a href="#GtkSourceStyleSchemeChooser.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations"> <span class="dim">|</span>
|
21
|
+
<a href="#GtkSourceStyleSchemeChooser.implementations" class="shortcut">Known Implementations</a></span><span id="nav_properties"> <span class="dim">|</span>
|
22
|
+
<a href="#GtkSourceStyleSchemeChooser.properties" class="shortcut">Properties</a></span>
|
23
|
+
</td>
|
24
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
25
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
26
|
+
<td><a accesskey="p" href="GtkSourceStyleSchemeManager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
|
+
<td><a accesskey="n" href="GtkSourceStyleSchemeChooserButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
28
|
+
</tr></table>
|
29
|
+
<div class="refentry">
|
30
|
+
<a name="GtkSourceStyleSchemeChooser"></a><div class="titlepage"></div>
|
31
|
+
<div class="refnamediv"><table width="100%"><tr>
|
32
|
+
<td valign="top">
|
33
|
+
<h2><span class="refentrytitle"><a name="GtkSourceStyleSchemeChooser.top_of_page"></a>GtkSourceStyleSchemeChooser</span></h2>
|
34
|
+
<p>GtkSourceStyleSchemeChooser — Interface implemented by widgets for choosing style schemes</p>
|
35
|
+
</td>
|
36
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
37
|
+
</tr></table></div>
|
38
|
+
<div class="refsect1">
|
39
|
+
<a name="GtkSourceStyleSchemeChooser.functions"></a><h2>Functions</h2>
|
40
|
+
<div class="informaltable"><table width="100%" border="0">
|
41
|
+
<colgroup>
|
42
|
+
<col width="150px" class="functions_return">
|
43
|
+
<col class="functions_name">
|
44
|
+
</colgroup>
|
45
|
+
<tbody>
|
46
|
+
<tr>
|
47
|
+
<td class="function_type">
|
48
|
+
<a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="returnvalue">GtkSourceStyleScheme</span></a> *
|
49
|
+
</td>
|
50
|
+
<td class="function_name">
|
51
|
+
<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> <span class="c_punctuation">()</span>
|
52
|
+
</td>
|
53
|
+
</tr>
|
54
|
+
<tr>
|
55
|
+
<td class="function_type">
|
56
|
+
<span class="returnvalue">void</span>
|
57
|
+
</td>
|
58
|
+
<td class="function_name">
|
59
|
+
<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> <span class="c_punctuation">()</span>
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
</tbody>
|
63
|
+
</table></div>
|
64
|
+
</div>
|
65
|
+
<div class="refsect1">
|
66
|
+
<a name="GtkSourceStyleSchemeChooser.properties"></a><h2>Properties</h2>
|
67
|
+
<div class="informaltable"><table border="0">
|
68
|
+
<colgroup>
|
69
|
+
<col width="150px" class="properties_type">
|
70
|
+
<col width="300px" class="properties_name">
|
71
|
+
<col width="200px" class="properties_flags">
|
72
|
+
</colgroup>
|
73
|
+
<tbody><tr>
|
74
|
+
<td class="property_type">
|
75
|
+
<a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *</td>
|
76
|
+
<td class="property_name"><a class="link" href="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser--style-scheme" title="The “style-scheme” property">style-scheme</a></td>
|
77
|
+
<td class="property_flags">Read / Write</td>
|
78
|
+
</tr></tbody>
|
79
|
+
</table></div>
|
80
|
+
</div>
|
81
|
+
<div class="refsect1">
|
82
|
+
<a name="GtkSourceStyleSchemeChooser.other"></a><h2>Types and Values</h2>
|
83
|
+
<div class="informaltable"><table width="100%" border="0">
|
84
|
+
<colgroup>
|
85
|
+
<col width="150px" class="name">
|
86
|
+
<col class="description">
|
87
|
+
</colgroup>
|
88
|
+
<tbody><tr>
|
89
|
+
<td class="datatype_keyword"> </td>
|
90
|
+
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser-struct" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a></td>
|
91
|
+
</tr></tbody>
|
92
|
+
</table></div>
|
93
|
+
</div>
|
94
|
+
<div class="refsect1">
|
95
|
+
<a name="GtkSourceStyleSchemeChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
96
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
97
|
+
<span class="lineart">╰──</span> GtkSourceStyleSchemeChooser
|
98
|
+
</pre>
|
99
|
+
</div>
|
100
|
+
<div class="refsect1">
|
101
|
+
<a name="GtkSourceStyleSchemeChooser.prerequisites"></a><h2>Prerequisites</h2>
|
102
|
+
<p>
|
103
|
+
GtkSourceStyleSchemeChooser requires
|
104
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
105
|
+
</div>
|
106
|
+
<div class="refsect1">
|
107
|
+
<a name="GtkSourceStyleSchemeChooser.implementations"></a><h2>Known Implementations</h2>
|
108
|
+
<p>
|
109
|
+
GtkSourceStyleSchemeChooser is implemented by
|
110
|
+
<a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a> and <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>.</p>
|
111
|
+
</div>
|
112
|
+
<div class="refsect1">
|
113
|
+
<a name="GtkSourceStyleSchemeChooser.includes"></a><h2>Includes</h2>
|
114
|
+
<pre class="synopsis">#include <gtksourceview/gtksource.h>
|
115
|
+
</pre>
|
116
|
+
</div>
|
117
|
+
<div class="refsect1">
|
118
|
+
<a name="GtkSourceStyleSchemeChooser.description"></a><h2>Description</h2>
|
119
|
+
<p><a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser"><span class="type">GtkSourceStyleSchemeChooser</span></a> is an interface that is implemented by widgets
|
120
|
+
for choosing style schemes.</p>
|
121
|
+
<p>In GtkSourceView, the main widgets that implement this interface are
|
122
|
+
<a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a> and <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a>.</p>
|
123
|
+
</div>
|
124
|
+
<div class="refsect1">
|
125
|
+
<a name="GtkSourceStyleSchemeChooser.functions_details"></a><h2>Functions</h2>
|
126
|
+
<div class="refsect2">
|
127
|
+
<a name="gtk-source-style-scheme-chooser-get-style-scheme"></a><h3>gtk_source_style_scheme_chooser_get_style_scheme ()</h3>
|
128
|
+
<pre class="programlisting"><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="returnvalue">GtkSourceStyleScheme</span></a> *
|
129
|
+
gtk_source_style_scheme_chooser_get_style_scheme
|
130
|
+
(<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser"><span class="type">GtkSourceStyleSchemeChooser</span></a> *chooser</code></em>);</pre>
|
131
|
+
<p>Gets the currently-selected scheme.</p>
|
132
|
+
<div class="refsect3">
|
133
|
+
<a name="id-1.2.3.7.11.2.5"></a><h4>Parameters</h4>
|
134
|
+
<div class="informaltable"><table width="100%" border="0">
|
135
|
+
<colgroup>
|
136
|
+
<col width="150px" class="parameters_name">
|
137
|
+
<col class="parameters_description">
|
138
|
+
<col width="200px" class="parameters_annotations">
|
139
|
+
</colgroup>
|
140
|
+
<tbody><tr>
|
141
|
+
<td class="parameter_name"><p>chooser</p></td>
|
142
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser"><span class="type">GtkSourceStyleSchemeChooser</span></a></p></td>
|
143
|
+
<td class="parameter_annotations"> </td>
|
144
|
+
</tr></tbody>
|
145
|
+
</table></div>
|
146
|
+
</div>
|
147
|
+
<div class="refsect3">
|
148
|
+
<a name="id-1.2.3.7.11.2.6"></a><h4>Returns</h4>
|
149
|
+
<p> the currently-selected scheme. </p>
|
150
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
151
|
+
</div>
|
152
|
+
<p class="since">Since 3.16</p>
|
153
|
+
</div>
|
154
|
+
<hr>
|
155
|
+
<div class="refsect2">
|
156
|
+
<a name="gtk-source-style-scheme-chooser-set-style-scheme"></a><h3>gtk_source_style_scheme_chooser_set_style_scheme ()</h3>
|
157
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
158
|
+
gtk_source_style_scheme_chooser_set_style_scheme
|
159
|
+
(<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser"><span class="type">GtkSourceStyleSchemeChooser</span></a> *chooser</code></em>,
|
160
|
+
<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
|
161
|
+
<p>Sets the scheme.</p>
|
162
|
+
<div class="refsect3">
|
163
|
+
<a name="id-1.2.3.7.11.3.5"></a><h4>Parameters</h4>
|
164
|
+
<div class="informaltable"><table width="100%" border="0">
|
165
|
+
<colgroup>
|
166
|
+
<col width="150px" class="parameters_name">
|
167
|
+
<col class="parameters_description">
|
168
|
+
<col width="200px" class="parameters_annotations">
|
169
|
+
</colgroup>
|
170
|
+
<tbody>
|
171
|
+
<tr>
|
172
|
+
<td class="parameter_name"><p>chooser</p></td>
|
173
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser"><span class="type">GtkSourceStyleSchemeChooser</span></a></p></td>
|
174
|
+
<td class="parameter_annotations"> </td>
|
175
|
+
</tr>
|
176
|
+
<tr>
|
177
|
+
<td class="parameter_name"><p>scheme</p></td>
|
178
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a></p></td>
|
179
|
+
<td class="parameter_annotations"> </td>
|
180
|
+
</tr>
|
181
|
+
</tbody>
|
182
|
+
</table></div>
|
183
|
+
</div>
|
184
|
+
<p class="since">Since 3.16</p>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
<div class="refsect1">
|
188
|
+
<a name="GtkSourceStyleSchemeChooser.other_details"></a><h2>Types and Values</h2>
|
189
|
+
<div class="refsect2">
|
190
|
+
<a name="GtkSourceStyleSchemeChooser-struct"></a><h3>GtkSourceStyleSchemeChooser</h3>
|
191
|
+
<pre class="programlisting">typedef struct _GtkSourceStyleSchemeChooser GtkSourceStyleSchemeChooser;</pre>
|
192
|
+
</div>
|
193
|
+
</div>
|
194
|
+
<div class="refsect1">
|
195
|
+
<a name="GtkSourceStyleSchemeChooser.property-details"></a><h2>Property Details</h2>
|
196
|
+
<div class="refsect2">
|
197
|
+
<a name="GtkSourceStyleSchemeChooser--style-scheme"></a><h3>The <code class="literal">“style-scheme”</code> property</h3>
|
198
|
+
<pre class="programlisting"> “style-scheme” <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *</pre>
|
199
|
+
<p>The :style-scheme property contains the currently selected style
|
200
|
+
scheme. The property can be set to change
|
201
|
+
the current selection programmatically.</p>
|
202
|
+
<p>Flags: Read / Write</p>
|
203
|
+
<p class="since">Since 3.16</p>
|
204
|
+
</div>
|
205
|
+
</div>
|
206
|
+
<div class="refsect1">
|
207
|
+
<a name="GtkSourceStyleSchemeChooser.see-also"></a><h2>See Also</h2>
|
208
|
+
<p><a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a>, <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a></p>
|
209
|
+
</div>
|
210
|
+
</div>
|
211
|
+
<div class="footer">
|
212
|
+
<hr>
|
213
|
+
Generated by GTK-Doc V1.21.1</div>
|
214
|
+
</body>
|
215
|
+
</html>
|