1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
<!ENTITY tutorial SYSTEM "lang-tutorial.sgml">
<!ENTITY reference SYSTEM "lang-reference.sgml">
]>
<refentry id="GtkSourceStyleScheme">
<refmeta>
<refentrytitle role="top_of_page" id="GtkSourceStyleScheme.top_of_page">GtkSourceStyleScheme</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTKSOURCEVIEW-2.0 Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GtkSourceStyleScheme</refname>
<refpurpose>
Object controlling apperance of <link linkend="GtkSourceView"><type>GtkSourceView</type></link></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="GtkSourceStyleScheme.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
#include <gtksourceview/gtksourcestylescheme.h>
<link linkend="GtkSourceStyleScheme-struct">GtkSourceStyleScheme</link>;
const <link linkend="gchar">gchar</link>* <link linkend="gtk-source-style-scheme-get-id">gtk_source_style_scheme_get_id</link> (<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);
const <link linkend="gchar">gchar</link>* <link linkend="gtk-source-style-scheme-get-name">gtk_source_style_scheme_get_name</link> (<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);
const <link linkend="gchar">gchar</link>* <link linkend="gtk-source-style-scheme-get-description">gtk_source_style_scheme_get_description</link>
(<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);
const <link linkend="gchar">gchar</link>* const * <link linkend="gtk-source-style-scheme-get-authors">gtk_source_style_scheme_get_authors</link>
(<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);
const <link linkend="gchar">gchar</link>* <link linkend="gtk-source-style-scheme-get-filename">gtk_source_style_scheme_get_filename</link>
(<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);
<link linkend="GtkSourceStyle">GtkSourceStyle</link>* <link linkend="gtk-source-style-scheme-get-style">gtk_source_style_scheme_get_style</link> (<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme,
const <link linkend="gchar">gchar</link> *style_id);
</synopsis>
</refsynopsisdiv>
<refsect1 id="GtkSourceStyleScheme.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
<link linkend="GObject">GObject</link>
+----GtkSourceStyleScheme
</synopsis>
</refsect1>
<refsect1 id="GtkSourceStyleScheme.properties" role="properties">
<title role="properties.title">Properties</title>
<synopsis>
"<link linkend="GtkSourceStyleScheme--description">description</link>" <link linkend="gchar">gchar</link>* : Read
"<link linkend="GtkSourceStyleScheme--filename">filename</link>" <link linkend="gchar">gchar</link>* : Read
"<link linkend="GtkSourceStyleScheme--id">id</link>" <link linkend="gchar">gchar</link>* : Read / Write / Construct Only
"<link linkend="GtkSourceStyleScheme--name">name</link>" <link linkend="gchar">gchar</link>* : Read
</synopsis>
</refsect1>
<refsect1 id="GtkSourceStyleScheme.description" role="desc">
<title role="desc.title">Description</title>
<para>
<link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link> contains all the text styles to be used
in <link linkend="GtkSourceView"><type>GtkSourceView</type></link> and <link linkend="GtkSourceBuffer"><type>GtkSourceBuffer</type></link>. For instance, it contains
text styles for syntax highlighting, it may contain foreground
and background color for non-highlighted text, etc.
</para>
<para>
Style schemes are stored in XML files. The format of scheme file is
the following.
</para>
<para>
The toplevel tag in a style scheme file is <code><style-scheme></code>.
It has the following attributes:
<variablelist>
<varlistentry>
<term><code>id</code> (mandatory)</term>
<listitem><para>
Identifier for the style scheme. This is must be unique among style schemes.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>name</code> (mandatory)</term>
<listitem><para>
Name of the style scheme. This is the name of the scheme to display to user, e.g.
in a preferences dialog.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>_name</code></term>
<listitem><para>
This is the same as <code>name</code> attribute, except it will be translated.
<code>name</code> and <code>_name</code> may not be used simultaneously.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>parent-scheme</code> (optional)</term>
<listitem><para>
Style schemes may have <em>parent</em> schemes: all styles but those specified
in the scheme will be taken from the parent scheme. In this way a scheme may
be customized without copying all its content.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>version</code> (mandatory)</term>
<listitem><para>
Style scheme format identifier. At the moment it must be "1.0".
</para></listitem>
</varlistentry>
</variablelist>
</para>
<para>
<code>style-scheme</code> tag may contain the following tags:
<variablelist>
<varlistentry>
<term><code>author</code></term>
<listitem><para>
Name of the style scheme author.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>description</code></term>
<listitem><para>
Description of the style scheme.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>_description</code></term>
<listitem><para>
Same as <code>description</code> except it will be localized.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>color</code> tags</term>
<listitem><para>
These define color names to be used in <code>style</code> tags.
It has two attributes: <code>name</code> and <code>value</code>.
<code>value</code> is the hexadecimal color specification like
"#000000" or named color understood by Gdk prefixed with "#",
e.g. "#beige".
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>style</code> tags</term>
<listitem><para>
See below for their format description.
</para></listitem>
</varlistentry>
</variablelist>
</para>
<para>
Each <code>style</code> tag describes a single element of style scheme (it corresponds
to <link linkend="GtkSourceStyle"><type>GtkSourceStyle</type></link> object). It has the following attributes:
<variablelist>
<varlistentry>
<term><code>name</code> (mandatory)</term>
<listitem><para>
Name of the style. It can be anything, syntax highlighting uses <em>lang-id:style-id</em>,
and there are few special styles which are used to control general appearance
of the text. Style scheme may contain other names to be used in an application. For instance,
it may define color to highlight compilation errors in a build log or a color for
bookmarks.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>foreground</code></term>
<listitem><para>
Foreground color. It may be name defined in one of <code>color</code> tags, or value in
hexadecimal format, e.g. "#000000", or symbolic name understood
by Gdk, prefixed with "#", e.g. "#magenta" or "#darkred".
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>background</code></term>
<listitem><para>
Background color.
</para></listitem>
</varlistentry>
<varlistentry>
<term><code>italic</code></term>
<listitem><para>"true" or "false"</para></listitem>
</varlistentry>
<varlistentry>
<term><code>bold</code></term>
<listitem><para>"true" or "false"</para></listitem>
</varlistentry>
<varlistentry>
<term><code>underline</code></term>
<listitem><para>"true" or "false"</para></listitem>
</varlistentry>
<varlistentry>
<term><code>strikethrough</code></term>
<listitem><para>"true" or "false"</para></listitem>
</varlistentry>
</variablelist>
</para>
<para>
The following are names of styles which control <link linkend="GtkSourceView"><type>GtkSourceView</type></link> appearance:
<variablelist>
<varlistentry>
<term><code>text</code></term>
<listitem><para>Default style of text.</para></listitem>
</varlistentry>
<varlistentry>
<term><code>selection</code></term>
<listitem><para>Style of selected text.</para></listitem>
</varlistentry>
<varlistentry>
<term><code>selection-unfocused</code></term>
<listitem><para>Style of selected text when the widget doesn't have input focus.</para></listitem>
</varlistentry>
<varlistentry>
<term><code>cursor</code></term>
<listitem><para>Text cursor style. Only <code>foreground</code> attribute is used
for this style</para></listitem>
</varlistentry>
<varlistentry>
<term><code>secondary-cursor</code></term>
<listitem><para>Secondary cursor style (used in bidi text). Only <code>foreground</code> attribute
is used for this style. If this is not set while "cursor" is, then a color between text background
and cursor colors is chosen, so it is enough to use "cursor" style only.</para></listitem>
</varlistentry>
<varlistentry>
<term><code>current-line</code></term>
<listitem><para>Current line style. Only <code>background</code> attribute is used</para></listitem>
</varlistentry>
<varlistentry>
<term><code>line-numbers</code></term>
<listitem><para>Text and background colors for the left margin, on which line numbers are
drawn</para></listitem>
</varlistentry>
<varlistentry>
<term><code>bracket-match</code></term>
<listitem><para>Style to use for matching brackets.</para></listitem>
</varlistentry>
<varlistentry>
<term><code>bracket-mismatch</code></term>
<listitem><para>Style to use for mismatching brackets.</para></listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="GtkSourceStyleScheme.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="GtkSourceStyleScheme-struct" role="struct">
<title>GtkSourceStyleScheme</title>
<indexterm zone="GtkSourceStyleScheme-struct"><primary>GtkSourceStyleScheme</primary></indexterm><programlisting>typedef struct _GtkSourceStyleScheme GtkSourceStyleScheme;</programlisting>
<para>
<structname>GtkSourceStyleScheme</structname> structure contains only
private members and should not be accessed directly.
</para></refsect2>
<refsect2 id="gtk-source-style-scheme-get-id" role="function" condition="since:2.0">
<title>gtk_source_style_scheme_get_id ()</title>
<indexterm zone="gtk-source-style-scheme-get-id" role="2.0"><primary>gtk_source_style_scheme_get_id</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gtk_source_style_scheme_get_id (<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);</programlisting>
<para>
</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>scheme</parameter> :</term>
<listitem><simpara> a <link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <parameter>scheme</parameter> id.
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since 2.0
</para></refsect2>
<refsect2 id="gtk-source-style-scheme-get-name" role="function" condition="since:2.0">
<title>gtk_source_style_scheme_get_name ()</title>
<indexterm zone="gtk-source-style-scheme-get-name" role="2.0"><primary>gtk_source_style_scheme_get_name</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gtk_source_style_scheme_get_name (<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);</programlisting>
<para>
</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>scheme</parameter> :</term>
<listitem><simpara> a <link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <parameter>scheme</parameter> name.
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since 2.0
</para></refsect2>
<refsect2 id="gtk-source-style-scheme-get-description" role="function" condition="since:2.0">
<title>gtk_source_style_scheme_get_description ()</title>
<indexterm zone="gtk-source-style-scheme-get-description" role="2.0"><primary>gtk_source_style_scheme_get_description</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gtk_source_style_scheme_get_description
(<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);</programlisting>
<para>
</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>scheme</parameter> :</term>
<listitem><simpara> a <link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <parameter>scheme</parameter> description (if defined) or NULL.
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since 2.0
</para></refsect2>
<refsect2 id="gtk-source-style-scheme-get-authors" role="function" condition="since:2.0">
<title>gtk_source_style_scheme_get_authors ()</title>
<indexterm zone="gtk-source-style-scheme-get-authors" role="2.0"><primary>gtk_source_style_scheme_get_authors</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* const * gtk_source_style_scheme_get_authors
(<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);</programlisting>
<para>
</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>scheme</parameter> :</term>
<listitem><simpara> a <link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a <link linkend="NULL:CAPS"><literal>NULL</literal></link>-terminated array containing the <parameter>scheme</parameter> authors or
<link linkend="NULL:CAPS"><literal>NULL</literal></link> if no author is specified by the style
scheme.
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since 2.0
</para></refsect2>
<refsect2 id="gtk-source-style-scheme-get-filename" role="function" condition="since:2.0">
<title>gtk_source_style_scheme_get_filename ()</title>
<indexterm zone="gtk-source-style-scheme-get-filename" role="2.0"><primary>gtk_source_style_scheme_get_filename</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>* gtk_source_style_scheme_get_filename
(<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme);</programlisting>
<para>
</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>scheme</parameter> :</term>
<listitem><simpara> a <link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <parameter>scheme</parameter> file name if the scheme was created parsing a
style scheme file or NULL in the other cases.
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since 2.0
</para></refsect2>
<refsect2 id="gtk-source-style-scheme-get-style" role="function" condition="since:2.0">
<title>gtk_source_style_scheme_get_style ()</title>
<indexterm zone="gtk-source-style-scheme-get-style" role="2.0"><primary>gtk_source_style_scheme_get_style</primary></indexterm><programlisting><link linkend="GtkSourceStyle">GtkSourceStyle</link>* gtk_source_style_scheme_get_style (<link linkend="GtkSourceStyleScheme">GtkSourceStyleScheme</link> *scheme,
const <link linkend="gchar">gchar</link> *style_id);</programlisting>
<para>
</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>scheme</parameter> :</term>
<listitem><simpara> a <link linkend="GtkSourceStyleScheme"><type>GtkSourceStyleScheme</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>style_id</parameter> :</term>
<listitem><simpara> id of the style to retrieve.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> style which corresponds to <parameter>style_id</parameter> in the <parameter>scheme</parameter>,
or <link linkend="NULL:CAPS"><literal>NULL</literal></link> when no style with this name found. It is owned by <parameter>scheme</parameter>
and may not be unref'ed.
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since 2.0
</para></refsect2>
</refsect1>
<refsect1 id="GtkSourceStyleScheme.property-details" role="property_details">
<title role="property_details.title">Property Details</title>
<refsect2 id="GtkSourceStyleScheme--description"><title>The <literal>"description"</literal> property</title>
<indexterm zone="GtkSourceStyleScheme--description"><primary>GtkSourceStyleScheme:description</primary></indexterm><programlisting> "description" <link linkend="gchar">gchar</link>* : Read</programlisting>
<para>Style scheme description.</para><para>Default value: NULL</para>
</refsect2>
<refsect2 id="GtkSourceStyleScheme--filename"><title>The <literal>"filename"</literal> property</title>
<indexterm zone="GtkSourceStyleScheme--filename"><primary>GtkSourceStyleScheme:filename</primary></indexterm><programlisting> "filename" <link linkend="gchar">gchar</link>* : Read</programlisting>
<para>
Style scheme filename or NULL.</para>
<para>
</para><para>Default value: NULL</para>
</refsect2>
<refsect2 id="GtkSourceStyleScheme--id"><title>The <literal>"id"</literal> property</title>
<indexterm zone="GtkSourceStyleScheme--id"><primary>GtkSourceStyleScheme:id</primary></indexterm><programlisting> "id" <link linkend="gchar">gchar</link>* : Read / Write / Construct Only</programlisting>
<para>
Style scheme id, a unique string used to identify the style scheme
in <link linkend="GtkSourceStyleSchemeManager"><type>GtkSourceStyleSchemeManager</type></link>.</para>
<para>
</para><para>Default value: NULL</para>
</refsect2>
<refsect2 id="GtkSourceStyleScheme--name"><title>The <literal>"name"</literal> property</title>
<indexterm zone="GtkSourceStyleScheme--name"><primary>GtkSourceStyleScheme:name</primary></indexterm><programlisting> "name" <link linkend="gchar">gchar</link>* : Read</programlisting>
<para>
Style scheme name, a translatable string to present to user.</para>
<para>
</para><para>Default value: NULL</para>
</refsect2>
</refsect1>
<refsect1 id="GtkSourceStyleScheme.see-also">
<title>See Also</title>
<para>
<link linkend="GtkSourceStyle"><type>GtkSourceStyle</type></link>, <link linkend="GtkSourceStyleManager"><type>GtkSourceStyleManager</type></link>
</para>
</refsect1>
</refentry>
|