~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkTextTag.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 17:27:55 UTC
  • mfrom: (1.14.14)
  • Revision ID: package-import@ubuntu.com-20120905172755-14uyfpowr7elvr7m
Tags: 2.24.12-0ubuntu1
* New upstream bugfix release
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
9
9
<link rel="prev" href="GtkTextBuffer.html" title="GtkTextBuffer">
10
10
<link rel="next" href="GtkTextTagTable.html" title="GtkTextTagTable">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
49
49
struct              <a class="link" href="GtkTextTag.html#GtkTextTag-struct" title="struct GtkTextTag">GtkTextTag</a>;
50
50
enum                <a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode">GtkWrapMode</a>;
51
51
struct              <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes">GtkTextAttributes</a>;
52
 
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> *        <a class="link" href="GtkTextTag.html#gtk-text-tag-new" title="gtk_text_tag_new ()">gtk_text_tag_new</a>                    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
53
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkTextTag.html#gtk-text-tag-get-priority" title="gtk_text_tag_get_priority ()">gtk_text_tag_get_priority</a>           (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
 
52
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> *        <a class="link" href="GtkTextTag.html#gtk-text-tag-new" title="gtk_text_tag_new ()">gtk_text_tag_new</a>                    (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
53
<span class="returnvalue">gint</span>                <a class="link" href="GtkTextTag.html#gtk-text-tag-get-priority" title="gtk_text_tag_get_priority ()">gtk_text_tag_get_priority</a>           (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
54
54
<span class="returnvalue">void</span>                <a class="link" href="GtkTextTag.html#gtk-text-tag-set-priority" title="gtk_text_tag_set_priority ()">gtk_text_tag_set_priority</a>           (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
55
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>);
56
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTextTag.html#gtk-text-tag-event" title="gtk_text_tag_event ()">gtk_text_tag_event</a>                  (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
 
55
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>);
 
56
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkTextTag.html#gtk-text-tag-event" title="gtk_text_tag_event ()">gtk_text_tag_event</a>                  (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
57
57
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *event_object</code></em>,
58
 
                                                         <em class="parameter"><code><a href="../gdk/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
 
58
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
59
59
                                                         <em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
60
60
struct              <a class="link" href="GtkTextTag.html#GtkTextAppearance" title="struct GtkTextAppearance">GtkTextAppearance</a>;
61
61
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a> * <a class="link" href="GtkTextTag.html#gtk-text-attributes-new" title="gtk_text_attributes_new ()">gtk_text_attributes_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
76
76
<div class="refsect1">
77
77
<a name="GtkTextTag.properties"></a><h2>Properties</h2>
78
78
<pre class="synopsis">
79
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--accumulative-margin" title='The "accumulative-margin" property'>accumulative-margin</a>"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
80
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background" title='The "background" property'>background</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write
81
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-full-height" title='The "background-full-height" property'>background-full-height</a>"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
82
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-full-height-set" title='The "background-full-height-set" property'>background-full-height-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
83
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-gdk" title='The "background-gdk" property'>background-gdk</a>"           <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write
84
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-set" title='The "background-set" property'>background-set</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
85
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-stipple" title='The "background-stipple" property'>background-stipple</a>"       <a href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write
86
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-stipple-set" title='The "background-stipple-set" property'>background-stipple-set</a>"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
79
  "<a class="link" href="GtkTextTag.html#GtkTextTag--accumulative-margin" title='The "accumulative-margin" property'>accumulative-margin</a>"      <span class="type">gboolean</span>              : Read / Write
 
80
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background" title='The "background" property'>background</a>"               <span class="type">gchar</span>*                : Write
 
81
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-full-height" title='The "background-full-height" property'>background-full-height</a>"   <span class="type">gboolean</span>              : Read / Write
 
82
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-full-height-set" title='The "background-full-height-set" property'>background-full-height-set</a>" <span class="type">gboolean</span>              : Read / Write
 
83
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-gdk" title='The "background-gdk" property'>background-gdk</a>"           <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write
 
84
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-set" title='The "background-set" property'>background-set</a>"           <span class="type">gboolean</span>              : Read / Write
 
85
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-stipple" title='The "background-stipple" property'>background-stipple</a>"       <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write
 
86
  "<a class="link" href="GtkTextTag.html#GtkTextTag--background-stipple-set" title='The "background-stipple-set" property'>background-stipple-set</a>"   <span class="type">gboolean</span>              : Read / Write
87
87
  "<a class="link" href="GtkTextTag.html#GtkTextTag--direction" title='The "direction" property'>direction</a>"                <a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a>      : Read / Write
88
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--editable" title='The "editable" property'>editable</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
89
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--editable-set" title='The "editable-set" property'>editable-set</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
90
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--family" title='The "family" property'>family</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
91
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--family-set" title='The "family-set" property'>family-set</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
92
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--font" title='The "font" property'>font</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
93
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--font-desc" title='The "font-desc" property'>font-desc</a>"                <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>*  : Read / Write
94
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground" title='The "foreground" property'>foreground</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write
95
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-gdk" title='The "foreground-gdk" property'>foreground-gdk</a>"           <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write
96
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-set" title='The "foreground-set" property'>foreground-set</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
97
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-stipple" title='The "foreground-stipple" property'>foreground-stipple</a>"       <a href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write
98
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-stipple-set" title='The "foreground-stipple-set" property'>foreground-stipple-set</a>"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
99
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--indent" title='The "indent" property'>indent</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
100
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--indent-set" title='The "indent-set" property'>indent-set</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
101
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--invisible" title='The "invisible" property'>invisible</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
102
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--invisible-set" title='The "invisible-set" property'>invisible-set</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
88
  "<a class="link" href="GtkTextTag.html#GtkTextTag--editable" title='The "editable" property'>editable</a>"                 <span class="type">gboolean</span>              : Read / Write
 
89
  "<a class="link" href="GtkTextTag.html#GtkTextTag--editable-set" title='The "editable-set" property'>editable-set</a>"             <span class="type">gboolean</span>              : Read / Write
 
90
  "<a class="link" href="GtkTextTag.html#GtkTextTag--family" title='The "family" property'>family</a>"                   <span class="type">gchar</span>*                : Read / Write
 
91
  "<a class="link" href="GtkTextTag.html#GtkTextTag--family-set" title='The "family-set" property'>family-set</a>"               <span class="type">gboolean</span>              : Read / Write
 
92
  "<a class="link" href="GtkTextTag.html#GtkTextTag--font" title='The "font" property'>font</a>"                     <span class="type">gchar</span>*                : Read / Write
 
93
  "<a class="link" href="GtkTextTag.html#GtkTextTag--font-desc" title='The "font-desc" property'>font-desc</a>"                <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>*  : Read / Write
 
94
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground" title='The "foreground" property'>foreground</a>"               <span class="type">gchar</span>*                : Write
 
95
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-gdk" title='The "foreground-gdk" property'>foreground-gdk</a>"           <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write
 
96
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-set" title='The "foreground-set" property'>foreground-set</a>"           <span class="type">gboolean</span>              : Read / Write
 
97
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-stipple" title='The "foreground-stipple" property'>foreground-stipple</a>"       <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write
 
98
  "<a class="link" href="GtkTextTag.html#GtkTextTag--foreground-stipple-set" title='The "foreground-stipple-set" property'>foreground-stipple-set</a>"   <span class="type">gboolean</span>              : Read / Write
 
99
  "<a class="link" href="GtkTextTag.html#GtkTextTag--indent" title='The "indent" property'>indent</a>"                   <span class="type">gint</span>                  : Read / Write
 
100
  "<a class="link" href="GtkTextTag.html#GtkTextTag--indent-set" title='The "indent-set" property'>indent-set</a>"               <span class="type">gboolean</span>              : Read / Write
 
101
  "<a class="link" href="GtkTextTag.html#GtkTextTag--invisible" title='The "invisible" property'>invisible</a>"                <span class="type">gboolean</span>              : Read / Write
 
102
  "<a class="link" href="GtkTextTag.html#GtkTextTag--invisible-set" title='The "invisible-set" property'>invisible-set</a>"            <span class="type">gboolean</span>              : Read / Write
103
103
  "<a class="link" href="GtkTextTag.html#GtkTextTag--justification" title='The "justification" property'>justification</a>"            <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a>      : Read / Write
104
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--justification-set" title='The "justification-set" property'>justification-set</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
105
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--language" title='The "language" property'>language</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
106
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--language-set" title='The "language-set" property'>language-set</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
107
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--left-margin" title='The "left-margin" property'>left-margin</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
108
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--left-margin-set" title='The "left-margin-set" property'>left-margin-set</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
109
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--name" title='The "name" property'>name</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
110
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background" title='The "paragraph-background" property'>paragraph-background</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write
111
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-gdk" title='The "paragraph-background-gdk" property'>paragraph-background-gdk</a>" <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write
112
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-set" title='The "paragraph-background-set" property'>paragraph-background-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
113
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-above-lines" title='The "pixels-above-lines" property'>pixels-above-lines</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
114
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-above-lines-set" title='The "pixels-above-lines-set" property'>pixels-above-lines-set</a>"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
115
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-below-lines" title='The "pixels-below-lines" property'>pixels-below-lines</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
116
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-below-lines-set" title='The "pixels-below-lines-set" property'>pixels-below-lines-set</a>"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
117
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-inside-wrap" title='The "pixels-inside-wrap" property'>pixels-inside-wrap</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
118
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-inside-wrap-set" title='The "pixels-inside-wrap-set" property'>pixels-inside-wrap-set</a>"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
119
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--right-margin" title='The "right-margin" property'>right-margin</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
120
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--right-margin-set" title='The "right-margin-set" property'>right-margin-set</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
121
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--rise" title='The "rise" property'>rise</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
122
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--rise-set" title='The "rise-set" property'>rise-set</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
123
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--scale" title='The "scale" property'>scale</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write
124
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--scale-set" title='The "scale-set" property'>scale-set</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
125
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--size" title='The "size" property'>size</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
126
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--size-points" title='The "size-points" property'>size-points</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write
127
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--size-set" title='The "size-set" property'>size-set</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
128
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--stretch" title='The "stretch" property'>stretch</a>"                  <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a>          : Read / Write
129
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--stretch-set" title='The "stretch-set" property'>stretch-set</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
130
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--strikethrough" title='The "strikethrough" property'>strikethrough</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
131
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--strikethrough-set" title='The "strikethrough-set" property'>strikethrough-set</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
132
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--style" title='The "style" property'>style</a>"                    <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a>            : Read / Write
133
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--style-set" title='The "style-set" property'>style-set</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
134
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--tabs" title='The "tabs" property'>tabs</a>"                     <a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>*        : Read / Write
135
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--tabs-set" title='The "tabs-set" property'>tabs-set</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
136
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--underline" title='The "underline" property'>underline</a>"                <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a>        : Read / Write
137
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--underline-set" title='The "underline-set" property'>underline-set</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
138
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--variant" title='The "variant" property'>variant</a>"                  <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a>          : Read / Write
139
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--variant-set" title='The "variant-set" property'>variant-set</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
140
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--weight" title='The "weight" property'>weight</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
141
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--weight-set" title='The "weight-set" property'>weight-set</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
104
  "<a class="link" href="GtkTextTag.html#GtkTextTag--justification-set" title='The "justification-set" property'>justification-set</a>"        <span class="type">gboolean</span>              : Read / Write
 
105
  "<a class="link" href="GtkTextTag.html#GtkTextTag--language" title='The "language" property'>language</a>"                 <span class="type">gchar</span>*                : Read / Write
 
106
  "<a class="link" href="GtkTextTag.html#GtkTextTag--language-set" title='The "language-set" property'>language-set</a>"             <span class="type">gboolean</span>              : Read / Write
 
107
  "<a class="link" href="GtkTextTag.html#GtkTextTag--left-margin" title='The "left-margin" property'>left-margin</a>"              <span class="type">gint</span>                  : Read / Write
 
108
  "<a class="link" href="GtkTextTag.html#GtkTextTag--left-margin-set" title='The "left-margin-set" property'>left-margin-set</a>"          <span class="type">gboolean</span>              : Read / Write
 
109
  "<a class="link" href="GtkTextTag.html#GtkTextTag--name" title='The "name" property'>name</a>"                     <span class="type">gchar</span>*                : Read / Write / Construct Only
 
110
  "<a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background" title='The "paragraph-background" property'>paragraph-background</a>"     <span class="type">gchar</span>*                : Write
 
111
  "<a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-gdk" title='The "paragraph-background-gdk" property'>paragraph-background-gdk</a>" <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write
 
112
  "<a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-set" title='The "paragraph-background-set" property'>paragraph-background-set</a>" <span class="type">gboolean</span>              : Read / Write
 
113
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-above-lines" title='The "pixels-above-lines" property'>pixels-above-lines</a>"       <span class="type">gint</span>                  : Read / Write
 
114
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-above-lines-set" title='The "pixels-above-lines-set" property'>pixels-above-lines-set</a>"   <span class="type">gboolean</span>              : Read / Write
 
115
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-below-lines" title='The "pixels-below-lines" property'>pixels-below-lines</a>"       <span class="type">gint</span>                  : Read / Write
 
116
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-below-lines-set" title='The "pixels-below-lines-set" property'>pixels-below-lines-set</a>"   <span class="type">gboolean</span>              : Read / Write
 
117
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-inside-wrap" title='The "pixels-inside-wrap" property'>pixels-inside-wrap</a>"       <span class="type">gint</span>                  : Read / Write
 
118
  "<a class="link" href="GtkTextTag.html#GtkTextTag--pixels-inside-wrap-set" title='The "pixels-inside-wrap-set" property'>pixels-inside-wrap-set</a>"   <span class="type">gboolean</span>              : Read / Write
 
119
  "<a class="link" href="GtkTextTag.html#GtkTextTag--right-margin" title='The "right-margin" property'>right-margin</a>"             <span class="type">gint</span>                  : Read / Write
 
120
  "<a class="link" href="GtkTextTag.html#GtkTextTag--right-margin-set" title='The "right-margin-set" property'>right-margin-set</a>"         <span class="type">gboolean</span>              : Read / Write
 
121
  "<a class="link" href="GtkTextTag.html#GtkTextTag--rise" title='The "rise" property'>rise</a>"                     <span class="type">gint</span>                  : Read / Write
 
122
  "<a class="link" href="GtkTextTag.html#GtkTextTag--rise-set" title='The "rise-set" property'>rise-set</a>"                 <span class="type">gboolean</span>              : Read / Write
 
123
  "<a class="link" href="GtkTextTag.html#GtkTextTag--scale" title='The "scale" property'>scale</a>"                    <span class="type">gdouble</span>               : Read / Write
 
124
  "<a class="link" href="GtkTextTag.html#GtkTextTag--scale-set" title='The "scale-set" property'>scale-set</a>"                <span class="type">gboolean</span>              : Read / Write
 
125
  "<a class="link" href="GtkTextTag.html#GtkTextTag--size" title='The "size" property'>size</a>"                     <span class="type">gint</span>                  : Read / Write
 
126
  "<a class="link" href="GtkTextTag.html#GtkTextTag--size-points" title='The "size-points" property'>size-points</a>"              <span class="type">gdouble</span>               : Read / Write
 
127
  "<a class="link" href="GtkTextTag.html#GtkTextTag--size-set" title='The "size-set" property'>size-set</a>"                 <span class="type">gboolean</span>              : Read / Write
 
128
  "<a class="link" href="GtkTextTag.html#GtkTextTag--stretch" title='The "stretch" property'>stretch</a>"                  <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a>          : Read / Write
 
129
  "<a class="link" href="GtkTextTag.html#GtkTextTag--stretch-set" title='The "stretch-set" property'>stretch-set</a>"              <span class="type">gboolean</span>              : Read / Write
 
130
  "<a class="link" href="GtkTextTag.html#GtkTextTag--strikethrough" title='The "strikethrough" property'>strikethrough</a>"            <span class="type">gboolean</span>              : Read / Write
 
131
  "<a class="link" href="GtkTextTag.html#GtkTextTag--strikethrough-set" title='The "strikethrough-set" property'>strikethrough-set</a>"        <span class="type">gboolean</span>              : Read / Write
 
132
  "<a class="link" href="GtkTextTag.html#GtkTextTag--style" title='The "style" property'>style</a>"                    <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a>            : Read / Write
 
133
  "<a class="link" href="GtkTextTag.html#GtkTextTag--style-set" title='The "style-set" property'>style-set</a>"                <span class="type">gboolean</span>              : Read / Write
 
134
  "<a class="link" href="GtkTextTag.html#GtkTextTag--tabs" title='The "tabs" property'>tabs</a>"                     <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>*        : Read / Write
 
135
  "<a class="link" href="GtkTextTag.html#GtkTextTag--tabs-set" title='The "tabs-set" property'>tabs-set</a>"                 <span class="type">gboolean</span>              : Read / Write
 
136
  "<a class="link" href="GtkTextTag.html#GtkTextTag--underline" title='The "underline" property'>underline</a>"                <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a>        : Read / Write
 
137
  "<a class="link" href="GtkTextTag.html#GtkTextTag--underline-set" title='The "underline-set" property'>underline-set</a>"            <span class="type">gboolean</span>              : Read / Write
 
138
  "<a class="link" href="GtkTextTag.html#GtkTextTag--variant" title='The "variant" property'>variant</a>"                  <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a>          : Read / Write
 
139
  "<a class="link" href="GtkTextTag.html#GtkTextTag--variant-set" title='The "variant-set" property'>variant-set</a>"              <span class="type">gboolean</span>              : Read / Write
 
140
  "<a class="link" href="GtkTextTag.html#GtkTextTag--weight" title='The "weight" property'>weight</a>"                   <span class="type">gint</span>                  : Read / Write
 
141
  "<a class="link" href="GtkTextTag.html#GtkTextTag--weight-set" title='The "weight-set" property'>weight-set</a>"               <span class="type">gboolean</span>              : Read / Write
142
142
  "<a class="link" href="GtkTextTag.html#GtkTextTag--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>"                <a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a>           : Read / Write
143
 
  "<a class="link" href="GtkTextTag.html#GtkTextTag--wrap-mode-set" title='The "wrap-mode-set" property'>wrap-mode-set</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
143
  "<a class="link" href="GtkTextTag.html#GtkTextTag--wrap-mode-set" title='The "wrap-mode-set" property'>wrap-mode-set</a>"            <span class="type">gboolean</span>              : Read / Write
144
144
</pre>
145
145
</div>
146
146
<div class="refsect1">
206
206
<td>wrap text, breaking lines anywhere the cursor can
207
207
                appear (between characters, usually - if you want to
208
208
                be technical, between graphemes, see
209
 
                <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-get-log-attrs"><code class="function">pango_get_log_attrs()</code></a>)
 
209
                <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-get-log-attrs"><code class="function">pango_get_log_attrs()</code></a>)
210
210
</td>
211
211
</tr>
212
212
<tr>
298
298
<td></td>
299
299
</tr>
300
300
<tr>
301
 
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.font"></a>font</code></em>;</span></p></td>
302
 
<td></td>
303
 
</tr>
304
 
<tr>
305
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GtkTextAttributes.font-scale"></a>font_scale</code></em>;</span></p></td>
306
 
<td></td>
307
 
</tr>
308
 
<tr>
309
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.left-margin"></a>left_margin</code></em>;</span></p></td>
310
 
<td></td>
311
 
</tr>
312
 
<tr>
313
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.indent"></a>indent</code></em>;</span></p></td>
314
 
<td></td>
315
 
</tr>
316
 
<tr>
317
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.right-margin"></a>right_margin</code></em>;</span></p></td>
318
 
<td></td>
319
 
</tr>
320
 
<tr>
321
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.pixels-above-lines"></a>pixels_above_lines</code></em>;</span></p></td>
322
 
<td></td>
323
 
</tr>
324
 
<tr>
325
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.pixels-below-lines"></a>pixels_below_lines</code></em>;</span></p></td>
326
 
<td></td>
327
 
</tr>
328
 
<tr>
329
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.pixels-inside-wrap"></a>pixels_inside_wrap</code></em>;</span></p></td>
330
 
<td></td>
331
 
</tr>
332
 
<tr>
333
 
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.tabs"></a>tabs</code></em>;</span></p></td>
 
301
<td><p><span class="term"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.font"></a>font</code></em>;</span></p></td>
 
302
<td></td>
 
303
</tr>
 
304
<tr>
 
305
<td><p><span class="term"><span class="type">gdouble</span> <em class="structfield"><code><a name="GtkTextAttributes.font-scale"></a>font_scale</code></em>;</span></p></td>
 
306
<td></td>
 
307
</tr>
 
308
<tr>
 
309
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GtkTextAttributes.left-margin"></a>left_margin</code></em>;</span></p></td>
 
310
<td></td>
 
311
</tr>
 
312
<tr>
 
313
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GtkTextAttributes.indent"></a>indent</code></em>;</span></p></td>
 
314
<td></td>
 
315
</tr>
 
316
<tr>
 
317
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GtkTextAttributes.right-margin"></a>right_margin</code></em>;</span></p></td>
 
318
<td></td>
 
319
</tr>
 
320
<tr>
 
321
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GtkTextAttributes.pixels-above-lines"></a>pixels_above_lines</code></em>;</span></p></td>
 
322
<td></td>
 
323
</tr>
 
324
<tr>
 
325
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GtkTextAttributes.pixels-below-lines"></a>pixels_below_lines</code></em>;</span></p></td>
 
326
<td></td>
 
327
</tr>
 
328
<tr>
 
329
<td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GtkTextAttributes.pixels-inside-wrap"></a>pixels_inside_wrap</code></em>;</span></p></td>
 
330
<td></td>
 
331
</tr>
 
332
<tr>
 
333
<td><p><span class="term"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.tabs"></a>tabs</code></em>;</span></p></td>
334
334
<td></td>
335
335
</tr>
336
336
<tr>
338
338
<td></td>
339
339
</tr>
340
340
<tr>
341
 
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.language"></a>language</code></em>;</span></p></td>
342
 
<td></td>
343
 
</tr>
344
 
<tr>
345
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.invisible"></a>invisible</code></em> : 1;</span></p></td>
346
 
<td></td>
347
 
</tr>
348
 
<tr>
349
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.bg-full-height"></a>bg_full_height</code></em> : 1;</span></p></td>
350
 
<td></td>
351
 
</tr>
352
 
<tr>
353
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.editable"></a>editable</code></em> : 1;</span></p></td>
354
 
<td></td>
355
 
</tr>
356
 
<tr>
357
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.realized"></a>realized</code></em> : 1;</span></p></td>
 
341
<td><p><span class="term"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.language"></a>language</code></em>;</span></p></td>
 
342
<td></td>
 
343
</tr>
 
344
<tr>
 
345
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="GtkTextAttributes.invisible"></a>invisible</code></em> : 1;</span></p></td>
 
346
<td></td>
 
347
</tr>
 
348
<tr>
 
349
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="GtkTextAttributes.bg-full-height"></a>bg_full_height</code></em> : 1;</span></p></td>
 
350
<td></td>
 
351
</tr>
 
352
<tr>
 
353
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="GtkTextAttributes.editable"></a>editable</code></em> : 1;</span></p></td>
 
354
<td></td>
 
355
</tr>
 
356
<tr>
 
357
<td><p><span class="term"><span class="type">guint</span> <em class="structfield"><code><a name="GtkTextAttributes.realized"></a>realized</code></em> : 1;</span></p></td>
358
358
<td></td>
359
359
</tr>
360
360
</tbody>
363
363
<hr>
364
364
<div class="refsect2">
365
365
<a name="gtk-text-tag-new"></a><h3>gtk_text_tag_new ()</h3>
366
 
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> *        gtk_text_tag_new                    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
 
366
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> *        gtk_text_tag_new                    (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
367
367
<p>
368
368
Creates a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>. Configure the tag using object arguments,
369
369
i.e. using <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>.
376
376
<tbody>
377
377
<tr>
378
378
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
379
 
<td>tag name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
379
<td>tag name, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
380
380
</td>
381
381
</tr>
382
382
<tr>
390
390
<hr>
391
391
<div class="refsect2">
392
392
<a name="gtk-text-tag-get-priority"></a><h3>gtk_text_tag_get_priority ()</h3>
393
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_text_tag_get_priority           (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
 
393
<pre class="programlisting"><span class="returnvalue">gint</span>                gtk_text_tag_get_priority           (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
394
394
<p>
395
395
Get the tag priority.
396
396
</p>
416
416
<div class="refsect2">
417
417
<a name="gtk-text-tag-set-priority"></a><h3>gtk_text_tag_set_priority ()</h3>
418
418
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_text_tag_set_priority           (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
419
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>);</pre>
 
419
                                                         <em class="parameter"><code><span class="type">gint</span> priority</code></em>);</pre>
420
420
<p>
421
421
Sets the priority of a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>. Valid priorities are
422
422
start at 0 and go to one less than <a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-get-size" title="gtk_text_tag_table_get_size ()"><code class="function">gtk_text_tag_table_get_size()</code></a>.
451
451
<hr>
452
452
<div class="refsect2">
453
453
<a name="gtk-text-tag-event"></a><h3>gtk_text_tag_event ()</h3>
454
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_text_tag_event                  (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
 
454
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_text_tag_event                  (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
455
455
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *event_object</code></em>,
456
 
                                                         <em class="parameter"><code><a href="../gdk/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
 
456
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
457
457
                                                         <em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
458
458
<p>
459
459
Emits the "event" signal on the <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>.
644
644
<a name="GtkTextTag.property-details"></a><h2>Property Details</h2>
645
645
<div class="refsect2">
646
646
<a name="GtkTextTag--accumulative-margin"></a><h3>The <code class="literal">"accumulative-margin"</code> property</h3>
647
 
<pre class="programlisting">  "accumulative-margin"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
647
<pre class="programlisting">  "accumulative-margin"      <span class="type">gboolean</span>              : Read / Write</pre>
648
648
<p>
649
649
Whether the margins accumulate or override each other.
650
650
</p>
651
651
<p>
652
 
When set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the margins of this tag are added to the margins
653
 
of any other non-accumulative margins present. When set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> 
 
652
When set to <code class="literal">TRUE</code> the margins of this tag are added to the margins
 
653
of any other non-accumulative margins present. When set to <code class="literal">FALSE</code> 
654
654
the margins override one another (the default).
655
655
</p>
656
656
<p>Default value: FALSE</p>
659
659
<hr>
660
660
<div class="refsect2">
661
661
<a name="GtkTextTag--background"></a><h3>The <code class="literal">"background"</code> property</h3>
662
 
<pre class="programlisting">  "background"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write</pre>
 
662
<pre class="programlisting">  "background"               <span class="type">gchar</span>*                : Write</pre>
663
663
<p>Background color as a string.</p>
664
664
<p>Default value: NULL</p>
665
665
</div>
666
666
<hr>
667
667
<div class="refsect2">
668
668
<a name="GtkTextTag--background-full-height"></a><h3>The <code class="literal">"background-full-height"</code> property</h3>
669
 
<pre class="programlisting">  "background-full-height"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
669
<pre class="programlisting">  "background-full-height"   <span class="type">gboolean</span>              : Read / Write</pre>
670
670
<p>Whether the background color fills the entire line height or only the height of the tagged characters.</p>
671
671
<p>Default value: FALSE</p>
672
672
</div>
673
673
<hr>
674
674
<div class="refsect2">
675
675
<a name="GtkTextTag--background-full-height-set"></a><h3>The <code class="literal">"background-full-height-set"</code> property</h3>
676
 
<pre class="programlisting">  "background-full-height-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
676
<pre class="programlisting">  "background-full-height-set" <span class="type">gboolean</span>              : Read / Write</pre>
677
677
<p>Whether this tag affects background height.</p>
678
678
<p>Default value: FALSE</p>
679
679
</div>
680
680
<hr>
681
681
<div class="refsect2">
682
682
<a name="GtkTextTag--background-gdk"></a><h3>The <code class="literal">"background-gdk"</code> property</h3>
683
 
<pre class="programlisting">  "background-gdk"           <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write</pre>
 
683
<pre class="programlisting">  "background-gdk"           <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write</pre>
684
684
<p>Background color as a (possibly unallocated) GdkColor.</p>
685
685
</div>
686
686
<hr>
687
687
<div class="refsect2">
688
688
<a name="GtkTextTag--background-set"></a><h3>The <code class="literal">"background-set"</code> property</h3>
689
 
<pre class="programlisting">  "background-set"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
689
<pre class="programlisting">  "background-set"           <span class="type">gboolean</span>              : Read / Write</pre>
690
690
<p>Whether this tag affects the background color.</p>
691
691
<p>Default value: FALSE</p>
692
692
</div>
693
693
<hr>
694
694
<div class="refsect2">
695
695
<a name="GtkTextTag--background-stipple"></a><h3>The <code class="literal">"background-stipple"</code> property</h3>
696
 
<pre class="programlisting">  "background-stipple"       <a href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write</pre>
 
696
<pre class="programlisting">  "background-stipple"       <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write</pre>
697
697
<p>Bitmap to use as a mask when drawing the text background.</p>
698
698
</div>
699
699
<hr>
700
700
<div class="refsect2">
701
701
<a name="GtkTextTag--background-stipple-set"></a><h3>The <code class="literal">"background-stipple-set"</code> property</h3>
702
 
<pre class="programlisting">  "background-stipple-set"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
702
<pre class="programlisting">  "background-stipple-set"   <span class="type">gboolean</span>              : Read / Write</pre>
703
703
<p>Whether this tag affects the background stipple.</p>
704
704
<p>Default value: FALSE</p>
705
705
</div>
713
713
<hr>
714
714
<div class="refsect2">
715
715
<a name="GtkTextTag--editable"></a><h3>The <code class="literal">"editable"</code> property</h3>
716
 
<pre class="programlisting">  "editable"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
716
<pre class="programlisting">  "editable"                 <span class="type">gboolean</span>              : Read / Write</pre>
717
717
<p>Whether the text can be modified by the user.</p>
718
718
<p>Default value: TRUE</p>
719
719
</div>
720
720
<hr>
721
721
<div class="refsect2">
722
722
<a name="GtkTextTag--editable-set"></a><h3>The <code class="literal">"editable-set"</code> property</h3>
723
 
<pre class="programlisting">  "editable-set"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
723
<pre class="programlisting">  "editable-set"             <span class="type">gboolean</span>              : Read / Write</pre>
724
724
<p>Whether this tag affects text editability.</p>
725
725
<p>Default value: FALSE</p>
726
726
</div>
727
727
<hr>
728
728
<div class="refsect2">
729
729
<a name="GtkTextTag--family"></a><h3>The <code class="literal">"family"</code> property</h3>
730
 
<pre class="programlisting">  "family"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
730
<pre class="programlisting">  "family"                   <span class="type">gchar</span>*                : Read / Write</pre>
731
731
<p>Name of the font family, e.g. Sans, Helvetica, Times, Monospace.</p>
732
732
<p>Default value: NULL</p>
733
733
</div>
734
734
<hr>
735
735
<div class="refsect2">
736
736
<a name="GtkTextTag--family-set"></a><h3>The <code class="literal">"family-set"</code> property</h3>
737
 
<pre class="programlisting">  "family-set"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
737
<pre class="programlisting">  "family-set"               <span class="type">gboolean</span>              : Read / Write</pre>
738
738
<p>Whether this tag affects the font family.</p>
739
739
<p>Default value: FALSE</p>
740
740
</div>
741
741
<hr>
742
742
<div class="refsect2">
743
743
<a name="GtkTextTag--font"></a><h3>The <code class="literal">"font"</code> property</h3>
744
 
<pre class="programlisting">  "font"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
744
<pre class="programlisting">  "font"                     <span class="type">gchar</span>*                : Read / Write</pre>
745
745
<p>
746
746
Font description as string, e.g. \"Sans Italic 12\". 
747
747
</p>
748
748
<p>
749
749
Note that the initial value of this property depends on
750
 
the internals of <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.
 
750
the internals of <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.
751
751
</p>
752
752
<p>Default value: NULL</p>
753
753
</div>
754
754
<hr>
755
755
<div class="refsect2">
756
756
<a name="GtkTextTag--font-desc"></a><h3>The <code class="literal">"font-desc"</code> property</h3>
757
 
<pre class="programlisting">  "font-desc"                <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>*  : Read / Write</pre>
 
757
<pre class="programlisting">  "font-desc"                <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>*  : Read / Write</pre>
758
758
<p>Font description as a PangoFontDescription struct.</p>
759
759
</div>
760
760
<hr>
761
761
<div class="refsect2">
762
762
<a name="GtkTextTag--foreground"></a><h3>The <code class="literal">"foreground"</code> property</h3>
763
 
<pre class="programlisting">  "foreground"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write</pre>
 
763
<pre class="programlisting">  "foreground"               <span class="type">gchar</span>*                : Write</pre>
764
764
<p>Foreground color as a string.</p>
765
765
<p>Default value: NULL</p>
766
766
</div>
767
767
<hr>
768
768
<div class="refsect2">
769
769
<a name="GtkTextTag--foreground-gdk"></a><h3>The <code class="literal">"foreground-gdk"</code> property</h3>
770
 
<pre class="programlisting">  "foreground-gdk"           <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write</pre>
 
770
<pre class="programlisting">  "foreground-gdk"           <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write</pre>
771
771
<p>Foreground color as a (possibly unallocated) GdkColor.</p>
772
772
</div>
773
773
<hr>
774
774
<div class="refsect2">
775
775
<a name="GtkTextTag--foreground-set"></a><h3>The <code class="literal">"foreground-set"</code> property</h3>
776
 
<pre class="programlisting">  "foreground-set"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
776
<pre class="programlisting">  "foreground-set"           <span class="type">gboolean</span>              : Read / Write</pre>
777
777
<p>Whether this tag affects the foreground color.</p>
778
778
<p>Default value: FALSE</p>
779
779
</div>
780
780
<hr>
781
781
<div class="refsect2">
782
782
<a name="GtkTextTag--foreground-stipple"></a><h3>The <code class="literal">"foreground-stipple"</code> property</h3>
783
 
<pre class="programlisting">  "foreground-stipple"       <a href="../gdk/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write</pre>
 
783
<pre class="programlisting">  "foreground-stipple"       <a href="http://library.gnome.org/devel/gdk3/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>*            : Read / Write</pre>
784
784
<p>Bitmap to use as a mask when drawing the text foreground.</p>
785
785
</div>
786
786
<hr>
787
787
<div class="refsect2">
788
788
<a name="GtkTextTag--foreground-stipple-set"></a><h3>The <code class="literal">"foreground-stipple-set"</code> property</h3>
789
 
<pre class="programlisting">  "foreground-stipple-set"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
789
<pre class="programlisting">  "foreground-stipple-set"   <span class="type">gboolean</span>              : Read / Write</pre>
790
790
<p>Whether this tag affects the foreground stipple.</p>
791
791
<p>Default value: FALSE</p>
792
792
</div>
793
793
<hr>
794
794
<div class="refsect2">
795
795
<a name="GtkTextTag--indent"></a><h3>The <code class="literal">"indent"</code> property</h3>
796
 
<pre class="programlisting">  "indent"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
796
<pre class="programlisting">  "indent"                   <span class="type">gint</span>                  : Read / Write</pre>
797
797
<p>Amount to indent the paragraph, in pixels.</p>
798
798
<p>Default value: 0</p>
799
799
</div>
800
800
<hr>
801
801
<div class="refsect2">
802
802
<a name="GtkTextTag--indent-set"></a><h3>The <code class="literal">"indent-set"</code> property</h3>
803
 
<pre class="programlisting">  "indent-set"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
803
<pre class="programlisting">  "indent-set"               <span class="type">gboolean</span>              : Read / Write</pre>
804
804
<p>Whether this tag affects indentation.</p>
805
805
<p>Default value: FALSE</p>
806
806
</div>
807
807
<hr>
808
808
<div class="refsect2">
809
809
<a name="GtkTextTag--invisible"></a><h3>The <code class="literal">"invisible"</code> property</h3>
810
 
<pre class="programlisting">  "invisible"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
810
<pre class="programlisting">  "invisible"                <span class="type">gboolean</span>              : Read / Write</pre>
811
811
<p>
812
812
Whether this text is hidden.
813
813
</p>
822
822
<hr>
823
823
<div class="refsect2">
824
824
<a name="GtkTextTag--invisible-set"></a><h3>The <code class="literal">"invisible-set"</code> property</h3>
825
 
<pre class="programlisting">  "invisible-set"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
825
<pre class="programlisting">  "invisible-set"            <span class="type">gboolean</span>              : Read / Write</pre>
826
826
<p>Whether this tag affects text visibility.</p>
827
827
<p>Default value: FALSE</p>
828
828
</div>
836
836
<hr>
837
837
<div class="refsect2">
838
838
<a name="GtkTextTag--justification-set"></a><h3>The <code class="literal">"justification-set"</code> property</h3>
839
 
<pre class="programlisting">  "justification-set"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
839
<pre class="programlisting">  "justification-set"        <span class="type">gboolean</span>              : Read / Write</pre>
840
840
<p>Whether this tag affects paragraph justification.</p>
841
841
<p>Default value: FALSE</p>
842
842
</div>
843
843
<hr>
844
844
<div class="refsect2">
845
845
<a name="GtkTextTag--language"></a><h3>The <code class="literal">"language"</code> property</h3>
846
 
<pre class="programlisting">  "language"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
846
<pre class="programlisting">  "language"                 <span class="type">gchar</span>*                : Read / Write</pre>
847
847
<p>
848
848
The language this text is in, as an ISO code. Pango can use this as a 
849
849
hint when rendering the text. If not set, an appropriate default will be 
858
858
<hr>
859
859
<div class="refsect2">
860
860
<a name="GtkTextTag--language-set"></a><h3>The <code class="literal">"language-set"</code> property</h3>
861
 
<pre class="programlisting">  "language-set"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
861
<pre class="programlisting">  "language-set"             <span class="type">gboolean</span>              : Read / Write</pre>
862
862
<p>Whether this tag affects the language the text is rendered as.</p>
863
863
<p>Default value: FALSE</p>
864
864
</div>
865
865
<hr>
866
866
<div class="refsect2">
867
867
<a name="GtkTextTag--left-margin"></a><h3>The <code class="literal">"left-margin"</code> property</h3>
868
 
<pre class="programlisting">  "left-margin"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
868
<pre class="programlisting">  "left-margin"              <span class="type">gint</span>                  : Read / Write</pre>
869
869
<p>Width of the left margin in pixels.</p>
870
870
<p>Allowed values: &gt;= 0</p>
871
871
<p>Default value: 0</p>
873
873
<hr>
874
874
<div class="refsect2">
875
875
<a name="GtkTextTag--left-margin-set"></a><h3>The <code class="literal">"left-margin-set"</code> property</h3>
876
 
<pre class="programlisting">  "left-margin-set"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
876
<pre class="programlisting">  "left-margin-set"          <span class="type">gboolean</span>              : Read / Write</pre>
877
877
<p>Whether this tag affects the left margin.</p>
878
878
<p>Default value: FALSE</p>
879
879
</div>
880
880
<hr>
881
881
<div class="refsect2">
882
882
<a name="GtkTextTag--name"></a><h3>The <code class="literal">"name"</code> property</h3>
883
 
<pre class="programlisting">  "name"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 
883
<pre class="programlisting">  "name"                     <span class="type">gchar</span>*                : Read / Write / Construct Only</pre>
884
884
<p>Name used to refer to the text tag. NULL for anonymous tags.</p>
885
885
<p>Default value: NULL</p>
886
886
</div>
887
887
<hr>
888
888
<div class="refsect2">
889
889
<a name="GtkTextTag--paragraph-background"></a><h3>The <code class="literal">"paragraph-background"</code> property</h3>
890
 
<pre class="programlisting">  "paragraph-background"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Write</pre>
 
890
<pre class="programlisting">  "paragraph-background"     <span class="type">gchar</span>*                : Write</pre>
891
891
<p>
892
892
The paragraph background color as a string.
893
893
</p>
897
897
<hr>
898
898
<div class="refsect2">
899
899
<a name="GtkTextTag--paragraph-background-gdk"></a><h3>The <code class="literal">"paragraph-background-gdk"</code> property</h3>
900
 
<pre class="programlisting">  "paragraph-background-gdk" <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write</pre>
 
900
<pre class="programlisting">  "paragraph-background-gdk" <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read / Write</pre>
901
901
<p>
902
902
The paragraph background color as a as a (possibly unallocated) 
903
 
<a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>.
 
903
<a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>.
904
904
</p>
905
905
<p class="since">Since 2.8</p>
906
906
</div>
907
907
<hr>
908
908
<div class="refsect2">
909
909
<a name="GtkTextTag--paragraph-background-set"></a><h3>The <code class="literal">"paragraph-background-set"</code> property</h3>
910
 
<pre class="programlisting">  "paragraph-background-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
910
<pre class="programlisting">  "paragraph-background-set" <span class="type">gboolean</span>              : Read / Write</pre>
911
911
<p>Whether this tag affects the paragraph background color.</p>
912
912
<p>Default value: FALSE</p>
913
913
</div>
914
914
<hr>
915
915
<div class="refsect2">
916
916
<a name="GtkTextTag--pixels-above-lines"></a><h3>The <code class="literal">"pixels-above-lines"</code> property</h3>
917
 
<pre class="programlisting">  "pixels-above-lines"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
917
<pre class="programlisting">  "pixels-above-lines"       <span class="type">gint</span>                  : Read / Write</pre>
918
918
<p>Pixels of blank space above paragraphs.</p>
919
919
<p>Allowed values: &gt;= 0</p>
920
920
<p>Default value: 0</p>
922
922
<hr>
923
923
<div class="refsect2">
924
924
<a name="GtkTextTag--pixels-above-lines-set"></a><h3>The <code class="literal">"pixels-above-lines-set"</code> property</h3>
925
 
<pre class="programlisting">  "pixels-above-lines-set"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
925
<pre class="programlisting">  "pixels-above-lines-set"   <span class="type">gboolean</span>              : Read / Write</pre>
926
926
<p>Whether this tag affects the number of pixels above lines.</p>
927
927
<p>Default value: FALSE</p>
928
928
</div>
929
929
<hr>
930
930
<div class="refsect2">
931
931
<a name="GtkTextTag--pixels-below-lines"></a><h3>The <code class="literal">"pixels-below-lines"</code> property</h3>
932
 
<pre class="programlisting">  "pixels-below-lines"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
932
<pre class="programlisting">  "pixels-below-lines"       <span class="type">gint</span>                  : Read / Write</pre>
933
933
<p>Pixels of blank space below paragraphs.</p>
934
934
<p>Allowed values: &gt;= 0</p>
935
935
<p>Default value: 0</p>
937
937
<hr>
938
938
<div class="refsect2">
939
939
<a name="GtkTextTag--pixels-below-lines-set"></a><h3>The <code class="literal">"pixels-below-lines-set"</code> property</h3>
940
 
<pre class="programlisting">  "pixels-below-lines-set"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
940
<pre class="programlisting">  "pixels-below-lines-set"   <span class="type">gboolean</span>              : Read / Write</pre>
941
941
<p>Whether this tag affects the number of pixels above lines.</p>
942
942
<p>Default value: FALSE</p>
943
943
</div>
944
944
<hr>
945
945
<div class="refsect2">
946
946
<a name="GtkTextTag--pixels-inside-wrap"></a><h3>The <code class="literal">"pixels-inside-wrap"</code> property</h3>
947
 
<pre class="programlisting">  "pixels-inside-wrap"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
947
<pre class="programlisting">  "pixels-inside-wrap"       <span class="type">gint</span>                  : Read / Write</pre>
948
948
<p>Pixels of blank space between wrapped lines in a paragraph.</p>
949
949
<p>Allowed values: &gt;= 0</p>
950
950
<p>Default value: 0</p>
952
952
<hr>
953
953
<div class="refsect2">
954
954
<a name="GtkTextTag--pixels-inside-wrap-set"></a><h3>The <code class="literal">"pixels-inside-wrap-set"</code> property</h3>
955
 
<pre class="programlisting">  "pixels-inside-wrap-set"   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
955
<pre class="programlisting">  "pixels-inside-wrap-set"   <span class="type">gboolean</span>              : Read / Write</pre>
956
956
<p>Whether this tag affects the number of pixels between wrapped lines.</p>
957
957
<p>Default value: FALSE</p>
958
958
</div>
959
959
<hr>
960
960
<div class="refsect2">
961
961
<a name="GtkTextTag--right-margin"></a><h3>The <code class="literal">"right-margin"</code> property</h3>
962
 
<pre class="programlisting">  "right-margin"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
962
<pre class="programlisting">  "right-margin"             <span class="type">gint</span>                  : Read / Write</pre>
963
963
<p>Width of the right margin in pixels.</p>
964
964
<p>Allowed values: &gt;= 0</p>
965
965
<p>Default value: 0</p>
967
967
<hr>
968
968
<div class="refsect2">
969
969
<a name="GtkTextTag--right-margin-set"></a><h3>The <code class="literal">"right-margin-set"</code> property</h3>
970
 
<pre class="programlisting">  "right-margin-set"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
970
<pre class="programlisting">  "right-margin-set"         <span class="type">gboolean</span>              : Read / Write</pre>
971
971
<p>Whether this tag affects the right margin.</p>
972
972
<p>Default value: FALSE</p>
973
973
</div>
974
974
<hr>
975
975
<div class="refsect2">
976
976
<a name="GtkTextTag--rise"></a><h3>The <code class="literal">"rise"</code> property</h3>
977
 
<pre class="programlisting">  "rise"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
977
<pre class="programlisting">  "rise"                     <span class="type">gint</span>                  : Read / Write</pre>
978
978
<p>Offset of text above the baseline (below the baseline if rise is negative) in Pango units.</p>
979
979
<p>Default value: 0</p>
980
980
</div>
981
981
<hr>
982
982
<div class="refsect2">
983
983
<a name="GtkTextTag--rise-set"></a><h3>The <code class="literal">"rise-set"</code> property</h3>
984
 
<pre class="programlisting">  "rise-set"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
984
<pre class="programlisting">  "rise-set"                 <span class="type">gboolean</span>              : Read / Write</pre>
985
985
<p>Whether this tag affects the rise.</p>
986
986
<p>Default value: FALSE</p>
987
987
</div>
988
988
<hr>
989
989
<div class="refsect2">
990
990
<a name="GtkTextTag--scale"></a><h3>The <code class="literal">"scale"</code> property</h3>
991
 
<pre class="programlisting">  "scale"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write</pre>
 
991
<pre class="programlisting">  "scale"                    <span class="type">gdouble</span>               : Read / Write</pre>
992
992
<p>Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE.</p>
993
993
<p>Allowed values: &gt;= 0</p>
994
994
<p>Default value: 1</p>
996
996
<hr>
997
997
<div class="refsect2">
998
998
<a name="GtkTextTag--scale-set"></a><h3>The <code class="literal">"scale-set"</code> property</h3>
999
 
<pre class="programlisting">  "scale-set"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
999
<pre class="programlisting">  "scale-set"                <span class="type">gboolean</span>              : Read / Write</pre>
1000
1000
<p>Whether this tag scales the font size by a factor.</p>
1001
1001
<p>Default value: FALSE</p>
1002
1002
</div>
1003
1003
<hr>
1004
1004
<div class="refsect2">
1005
1005
<a name="GtkTextTag--size"></a><h3>The <code class="literal">"size"</code> property</h3>
1006
 
<pre class="programlisting">  "size"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
1006
<pre class="programlisting">  "size"                     <span class="type">gint</span>                  : Read / Write</pre>
1007
1007
<p>Font size in Pango units.</p>
1008
1008
<p>Allowed values: &gt;= 0</p>
1009
1009
<p>Default value: 0</p>
1011
1011
<hr>
1012
1012
<div class="refsect2">
1013
1013
<a name="GtkTextTag--size-points"></a><h3>The <code class="literal">"size-points"</code> property</h3>
1014
 
<pre class="programlisting">  "size-points"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write</pre>
 
1014
<pre class="programlisting">  "size-points"              <span class="type">gdouble</span>               : Read / Write</pre>
1015
1015
<p>Font size in points.</p>
1016
1016
<p>Allowed values: &gt;= 0</p>
1017
1017
<p>Default value: 0</p>
1019
1019
<hr>
1020
1020
<div class="refsect2">
1021
1021
<a name="GtkTextTag--size-set"></a><h3>The <code class="literal">"size-set"</code> property</h3>
1022
 
<pre class="programlisting">  "size-set"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1022
<pre class="programlisting">  "size-set"                 <span class="type">gboolean</span>              : Read / Write</pre>
1023
1023
<p>Whether this tag affects the font size.</p>
1024
1024
<p>Default value: FALSE</p>
1025
1025
</div>
1026
1026
<hr>
1027
1027
<div class="refsect2">
1028
1028
<a name="GtkTextTag--stretch"></a><h3>The <code class="literal">"stretch"</code> property</h3>
1029
 
<pre class="programlisting">  "stretch"                  <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a>          : Read / Write</pre>
 
1029
<pre class="programlisting">  "stretch"                  <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a>          : Read / Write</pre>
1030
1030
<p>Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED.</p>
1031
1031
<p>Default value: PANGO_STRETCH_NORMAL</p>
1032
1032
</div>
1033
1033
<hr>
1034
1034
<div class="refsect2">
1035
1035
<a name="GtkTextTag--stretch-set"></a><h3>The <code class="literal">"stretch-set"</code> property</h3>
1036
 
<pre class="programlisting">  "stretch-set"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1036
<pre class="programlisting">  "stretch-set"              <span class="type">gboolean</span>              : Read / Write</pre>
1037
1037
<p>Whether this tag affects the font stretch.</p>
1038
1038
<p>Default value: FALSE</p>
1039
1039
</div>
1040
1040
<hr>
1041
1041
<div class="refsect2">
1042
1042
<a name="GtkTextTag--strikethrough"></a><h3>The <code class="literal">"strikethrough"</code> property</h3>
1043
 
<pre class="programlisting">  "strikethrough"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1043
<pre class="programlisting">  "strikethrough"            <span class="type">gboolean</span>              : Read / Write</pre>
1044
1044
<p>Whether to strike through the text.</p>
1045
1045
<p>Default value: FALSE</p>
1046
1046
</div>
1047
1047
<hr>
1048
1048
<div class="refsect2">
1049
1049
<a name="GtkTextTag--strikethrough-set"></a><h3>The <code class="literal">"strikethrough-set"</code> property</h3>
1050
 
<pre class="programlisting">  "strikethrough-set"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1050
<pre class="programlisting">  "strikethrough-set"        <span class="type">gboolean</span>              : Read / Write</pre>
1051
1051
<p>Whether this tag affects strikethrough.</p>
1052
1052
<p>Default value: FALSE</p>
1053
1053
</div>
1054
1054
<hr>
1055
1055
<div class="refsect2">
1056
1056
<a name="GtkTextTag--style"></a><h3>The <code class="literal">"style"</code> property</h3>
1057
 
<pre class="programlisting">  "style"                    <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a>            : Read / Write</pre>
 
1057
<pre class="programlisting">  "style"                    <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a>            : Read / Write</pre>
1058
1058
<p>Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC.</p>
1059
1059
<p>Default value: PANGO_STYLE_NORMAL</p>
1060
1060
</div>
1061
1061
<hr>
1062
1062
<div class="refsect2">
1063
1063
<a name="GtkTextTag--style-set"></a><h3>The <code class="literal">"style-set"</code> property</h3>
1064
 
<pre class="programlisting">  "style-set"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1064
<pre class="programlisting">  "style-set"                <span class="type">gboolean</span>              : Read / Write</pre>
1065
1065
<p>Whether this tag affects the font style.</p>
1066
1066
<p>Default value: FALSE</p>
1067
1067
</div>
1068
1068
<hr>
1069
1069
<div class="refsect2">
1070
1070
<a name="GtkTextTag--tabs"></a><h3>The <code class="literal">"tabs"</code> property</h3>
1071
 
<pre class="programlisting">  "tabs"                     <a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>*        : Read / Write</pre>
 
1071
<pre class="programlisting">  "tabs"                     <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>*        : Read / Write</pre>
1072
1072
<p>Custom tabs for this text.</p>
1073
1073
</div>
1074
1074
<hr>
1075
1075
<div class="refsect2">
1076
1076
<a name="GtkTextTag--tabs-set"></a><h3>The <code class="literal">"tabs-set"</code> property</h3>
1077
 
<pre class="programlisting">  "tabs-set"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1077
<pre class="programlisting">  "tabs-set"                 <span class="type">gboolean</span>              : Read / Write</pre>
1078
1078
<p>Whether this tag affects tabs.</p>
1079
1079
<p>Default value: FALSE</p>
1080
1080
</div>
1081
1081
<hr>
1082
1082
<div class="refsect2">
1083
1083
<a name="GtkTextTag--underline"></a><h3>The <code class="literal">"underline"</code> property</h3>
1084
 
<pre class="programlisting">  "underline"                <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a>        : Read / Write</pre>
 
1084
<pre class="programlisting">  "underline"                <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a>        : Read / Write</pre>
1085
1085
<p>Style of underline for this text.</p>
1086
1086
<p>Default value: PANGO_UNDERLINE_NONE</p>
1087
1087
</div>
1088
1088
<hr>
1089
1089
<div class="refsect2">
1090
1090
<a name="GtkTextTag--underline-set"></a><h3>The <code class="literal">"underline-set"</code> property</h3>
1091
 
<pre class="programlisting">  "underline-set"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1091
<pre class="programlisting">  "underline-set"            <span class="type">gboolean</span>              : Read / Write</pre>
1092
1092
<p>Whether this tag affects underlining.</p>
1093
1093
<p>Default value: FALSE</p>
1094
1094
</div>
1095
1095
<hr>
1096
1096
<div class="refsect2">
1097
1097
<a name="GtkTextTag--variant"></a><h3>The <code class="literal">"variant"</code> property</h3>
1098
 
<pre class="programlisting">  "variant"                  <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a>          : Read / Write</pre>
 
1098
<pre class="programlisting">  "variant"                  <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a>          : Read / Write</pre>
1099
1099
<p>Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS.</p>
1100
1100
<p>Default value: PANGO_VARIANT_NORMAL</p>
1101
1101
</div>
1102
1102
<hr>
1103
1103
<div class="refsect2">
1104
1104
<a name="GtkTextTag--variant-set"></a><h3>The <code class="literal">"variant-set"</code> property</h3>
1105
 
<pre class="programlisting">  "variant-set"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1105
<pre class="programlisting">  "variant-set"              <span class="type">gboolean</span>              : Read / Write</pre>
1106
1106
<p>Whether this tag affects the font variant.</p>
1107
1107
<p>Default value: FALSE</p>
1108
1108
</div>
1109
1109
<hr>
1110
1110
<div class="refsect2">
1111
1111
<a name="GtkTextTag--weight"></a><h3>The <code class="literal">"weight"</code> property</h3>
1112
 
<pre class="programlisting">  "weight"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
1112
<pre class="programlisting">  "weight"                   <span class="type">gint</span>                  : Read / Write</pre>
1113
1113
<p>Font weight as an integer, see predefined values in PangoWeight; for example, PANGO_WEIGHT_BOLD.</p>
1114
1114
<p>Allowed values: &gt;= 0</p>
1115
1115
<p>Default value: 400</p>
1117
1117
<hr>
1118
1118
<div class="refsect2">
1119
1119
<a name="GtkTextTag--weight-set"></a><h3>The <code class="literal">"weight-set"</code> property</h3>
1120
 
<pre class="programlisting">  "weight-set"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1120
<pre class="programlisting">  "weight-set"               <span class="type">gboolean</span>              : Read / Write</pre>
1121
1121
<p>Whether this tag affects the font weight.</p>
1122
1122
<p>Default value: FALSE</p>
1123
1123
</div>
1131
1131
<hr>
1132
1132
<div class="refsect2">
1133
1133
<a name="GtkTextTag--wrap-mode-set"></a><h3>The <code class="literal">"wrap-mode-set"</code> property</h3>
1134
 
<pre class="programlisting">  "wrap-mode-set"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
1134
<pre class="programlisting">  "wrap-mode-set"            <span class="type">gboolean</span>              : Read / Write</pre>
1135
1135
<p>Whether this tag affects line wrap mode.</p>
1136
1136
<p>Default value: FALSE</p>
1137
1137
</div>
1140
1140
<a name="GtkTextTag.signal-details"></a><h2>Signal Details</h2>
1141
1141
<div class="refsect2">
1142
1142
<a name="GtkTextTag-event"></a><h3>The <code class="literal">"event"</code> signal</h3>
1143
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>  *tag,
 
1143
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>  *tag,
1144
1144
                                                        <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>     *object,
1145
 
                                                        <a href="../gdk/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>    *event,
 
1145
                                                        <a href="http://library.gnome.org/devel/gdk3/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>    *event,
1146
1146
                                                        <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter,
1147
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1147
                                                        <span class="type">gpointer</span>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
1148
1148
<p>
1149
1149
The ::event signal is emitted when an event occurs on a region of the
1150
1150
buffer marked with this tag.
1178
1178
<tr>
1179
1179
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1180
1180
<td>
1181
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop other handlers from being invoked for the
1182
 
event. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to propagate the event further.</td>
 
1181
<code class="literal">TRUE</code> to stop other handlers from being invoked for the
 
1182
event. <code class="literal">FALSE</code> to propagate the event further.</td>
1183
1183
</tr>
1184
1184
</tbody>
1185
1185
</table></div>
1188
1188
</div>
1189
1189
<div class="footer">
1190
1190
<hr>
1191
 
          Generated by GTK-Doc V1.18</div>
 
1191
          Generated by GTK-Doc V1.18.1</div>
1192
1192
</body>
1193
1193
</html>
 
 
b'\\ No newline at end of file'