gtksourceview3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/lib/gtksourceview3/loader.rb +46 -0
- data/lib/gtksourceview3/mark-attributes.rb +29 -0
- data/lib/gtksourceview3.rb +47 -12
- data/test/run-test.rb +2 -0
- data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
- data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
- data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
- data/test/{test_source_view.rb → test-source-view.rb} +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +3 -3
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +13 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
- data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
- metadata +43 -35
- data/ext/gtksourceview3/depend +0 -6
- data/ext/gtksourceview3/extconf.rb +0 -67
- data/ext/gtksourceview3/gtksourceview3.def +0 -2
- data/ext/gtksourceview3/rbgtksource.c +0 -53
- data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
- data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
- data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
- data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
- data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
- data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
- data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
- data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
- data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
- data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
- data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
- data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
- data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
- data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
- data/ext/gtksourceview3/rbgtksourceview.c +0 -94
- data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
- data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
- data/extconf.rb +0 -49
- data/lib/2.0/gtksourceview3.so +0 -0
- data/lib/2.1/gtksourceview3.so +0 -0
- data/lib/2.2/gtksourceview3.so +0 -0
- data/sample/sourcelanguagemanager.rb +0 -21
- data/sample/test.rb +0 -32
@@ -0,0 +1,129 @@
|
|
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>GtkSourceStyleSchemeChooserButton: 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="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">
|
10
|
+
<link rel="next" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">
|
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="#GtkSourceStyleSchemeChooserButton.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#GtkSourceStyleSchemeChooserButton.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#GtkSourceStyleSchemeChooserButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
|
+
</td>
|
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="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="GtkSourceStyleSchemeChooser.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="GtkSourceStyleSchemeChooserWidget.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
|
+
</tr></table>
|
27
|
+
<div class="refentry">
|
28
|
+
<a name="GtkSourceStyleSchemeChooserButton"></a><div class="titlepage"></div>
|
29
|
+
<div class="refnamediv"><table width="100%"><tr>
|
30
|
+
<td valign="top">
|
31
|
+
<h2><span class="refentrytitle"><a name="GtkSourceStyleSchemeChooserButton.top_of_page"></a>GtkSourceStyleSchemeChooserButton</span></h2>
|
32
|
+
<p>GtkSourceStyleSchemeChooserButton — A button to launch a style scheme selection dialog</p>
|
33
|
+
</td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
35
|
+
</tr></table></div>
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="GtkSourceStyleSchemeChooserButton.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody><tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<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> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr></tbody>
|
51
|
+
</table></div>
|
52
|
+
</div>
|
53
|
+
<div class="refsect1">
|
54
|
+
<a name="GtkSourceStyleSchemeChooserButton.other"></a><h2>Types and Values</h2>
|
55
|
+
<div class="informaltable"><table width="100%" border="0">
|
56
|
+
<colgroup>
|
57
|
+
<col width="150px" class="name">
|
58
|
+
<col class="description">
|
59
|
+
</colgroup>
|
60
|
+
<tbody><tr>
|
61
|
+
<td class="datatype_keyword">struct</td>
|
62
|
+
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct" title="struct GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a></td>
|
63
|
+
</tr></tbody>
|
64
|
+
</table></div>
|
65
|
+
</div>
|
66
|
+
<div class="refsect1">
|
67
|
+
<a name="GtkSourceStyleSchemeChooserButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
68
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
69
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
70
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWidget.html">GtkWidget</a>
|
71
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkContainer.html">GtkContainer</a>
|
72
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkBin.html">GtkBin</a>
|
73
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkButton.html">GtkButton</a>
|
74
|
+
<span class="lineart">╰──</span> GtkSourceStyleSchemeChooserButton
|
75
|
+
</pre>
|
76
|
+
</div>
|
77
|
+
<div class="refsect1">
|
78
|
+
<a name="GtkSourceStyleSchemeChooserButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
79
|
+
<p>
|
80
|
+
GtkSourceStyleSchemeChooserButton implements
|
81
|
+
AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a>, <a href="http://developer.gnome.org/gtk2/GtkActionable.html">GtkActionable</a>, <a href="http://developer.gnome.org/gtk2/GtkActivatable.html">GtkActivatable</a> and <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>.</p>
|
82
|
+
</div>
|
83
|
+
<div class="refsect1">
|
84
|
+
<a name="GtkSourceStyleSchemeChooserButton.includes"></a><h2>Includes</h2>
|
85
|
+
<pre class="synopsis">#include <gtksourceview/gtksource.h>
|
86
|
+
</pre>
|
87
|
+
</div>
|
88
|
+
<div class="refsect1">
|
89
|
+
<a name="GtkSourceStyleSchemeChooserButton.description"></a><h2>Description</h2>
|
90
|
+
<p>The <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a> is a button which displays
|
91
|
+
the currently selected style scheme and allows to open a style scheme
|
92
|
+
selection dialog to change the style scheme.
|
93
|
+
It is suitable widget for selecting a style scheme in a preference dialog.</p>
|
94
|
+
<p>In <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a>, a <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a>
|
95
|
+
is used to provide a dialog for selecting style schemes.</p>
|
96
|
+
</div>
|
97
|
+
<div class="refsect1">
|
98
|
+
<a name="GtkSourceStyleSchemeChooserButton.functions_details"></a><h2>Functions</h2>
|
99
|
+
<div class="refsect2">
|
100
|
+
<a name="gtk-source-style-scheme-chooser-button-new"></a><h3>gtk_source_style_scheme_chooser_button_new ()</h3>
|
101
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
|
102
|
+
gtk_source_style_scheme_chooser_button_new
|
103
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
104
|
+
<p>Creates a new <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a>.</p>
|
105
|
+
<div class="refsect3">
|
106
|
+
<a name="id-1.2.3.8.9.2.5"></a><h4>Returns</h4>
|
107
|
+
<p> a new <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a>.</p>
|
108
|
+
<p></p>
|
109
|
+
</div>
|
110
|
+
<p class="since">Since 3.16</p>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
<div class="refsect1">
|
114
|
+
<a name="GtkSourceStyleSchemeChooserButton.other_details"></a><h2>Types and Values</h2>
|
115
|
+
<div class="refsect2">
|
116
|
+
<a name="GtkSourceStyleSchemeChooserButton-struct"></a><h3>struct GtkSourceStyleSchemeChooserButton</h3>
|
117
|
+
<pre class="programlisting">struct GtkSourceStyleSchemeChooserButton;</pre>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<div class="refsect1">
|
121
|
+
<a name="GtkSourceStyleSchemeChooserButton.see-also"></a><h2>See Also</h2>
|
122
|
+
<p><a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a></p>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
<div class="footer">
|
126
|
+
<hr>
|
127
|
+
Generated by GTK-Doc V1.21.1</div>
|
128
|
+
</body>
|
129
|
+
</html>
|
@@ -0,0 +1,129 @@
|
|
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>GtkSourceStyleSchemeChooserWidget: 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="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">
|
10
|
+
<link rel="next" href="ch03.html" title="Completion">
|
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="#GtkSourceStyleSchemeChooserWidget.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#GtkSourceStyleSchemeChooserWidget.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#GtkSourceStyleSchemeChooserWidget.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
|
+
</td>
|
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="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="GtkSourceStyleSchemeChooserButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="ch03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
|
+
</tr></table>
|
27
|
+
<div class="refentry">
|
28
|
+
<a name="GtkSourceStyleSchemeChooserWidget"></a><div class="titlepage"></div>
|
29
|
+
<div class="refnamediv"><table width="100%"><tr>
|
30
|
+
<td valign="top">
|
31
|
+
<h2><span class="refentrytitle"><a name="GtkSourceStyleSchemeChooserWidget.top_of_page"></a>GtkSourceStyleSchemeChooserWidget</span></h2>
|
32
|
+
<p>GtkSourceStyleSchemeChooserWidget — A widget for choosing style schemes</p>
|
33
|
+
</td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
35
|
+
</tr></table></div>
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="GtkSourceStyleSchemeChooserWidget.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody><tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<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> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr></tbody>
|
51
|
+
</table></div>
|
52
|
+
</div>
|
53
|
+
<div class="refsect1">
|
54
|
+
<a name="GtkSourceStyleSchemeChooserWidget.other"></a><h2>Types and Values</h2>
|
55
|
+
<div class="informaltable"><table width="100%" border="0">
|
56
|
+
<colgroup>
|
57
|
+
<col width="150px" class="name">
|
58
|
+
<col class="description">
|
59
|
+
</colgroup>
|
60
|
+
<tbody><tr>
|
61
|
+
<td class="datatype_keyword">struct</td>
|
62
|
+
<td class="function_name"><a class="link" href="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct" title="struct GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a></td>
|
63
|
+
</tr></tbody>
|
64
|
+
</table></div>
|
65
|
+
</div>
|
66
|
+
<div class="refsect1">
|
67
|
+
<a name="GtkSourceStyleSchemeChooserWidget.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
68
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
69
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
70
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkWidget.html">GtkWidget</a>
|
71
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkContainer.html">GtkContainer</a>
|
72
|
+
<span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkBin.html">GtkBin</a>
|
73
|
+
<span class="lineart">╰──</span> GtkSourceStyleSchemeChooserWidget
|
74
|
+
</pre>
|
75
|
+
</div>
|
76
|
+
<div class="refsect1">
|
77
|
+
<a name="GtkSourceStyleSchemeChooserWidget.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
78
|
+
<p>
|
79
|
+
GtkSourceStyleSchemeChooserWidget implements
|
80
|
+
AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>.</p>
|
81
|
+
</div>
|
82
|
+
<div class="refsect1">
|
83
|
+
<a name="GtkSourceStyleSchemeChooserWidget.includes"></a><h2>Includes</h2>
|
84
|
+
<pre class="synopsis">#include <gtksourceview/gtksource.h>
|
85
|
+
</pre>
|
86
|
+
</div>
|
87
|
+
<div class="refsect1">
|
88
|
+
<a name="GtkSourceStyleSchemeChooserWidget.description"></a><h2>Description</h2>
|
89
|
+
<p>The <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a> widget lets the user select a
|
90
|
+
style scheme. By default, the chooser presents a predefined list
|
91
|
+
of style schemes.</p>
|
92
|
+
<p>To change the initially selected style scheme,
|
93
|
+
use <a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-set-style-scheme" title="gtk_source_style_scheme_chooser_set_style_scheme ()"><code class="function">gtk_source_style_scheme_chooser_set_style_scheme()</code></a>.
|
94
|
+
To get the selected style scheme
|
95
|
+
use <a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-get-style-scheme" title="gtk_source_style_scheme_chooser_get_style_scheme ()"><code class="function">gtk_source_style_scheme_chooser_get_style_scheme()</code></a>.</p>
|
96
|
+
</div>
|
97
|
+
<div class="refsect1">
|
98
|
+
<a name="GtkSourceStyleSchemeChooserWidget.functions_details"></a><h2>Functions</h2>
|
99
|
+
<div class="refsect2">
|
100
|
+
<a name="gtk-source-style-scheme-chooser-widget-new"></a><h3>gtk_source_style_scheme_chooser_widget_new ()</h3>
|
101
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *
|
102
|
+
gtk_source_style_scheme_chooser_widget_new
|
103
|
+
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
104
|
+
<p>Creates a new <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a>.</p>
|
105
|
+
<div class="refsect3">
|
106
|
+
<a name="id-1.2.3.9.9.2.5"></a><h4>Returns</h4>
|
107
|
+
<p> a new <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a>.</p>
|
108
|
+
<p></p>
|
109
|
+
</div>
|
110
|
+
<p class="since">Since 3.16</p>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
<div class="refsect1">
|
114
|
+
<a name="GtkSourceStyleSchemeChooserWidget.other_details"></a><h2>Types and Values</h2>
|
115
|
+
<div class="refsect2">
|
116
|
+
<a name="GtkSourceStyleSchemeChooserWidget-struct"></a><h3>struct GtkSourceStyleSchemeChooserWidget</h3>
|
117
|
+
<pre class="programlisting">struct GtkSourceStyleSchemeChooserWidget;</pre>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<div class="refsect1">
|
121
|
+
<a name="GtkSourceStyleSchemeChooserWidget.see-also"></a><h2>See Also</h2>
|
122
|
+
<p><a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a></p>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
<div class="footer">
|
126
|
+
<hr>
|
127
|
+
Generated by GTK-Doc V1.21.1</div>
|
128
|
+
</body>
|
129
|
+
</html>
|
@@ -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>GtkSourceStyleSchemeManager: 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="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
|
10
|
-
<link rel="next" href="
|
10
|
+
<link rel="next" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">
|
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,16 +20,16 @@
|
|
20
20
|
<a href="#GtkSourceStyleSchemeManager.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="GtkSourceStyleScheme.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="GtkSourceStyleSchemeChooser.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="GtkSourceStyleSchemeManager"></a><div class="titlepage"></div>
|
29
29
|
<div class="refnamediv"><table width="100%"><tr>
|
30
30
|
<td valign="top">
|
31
31
|
<h2><span class="refentrytitle"><a name="GtkSourceStyleSchemeManager.top_of_page"></a>GtkSourceStyleSchemeManager</span></h2>
|
32
|
-
<p>GtkSourceStyleSchemeManager —
|
32
|
+
<p>GtkSourceStyleSchemeManager — Provides access to GtkSourceStyleSchemes</p>
|
33
33
|
</td>
|
34
34
|
<td class="gallery_image" valign="top" align="right"></td>
|
35
35
|
</tr></table></div>
|
@@ -173,7 +173,7 @@ gtk_source_style_scheme_manager_new (<em class="parameter"><code><span class="ty
|
|
173
173
|
<p>Creates a new style manager. If you do not need more than one style
|
174
174
|
manager then use <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-default" title="gtk_source_style_scheme_manager_get_default ()"><code class="function">gtk_source_style_scheme_manager_get_default()</code></a> instead.</p>
|
175
175
|
<div class="refsect3">
|
176
|
-
<a name="id-1.2.
|
176
|
+
<a name="id-1.2.3.6.9.2.5"></a><h4>Returns</h4>
|
177
177
|
<p> a new <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a>.</p>
|
178
178
|
<p></p>
|
179
179
|
</div>
|
@@ -186,7 +186,7 @@ gtk_source_style_scheme_manager_get_default
|
|
186
186
|
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
187
187
|
<p>Returns the default <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> instance.</p>
|
188
188
|
<div class="refsect3">
|
189
|
-
<a name="id-1.2.
|
189
|
+
<a name="id-1.2.3.6.9.3.5"></a><h4>Returns</h4>
|
190
190
|
<p> a <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a>. Return value
|
191
191
|
is owned by GtkSourceView library and must not be unref'ed. </p>
|
192
192
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -205,7 +205,7 @@ style scheme files.
|
|
205
205
|
If <em class="parameter"><code>path</code></em>
|
206
206
|
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the search path is reset to default.</p>
|
207
207
|
<div class="refsect3">
|
208
|
-
<a name="id-1.2.
|
208
|
+
<a name="id-1.2.3.6.9.4.5"></a><h4>Parameters</h4>
|
209
209
|
<div class="informaltable"><table width="100%" border="0">
|
210
210
|
<colgroup>
|
211
211
|
<col width="150px" class="parameters_name">
|
@@ -240,7 +240,7 @@ gtk_source_style_scheme_manager_append_search_path
|
|
240
240
|
style scheme files.
|
241
241
|
See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path" title="gtk_source_style_scheme_manager_set_search_path ()"><code class="function">gtk_source_style_scheme_manager_set_search_path()</code></a> for details.</p>
|
242
242
|
<div class="refsect3">
|
243
|
-
<a name="id-1.2.
|
243
|
+
<a name="id-1.2.3.6.9.5.5"></a><h4>Parameters</h4>
|
244
244
|
<div class="informaltable"><table width="100%" border="0">
|
245
245
|
<colgroup>
|
246
246
|
<col width="150px" class="parameters_name">
|
@@ -275,7 +275,7 @@ gtk_source_style_scheme_manager_prepend_search_path
|
|
275
275
|
for style scheme files.
|
276
276
|
See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path" title="gtk_source_style_scheme_manager_set_search_path ()"><code class="function">gtk_source_style_scheme_manager_set_search_path()</code></a> for details.</p>
|
277
277
|
<div class="refsect3">
|
278
|
-
<a name="id-1.2.
|
278
|
+
<a name="id-1.2.3.6.9.6.5"></a><h4>Parameters</h4>
|
279
279
|
<div class="informaltable"><table width="100%" border="0">
|
280
280
|
<colgroup>
|
281
281
|
<col width="150px" class="parameters_name">
|
@@ -307,7 +307,7 @@ gtk_source_style_scheme_manager_get_search_path
|
|
307
307
|
.
|
308
308
|
See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path" title="gtk_source_style_scheme_manager_set_search_path ()"><code class="function">gtk_source_style_scheme_manager_set_search_path()</code></a> for details.</p>
|
309
309
|
<div class="refsect3">
|
310
|
-
<a name="id-1.2.
|
310
|
+
<a name="id-1.2.3.6.9.7.5"></a><h4>Parameters</h4>
|
311
311
|
<div class="informaltable"><table width="100%" border="0">
|
312
312
|
<colgroup>
|
313
313
|
<col width="150px" class="parameters_name">
|
@@ -322,7 +322,7 @@ See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-sche
|
|
322
322
|
</table></div>
|
323
323
|
</div>
|
324
324
|
<div class="refsect3">
|
325
|
-
<a name="id-1.2.
|
325
|
+
<a name="id-1.2.3.6.9.7.6"></a><h4>Returns</h4>
|
326
326
|
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
|
327
327
|
of string containing the search path.
|
328
328
|
The array is owned by the <em class="parameter"><code>manager</code></em>
|
@@ -338,7 +338,7 @@ gtk_source_style_scheme_manager_get_scheme_ids
|
|
338
338
|
(<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>);</pre>
|
339
339
|
<p>Returns the ids of the available style schemes.</p>
|
340
340
|
<div class="refsect3">
|
341
|
-
<a name="id-1.2.
|
341
|
+
<a name="id-1.2.3.6.9.8.5"></a><h4>Parameters</h4>
|
342
342
|
<div class="informaltable"><table width="100%" border="0">
|
343
343
|
<colgroup>
|
344
344
|
<col width="150px" class="parameters_name">
|
@@ -353,7 +353,7 @@ gtk_source_style_scheme_manager_get_scheme_ids
|
|
353
353
|
</table></div>
|
354
354
|
</div>
|
355
355
|
<div class="refsect3">
|
356
|
-
<a name="id-1.2.
|
356
|
+
<a name="id-1.2.3.6.9.8.6"></a><h4>Returns</h4>
|
357
357
|
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
|
358
358
|
of string containing the ids of the available style schemes or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no
|
359
359
|
style scheme is available.
|
@@ -372,7 +372,7 @@ gtk_source_style_scheme_manager_get_scheme
|
|
372
372
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *scheme_id</code></em>);</pre>
|
373
373
|
<p>Looks up style scheme by id.</p>
|
374
374
|
<div class="refsect3">
|
375
|
-
<a name="id-1.2.
|
375
|
+
<a name="id-1.2.3.6.9.9.5"></a><h4>Parameters</h4>
|
376
376
|
<div class="informaltable"><table width="100%" border="0">
|
377
377
|
<colgroup>
|
378
378
|
<col width="150px" class="parameters_name">
|
@@ -394,7 +394,7 @@ gtk_source_style_scheme_manager_get_scheme
|
|
394
394
|
</table></div>
|
395
395
|
</div>
|
396
396
|
<div class="refsect3">
|
397
|
-
<a name="id-1.2.
|
397
|
+
<a name="id-1.2.3.6.9.9.6"></a><h4>Returns</h4>
|
398
398
|
<p> a <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> object. Returned value is owned by
|
399
399
|
<em class="parameter"><code>manager</code></em>
|
400
400
|
and must not be unref'ed. </p>
|
@@ -412,7 +412,7 @@ as invalid. All the available style schemes will be reloaded next time
|
|
412
412
|
the <em class="parameter"><code>manager</code></em>
|
413
413
|
is accessed.</p>
|
414
414
|
<div class="refsect3">
|
415
|
-
<a name="id-1.2.
|
415
|
+
<a name="id-1.2.3.6.9.10.5"></a><h4>Parameters</h4>
|
416
416
|
<div class="informaltable"><table width="100%" border="0">
|
417
417
|
<colgroup>
|
418
418
|
<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>GtkSourceUndoManager: 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="ch08.html" title="Others">
|
9
|
+
<link rel="prev" href="ch08.html" title="Others">
|
10
10
|
<link rel="next" href="gtksourceview-3.0-GtkSourceUtils.html" title="GtkSourceUtils">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
@@ -21,8 +21,8 @@
|
|
21
21
|
<a href="#GtkSourceUndoManager.signals" class="shortcut">Signals</a></span>
|
22
22
|
</td>
|
23
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
|
-
<td><a accesskey="u" href="
|
25
|
-
<td><a accesskey="p" href="
|
24
|
+
<td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
|
+
<td><a accesskey="p" href="ch08.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
26
|
<td><a accesskey="n" href="gtksourceview-3.0-GtkSourceUtils.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
27
|
</tr></table>
|
28
28
|
<div class="refentry">
|
@@ -121,12 +121,12 @@
|
|
121
121
|
<tr>
|
122
122
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
123
123
|
<td class="signal_name"><a class="link" href="GtkSourceUndoManager.html#GtkSourceUndoManager-can-redo-changed" title="The “can-redo-changed” signal">can-redo-changed</a></td>
|
124
|
-
<td class="signal_flags">Action</td>
|
124
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
125
125
|
</tr>
|
126
126
|
<tr>
|
127
127
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
128
128
|
<td class="signal_name"><a class="link" href="GtkSourceUndoManager.html#GtkSourceUndoManager-can-undo-changed" title="The “can-undo-changed” signal">can-undo-changed</a></td>
|
129
|
-
<td class="signal_flags">Action</td>
|
129
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
130
130
|
</tr>
|
131
131
|
</tbody>
|
132
132
|
</table></div>
|
@@ -163,10 +163,11 @@ GtkSourceUndoManager requires
|
|
163
163
|
</div>
|
164
164
|
<div class="refsect1">
|
165
165
|
<a name="GtkSourceUndoManager.description"></a><h2>Description</h2>
|
166
|
-
<p>
|
167
|
-
|
168
|
-
<a class="link" href="
|
169
|
-
a
|
166
|
+
<p>For most uses it isn't needed to use <a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a>. <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>
|
167
|
+
already provides an API and a default implementation for the undo/redo.</p>
|
168
|
+
<p>For specific needs, the <a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> interface can be implemented to
|
169
|
+
provide custom undo management. Use <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-set-undo-manager" title="gtk_source_buffer_set_undo_manager ()"><code class="function">gtk_source_buffer_set_undo_manager()</code></a> to
|
170
|
+
install a custom undo manager for a particular <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>.</p>
|
170
171
|
<p>Use <a class="link" href="GtkSourceUndoManager.html#gtk-source-undo-manager-can-undo-changed" title="gtk_source_undo_manager_can_undo_changed ()"><code class="function">gtk_source_undo_manager_can_undo_changed()</code></a> and
|
171
172
|
<a class="link" href="GtkSourceUndoManager.html#gtk-source-undo-manager-can-redo-changed" title="gtk_source_undo_manager_can_redo_changed ()"><code class="function">gtk_source_undo_manager_can_redo_changed()</code></a> when respectively the undo state
|
172
173
|
or redo state of the undo stack has changed.</p>
|
@@ -179,7 +180,7 @@ or redo state of the undo stack has changed.</p>
|
|
179
180
|
gtk_source_undo_manager_can_undo (<em class="parameter"><code><a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> *manager</code></em>);</pre>
|
180
181
|
<p>Get whether there are undo operations available.</p>
|
181
182
|
<div class="refsect3">
|
182
|
-
<a name="id-1.2.
|
183
|
+
<a name="id-1.2.9.2.10.2.5"></a><h4>Parameters</h4>
|
183
184
|
<div class="informaltable"><table width="100%" border="0">
|
184
185
|
<colgroup>
|
185
186
|
<col width="150px" class="parameters_name">
|
@@ -194,7 +195,7 @@ gtk_source_undo_manager_can_undo (<em class="parameter"><code><a class="link" hr
|
|
194
195
|
</table></div>
|
195
196
|
</div>
|
196
197
|
<div class="refsect3">
|
197
|
-
<a name="id-1.2.
|
198
|
+
<a name="id-1.2.9.2.10.2.6"></a><h4>Returns</h4>
|
198
199
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there are undo operations available, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
199
200
|
<p></p>
|
200
201
|
</div>
|
@@ -207,7 +208,7 @@ gtk_source_undo_manager_can_undo (<em class="parameter"><code><a class="link" hr
|
|
207
208
|
gtk_source_undo_manager_can_redo (<em class="parameter"><code><a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> *manager</code></em>);</pre>
|
208
209
|
<p>Get whether there are redo operations available.</p>
|
209
210
|
<div class="refsect3">
|
210
|
-
<a name="id-1.2.
|
211
|
+
<a name="id-1.2.9.2.10.3.5"></a><h4>Parameters</h4>
|
211
212
|
<div class="informaltable"><table width="100%" border="0">
|
212
213
|
<colgroup>
|
213
214
|
<col width="150px" class="parameters_name">
|
@@ -222,7 +223,7 @@ gtk_source_undo_manager_can_redo (<em class="parameter"><code><a class="link" hr
|
|
222
223
|
</table></div>
|
223
224
|
</div>
|
224
225
|
<div class="refsect3">
|
225
|
-
<a name="id-1.2.
|
226
|
+
<a name="id-1.2.9.2.10.3.6"></a><h4>Returns</h4>
|
226
227
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there are redo operations available, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
227
228
|
<p></p>
|
228
229
|
</div>
|
@@ -237,7 +238,7 @@ gtk_source_undo_manager_undo (<em class="parameter"><code><a class="link" href="
|
|
237
238
|
available is an error. Use <a class="link" href="GtkSourceUndoManager.html#gtk-source-undo-manager-can-undo" title="gtk_source_undo_manager_can_undo ()"><code class="function">gtk_source_undo_manager_can_undo()</code></a> to find out
|
238
239
|
if there are undo operations available.</p>
|
239
240
|
<div class="refsect3">
|
240
|
-
<a name="id-1.2.
|
241
|
+
<a name="id-1.2.9.2.10.4.5"></a><h4>Parameters</h4>
|
241
242
|
<div class="informaltable"><table width="100%" border="0">
|
242
243
|
<colgroup>
|
243
244
|
<col width="150px" class="parameters_name">
|
@@ -262,7 +263,7 @@ gtk_source_undo_manager_redo (<em class="parameter"><code><a class="link" href="
|
|
262
263
|
available is an error. Use <a class="link" href="GtkSourceUndoManager.html#gtk-source-undo-manager-can-redo" title="gtk_source_undo_manager_can_redo ()"><code class="function">gtk_source_undo_manager_can_redo()</code></a> to find out
|
263
264
|
if there are redo operations available.</p>
|
264
265
|
<div class="refsect3">
|
265
|
-
<a name="id-1.2.
|
266
|
+
<a name="id-1.2.9.2.10.5.5"></a><h4>Parameters</h4>
|
266
267
|
<div class="informaltable"><table width="100%" border="0">
|
267
268
|
<colgroup>
|
268
269
|
<col width="150px" class="parameters_name">
|
@@ -288,7 +289,7 @@ gtk_source_undo_manager_begin_not_undoable_action
|
|
288
289
|
and the call to <a class="link" href="GtkSourceUndoManager.html#gtk-source-undo-manager-end-not-undoable-action" title="gtk_source_undo_manager_end_not_undoable_action ()"><code class="function">gtk_source_undo_manager_end_not_undoable_action()</code></a> cannot
|
289
290
|
be undone. This function should be re-entrant.</p>
|
290
291
|
<div class="refsect3">
|
291
|
-
<a name="id-1.2.
|
292
|
+
<a name="id-1.2.9.2.10.6.5"></a><h4>Parameters</h4>
|
292
293
|
<div class="informaltable"><table width="100%" border="0">
|
293
294
|
<colgroup>
|
294
295
|
<col width="150px" class="parameters_name">
|
@@ -312,7 +313,7 @@ gtk_source_undo_manager_end_not_undoable_action
|
|
312
313
|
(<em class="parameter"><code><a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> *manager</code></em>);</pre>
|
313
314
|
<p>Ends a not undoable action on the buffer.</p>
|
314
315
|
<div class="refsect3">
|
315
|
-
<a name="id-1.2.
|
316
|
+
<a name="id-1.2.9.2.10.7.5"></a><h4>Parameters</h4>
|
316
317
|
<div class="informaltable"><table width="100%" border="0">
|
317
318
|
<colgroup>
|
318
319
|
<col width="150px" class="parameters_name">
|
@@ -336,7 +337,7 @@ gtk_source_undo_manager_can_undo_changed
|
|
336
337
|
(<em class="parameter"><code><a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> *manager</code></em>);</pre>
|
337
338
|
<p>Emits the <a class="link" href="GtkSourceUndoManager.html#GtkSourceUndoManager-can-undo-changed" title="The “can-undo-changed” signal"><span class="type">“can-undo-changed”</span></a> signal.</p>
|
338
339
|
<div class="refsect3">
|
339
|
-
<a name="id-1.2.
|
340
|
+
<a name="id-1.2.9.2.10.8.5"></a><h4>Parameters</h4>
|
340
341
|
<div class="informaltable"><table width="100%" border="0">
|
341
342
|
<colgroup>
|
342
343
|
<col width="150px" class="parameters_name">
|
@@ -360,7 +361,7 @@ gtk_source_undo_manager_can_redo_changed
|
|
360
361
|
(<em class="parameter"><code><a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager"><span class="type">GtkSourceUndoManager</span></a> *manager</code></em>);</pre>
|
361
362
|
<p>Emits the <a class="link" href="GtkSourceUndoManager.html#GtkSourceUndoManager-can-redo-changed" title="The “can-redo-changed” signal"><span class="type">“can-redo-changed”</span></a> signal.</p>
|
362
363
|
<div class="refsect3">
|
363
|
-
<a name="id-1.2.
|
364
|
+
<a name="id-1.2.9.2.10.9.5"></a><h4>Parameters</h4>
|
364
365
|
<div class="informaltable"><table width="100%" border="0">
|
365
366
|
<colgroup>
|
366
367
|
<col width="150px" class="parameters_name">
|
@@ -393,7 +394,7 @@ user_function (<a class="link" href="GtkSourceUndoManager.html" title="GtkSource
|
|
393
394
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
394
395
|
<p>Emitted when the ability to redo has changed.</p>
|
395
396
|
<div class="refsect3">
|
396
|
-
<a name="id-1.2.
|
397
|
+
<a name="id-1.2.9.2.12.2.5"></a><h4>Parameters</h4>
|
397
398
|
<div class="informaltable"><table width="100%" border="0">
|
398
399
|
<colgroup>
|
399
400
|
<col width="150px" class="parameters_name">
|
@@ -414,7 +415,7 @@ user_function (<a class="link" href="GtkSourceUndoManager.html" title="GtkSource
|
|
414
415
|
</tbody>
|
415
416
|
</table></div>
|
416
417
|
</div>
|
417
|
-
<p>Flags: Action</p>
|
418
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
418
419
|
<p class="since">Since 2.10</p>
|
419
420
|
</div>
|
420
421
|
<hr>
|
@@ -425,7 +426,7 @@ user_function (<a class="link" href="GtkSourceUndoManager.html" title="GtkSource
|
|
425
426
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
426
427
|
<p>Emitted when the ability to undo has changed.</p>
|
427
428
|
<div class="refsect3">
|
428
|
-
<a name="id-1.2.
|
429
|
+
<a name="id-1.2.9.2.12.3.5"></a><h4>Parameters</h4>
|
429
430
|
<div class="informaltable"><table width="100%" border="0">
|
430
431
|
<colgroup>
|
431
432
|
<col width="150px" class="parameters_name">
|
@@ -446,13 +447,13 @@ user_function (<a class="link" href="GtkSourceUndoManager.html" title="GtkSource
|
|
446
447
|
</tbody>
|
447
448
|
</table></div>
|
448
449
|
</div>
|
449
|
-
<p>Flags: Action</p>
|
450
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
450
451
|
<p class="since">Since 2.10</p>
|
451
452
|
</div>
|
452
453
|
</div>
|
453
454
|
<div class="refsect1">
|
454
455
|
<a name="GtkSourceUndoManager.see-also"></a><h2>See Also</h2>
|
455
|
-
<p><a href="
|
456
|
+
<p><a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html"><span class="type">GtkTextBuffer</span></a>, <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a></p>
|
456
457
|
</div>
|
457
458
|
</div>
|
458
459
|
<div class="footer">
|