Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 677c1b5134368504c2e447757584d19e > files > 737

ghc-gtk-devel-0.11.2-5.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Graphics.UI.Gtk.Multiline.TextTag</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
><SCRIPT TYPE="text/javascript"
>window.onload = function () {setSynopsis("mini_Graphics-UI-Gtk-Multiline-TextTag.html")};</SCRIPT
></HEAD
><BODY
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="topbar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><IMG SRC="haskell_icon.gif" WIDTH="16" HEIGHT="16" ALT=" "
></TD
><TD CLASS="title"
>gtk-0.11.2: Binding to the Gtk+ graphical user interface library.</TD
><TD CLASS="topbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html"
>Source code</A
></TD
><TD CLASS="topbut"
><A HREF="index.html"
>Contents</A
></TD
><TD CLASS="topbut"
><A HREF="doc-index.html"
>Index</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="modulebar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><FONT SIZE="6"
>Graphics.UI.Gtk.Multiline.TextTag</FONT
></TD
><TD ALIGN="right"
><TABLE CLASS="narrow" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="infohead"
>Portability</TD
><TD CLASS="infoval"
>portable (depends on GHC)</TD
></TR
><TR
><TD CLASS="infohead"
>Stability</TD
><TD CLASS="infoval"
>provisional</TD
></TR
><TR
><TD CLASS="infohead"
>Maintainer</TD
><TD CLASS="infoval"
>gtk2hs-users@lists.sourceforge.net</TD
></TR
></TABLE
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="section4"
><B
>Contents</B
></TD
></TR
><TR
><TD
><DL
><DT
><A HREF="#1"
>Detail
</A
></DT
><DT
><A HREF="#2"
>Class Hierarchy
</A
></DT
><DT
><A HREF="#3"
>Types
</A
></DT
><DT
><A HREF="#4"
>Constructors
</A
></DT
><DT
><A HREF="#5"
>Methods
</A
></DT
><DT
><A HREF="#6"
>Attributes
</A
></DT
><DT
><A HREF="#7"
>Signals
</A
></DT
><DT
><A HREF="#8"
>Deprecated
</A
></DT
></DL
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Description</TD
></TR
><TR
><TD CLASS="doc"
>A tag that can be applied to text in a <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextBuffer.html#t%3ATextBuffer"
>TextBuffer</A
></TT
>
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Synopsis</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>  <A HREF="#t%3ATextTag"
>TextTag</A
> </TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObjectClass"
>GObjectClass</A
> o =&gt; <A HREF="#t%3ATextTagClass"
>TextTagClass</A
> o </TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcastToTextTag"
>castToTextTag</A
> :: <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObjectClass"
>GObjectClass</A
> obj =&gt; obj -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AgTypeTextTag"
>gTypeTextTag</A
> :: <A HREF="Graphics-UI-Gtk-Abstract-Widget.html#t%3AGType"
>GType</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtoTextTag"
>toTextTag</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> o =&gt; o -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A HREF="#t%3ATagName"
>TagName</A
> = <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagNew"
>textTagNew</A
> :: <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Maybe.html#t%3AMaybe"
>Maybe</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATagName"
>TagName</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagSetPriority"
>textTagSetPriority</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; self -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagGetPriority"
>textTagGetPriority</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; self -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>newtype</SPAN
>  <A HREF="#t%3ATextAttributes"
>TextAttributes</A
>  = <A HREF="#v%3ATextAttributes"
>TextAttributes</A
> (<A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Foreign-ForeignPtr.html#t%3AForeignPtr"
>ForeignPtr</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
>)</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextAttributesNew"
>textAttributesNew</A
> :: <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextAttributesCopy"
>textAttributesCopy</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextAttributesCopyValues"
>textAttributesCopyValues</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AmakeNewTextAttributes"
>makeNewTextAttributes</A
> :: <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Foreign-Ptr.html#t%3APtr"
>Ptr</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagName"
>textTagName</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self (<A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Maybe.html#t%3AMaybe"
>Maybe</A
> <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
>)</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackground"
>textTagBackground</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackgroundSet"
>textTagBackgroundSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackgroundFullHeight"
>textTagBackgroundFullHeight</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackgroundFullHeightSet"
>textTagBackgroundFullHeightSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackgroundGdk"
>textTagBackgroundGdk</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackgroundStipple"
>textTagBackgroundStipple</A
> :: (<A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self, <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmapClass"
>PixmapClass</A
> pixmap) =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AReadWriteAttr"
>ReadWriteAttr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmap"
>Pixmap</A
> pixmap</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagBackgroundStippleSet"
>textTagBackgroundStippleSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagForeground"
>textTagForeground</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagForegroundSet"
>textTagForegroundSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagForegroundGdk"
>textTagForegroundGdk</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagForegroundStipple"
>textTagForegroundStipple</A
> :: (<A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self, <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmapClass"
>PixmapClass</A
> pixmap) =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AReadWriteAttr"
>ReadWriteAttr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmap"
>Pixmap</A
> pixmap</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagForegroundStippleSet"
>textTagForegroundStippleSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagDirection"
>textTagDirection</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-General-Enums.html#t%3ATextDirection"
>TextDirection</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagEditable"
>textTagEditable</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagEditableSet"
>textTagEditableSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagFont"
>textTagFont</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagFontDesc"
>textTagFontDesc</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Font.html#t%3AFontDescription"
>FontDescription</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagFamily"
>textTagFamily</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagFamilySet"
>textTagFamilySet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagStyle"
>textTagStyle</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AFontStyle"
>FontStyle</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagStyleSet"
>textTagStyleSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagTabsSet"
>textTagTabsSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagVariant"
>textTagVariant</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AVariant"
>Variant</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagVariantSet"
>textTagVariantSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagWeight"
>textTagWeight</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagWeightSet"
>textTagWeightSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagStretch"
>textTagStretch</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AStretch"
>Stretch</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagStretchSet"
>textTagStretchSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagSize"
>textTagSize</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagSizeSet"
>textTagSizeSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagScale"
>textTagScale</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Prelude.html#t%3ADouble"
>Double</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagScaleSet"
>textTagScaleSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagSizePoints"
>textTagSizePoints</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Prelude.html#t%3ADouble"
>Double</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagJustification"
>textTagJustification</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-General-Enums.html#t%3AJustification"
>Justification</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagJustificationSet"
>textTagJustificationSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagLanguage"
>textTagLanguage</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagLanguageSet"
>textTagLanguageSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagLeftMargin"
>textTagLeftMargin</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagLeftMarginSet"
>textTagLeftMarginSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagRightMargin"
>textTagRightMargin</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagRightMarginSet"
>textTagRightMarginSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagIndent"
>textTagIndent</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagIndentSet"
>textTagIndentSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagRise"
>textTagRise</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagRiseSet"
>textTagRiseSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPixelsAboveLines"
>textTagPixelsAboveLines</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPixelsAboveLinesSet"
>textTagPixelsAboveLinesSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPixelsBelowLines"
>textTagPixelsBelowLines</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPixelsBelowLinesSet"
>textTagPixelsBelowLinesSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPixelsInsideWrap"
>textTagPixelsInsideWrap</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPixelsInsideWrapSet"
>textTagPixelsInsideWrapSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagStrikethrough"
>textTagStrikethrough</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagStrikethroughSet"
>textTagStrikethroughSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagUnderline"
>textTagUnderline</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AUnderline"
>Underline</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagUnderlineSet"
>textTagUnderlineSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagWrapMode"
>textTagWrapMode</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-General-Enums.html#t%3AWrapMode"
>WrapMode</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagWrapModeSet"
>textTagWrapModeSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagInvisible"
>textTagInvisible</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagInvisibleSet"
>textTagInvisibleSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagParagraphBackground"
>textTagParagraphBackground</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagParagraphBackgroundSet"
>textTagParagraphBackgroundSet</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagParagraphBackgroundGdk"
>textTagParagraphBackgroundGdk</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagPriority"
>textTagPriority</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtextTagEvent"
>textTagEvent</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Signals.html#t%3ASignal"
>Signal</A
> self (<A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObject"
>GObject</A
> -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextIter.html#t%3ATextIter"
>TextIter</A
> -&gt; <A HREF="Graphics-UI-Gtk-Gdk-EventM.html#t%3AEventM"
>EventM</A
> <A HREF="Graphics-UI-Gtk-Gdk-EventM.html#t%3AEAny"
>EAny</A
> <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
>)</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AonTextTagEvent"
>onTextTagEvent</A
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> t =&gt; t -&gt; (<A HREF="Graphics-UI-Gtk-Gdk-Events.html#t%3AEvent"
>Event</A
> -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextIter.html#t%3ATextIter"
>TextIter</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
>) -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> (<A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Signals.html#t%3AConnectId"
>ConnectId</A
> t)</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="1"
><A NAME="1"
>Detail
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="doc"
><P
>You may wish to begin by reading the text widget conceptual overview
 which gives an overview of all the objects and data types related to the
 text widget and how they work together.
</P
><P
>Tags should be in the <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTagTable.html#t%3ATextTagTable"
>TextTagTable</A
></TT
> for a given
 Graphics.UI.Gtk.Multiline.TextBuffer.TextBuffer before
 using them with that buffer.
</P
><P
>Graphics.UI.Gtk.Multiline.TextBuffer.textBufferCreateTag is the best way
 to create tags.
</P
><P
>The <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#v%3AtextTagInvisible"
>textTagInvisible</A
></TT
> property was not implemented for Gtk+ 2.0; it's planned
 to be implemented in future releases.
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="2"
><A NAME="2"
>Class Hierarchy
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="doc"
><PRE
>
 | <TT
><A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObject"
>GObject</A
></TT
>
 | +----TextTag
</PRE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="3"
><A NAME="3"
>Types
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><SPAN CLASS="keyword"
>data</SPAN
>  <A NAME="t:TextTag"
><A NAME="t%3ATextTag"
></A
></A
><B
>TextTag</B
>  </TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#TextTag"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:TextTag')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:TextTag" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Eq.html#t%3AEq"
>Eq</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Ord.html#t%3AOrd"
>Ord</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObjectClass"
>GObjectClass</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObjectClass"
>GObjectClass</A
> o =&gt; <A NAME="t:TextTagClass"
><A NAME="t%3ATextTagClass"
></A
></A
><B
>TextTagClass</B
> o </TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#TextTagClass"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:TextTagClass')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:TextTagClass" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:castToTextTag"
><A NAME="v%3AcastToTextTag"
></A
></A
><B
>castToTextTag</B
> :: <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObjectClass"
>GObjectClass</A
> obj =&gt; obj -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#castToTextTag"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:gTypeTextTag"
><A NAME="v%3AgTypeTextTag"
></A
></A
><B
>gTypeTextTag</B
> :: <A HREF="Graphics-UI-Gtk-Abstract-Widget.html#t%3AGType"
>GType</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#gTypeTextTag"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:toTextTag"
><A NAME="v%3AtoTextTag"
></A
></A
><B
>toTextTag</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> o =&gt; o -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#toTextTag"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><SPAN CLASS="keyword"
>type</SPAN
> <A NAME="t:TagName"
><A NAME="t%3ATagName"
></A
></A
><B
>TagName</B
> = <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#TagName"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="4"
><A NAME="4"
>Constructors
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagNew"
><A NAME="v%3AtextTagNew"
></A
></A
><B
>textTagNew</B
> :: <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Maybe.html#t%3AMaybe"
>Maybe</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATagName"
>TagName</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagNew"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Creates a <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TT
>.
</P
><UL
><LI
> Supplying <TT
>Nothing</TT
> as tag name results in an anonymous tag.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="5"
><A NAME="5"
>Methods
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagSetPriority"
><A NAME="v%3AtextTagSetPriority"
></A
></A
><B
>textTagSetPriority</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; self -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagSetPriority"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Sets the priority of a <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTag"
>TextTag</A
></TT
>. Valid priorities are start at 0 and go
 to one less than
 Graphics.UI.Gtk.Multiline.TextTagTable.textTagTableGetSize.
 Each tag in a table has a unique
 priority; setting the priority of one tag shifts the priorities of all the
 other tags in the table to maintain a unique priority for each tag. Higher
 priority tags &quot;win&quot; if two tags both set the same text attribute. When
 adding a tag to a tag table, it will be assigned the highest priority in the
 table by default; so normally the precedence of a set of tags is the order
 in which they were added to the table, or created with
 Graphics.UI.Gtk.Multiline.TextBuffer.textBufferCreateTag, which adds the tag to the buffer's table
 automatically.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagGetPriority"
><A NAME="v%3AtextTagGetPriority"
></A
></A
><B
>textTagGetPriority</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; self -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagGetPriority"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Get the tag priority.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><SPAN CLASS="keyword"
>newtype</SPAN
>  <A NAME="t:TextAttributes"
><A NAME="t%3ATextAttributes"
></A
></A
><B
>TextAttributes</B
>  </TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#TextAttributes"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="section4"
>Constructors</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="arg"
><A NAME="v:TextAttributes"
><A NAME="v%3ATextAttributes"
></A
></A
><B
>TextAttributes</B
> (<A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Foreign-ForeignPtr.html#t%3AForeignPtr"
>ForeignPtr</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
>)</TD
><TD CLASS="rdoc"
></TD
></TR
></TABLE
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textAttributesNew"
><A NAME="v%3AtextAttributesNew"
></A
></A
><B
>textAttributesNew</B
> :: <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textAttributesNew"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Creates a <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TT
>, which describes a set of properties on some
 text.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textAttributesCopy"
><A NAME="v%3AtextAttributesCopy"
></A
></A
><B
>textAttributesCopy</B
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textAttributesCopy"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="arg"
>:: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
><TD CLASS="rdoc"
><TT
>src</TT
> - a <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TT
> to be copied
</TD
></TR
><TR
><TD CLASS="arg"
>-&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
><TD CLASS="rdoc"
></TD
></TR
><TR
><TD CLASS="ndoc" COLSPAN="2"
>Copies src and returns a new <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TT
>.
</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textAttributesCopyValues"
><A NAME="v%3AtextAttributesCopyValues"
></A
></A
><B
>textAttributesCopyValues</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textAttributesCopyValues"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Copies the values from src to dest so that dest has the same values as src.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:makeNewTextAttributes"
><A NAME="v%3AmakeNewTextAttributes"
></A
></A
><B
>makeNewTextAttributes</B
> :: <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Foreign-Ptr.html#t%3APtr"
>Ptr</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextAttributes"
>TextAttributes</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#makeNewTextAttributes"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>This function is use internal for transform TextAttributes.
 Don't expoert this function.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="6"
><A NAME="6"
>Attributes
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagName"
><A NAME="v%3AtextTagName"
></A
></A
><B
>textTagName</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self (<A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Maybe.html#t%3AMaybe"
>Maybe</A
> <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
>)</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagName"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Name used to refer to the text tag. <TT
>Nothing</TT
> for anonymous tags.
</P
><P
>Default value: <TT
>Nothing</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackground"
><A NAME="v%3AtextTagBackground"
></A
></A
><B
>textTagBackground</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackground"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Background color as a string.
</P
><P
>Default value: &quot;&quot;
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackgroundSet"
><A NAME="v%3AtextTagBackgroundSet"
></A
></A
><B
>textTagBackgroundSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackgroundSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the background color.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackgroundFullHeight"
><A NAME="v%3AtextTagBackgroundFullHeight"
></A
></A
><B
>textTagBackgroundFullHeight</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackgroundFullHeight"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether the background color fills the entire line height or only the
 height of the tagged characters.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackgroundFullHeightSet"
><A NAME="v%3AtextTagBackgroundFullHeightSet"
></A
></A
><B
>textTagBackgroundFullHeightSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackgroundFullHeightSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects background height.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackgroundGdk"
><A NAME="v%3AtextTagBackgroundGdk"
></A
></A
><B
>textTagBackgroundGdk</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackgroundGdk"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Background color as a (possibly unallocated) GdkColor.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackgroundStipple"
><A NAME="v%3AtextTagBackgroundStipple"
></A
></A
><B
>textTagBackgroundStipple</B
> :: (<A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self, <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmapClass"
>PixmapClass</A
> pixmap) =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AReadWriteAttr"
>ReadWriteAttr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmap"
>Pixmap</A
> pixmap</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackgroundStipple"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Bitmap to use as a mask when drawing the text background.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagBackgroundStippleSet"
><A NAME="v%3AtextTagBackgroundStippleSet"
></A
></A
><B
>textTagBackgroundStippleSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagBackgroundStippleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the background stipple.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagForeground"
><A NAME="v%3AtextTagForeground"
></A
></A
><B
>textTagForeground</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagForeground"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Foreground color as a string.
</P
><P
>Default value: &quot;&quot;
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagForegroundSet"
><A NAME="v%3AtextTagForegroundSet"
></A
></A
><B
>textTagForegroundSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagForegroundSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the foreground color.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagForegroundGdk"
><A NAME="v%3AtextTagForegroundGdk"
></A
></A
><B
>textTagForegroundGdk</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagForegroundGdk"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Foreground color as a (possibly unallocated) GdkColor.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagForegroundStipple"
><A NAME="v%3AtextTagForegroundStipple"
></A
></A
><B
>textTagForegroundStipple</B
> :: (<A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self, <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmapClass"
>PixmapClass</A
> pixmap) =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AReadWriteAttr"
>ReadWriteAttr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-Pixmap.html#t%3APixmap"
>Pixmap</A
> pixmap</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagForegroundStipple"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Bitmap to use as a mask when drawing the text foreground.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagForegroundStippleSet"
><A NAME="v%3AtextTagForegroundStippleSet"
></A
></A
><B
>textTagForegroundStippleSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagForegroundStippleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the foreground stipple.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagDirection"
><A NAME="v%3AtextTagDirection"
></A
></A
><B
>textTagDirection</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-General-Enums.html#t%3ATextDirection"
>TextDirection</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagDirection"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Text direction, e.g. right-to-left or left-to-right.
</P
><P
>Default value: <TT
><A HREF="Graphics-UI-Gtk-General-Enums.html#v%3ATextDirLtr"
>TextDirLtr</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagEditable"
><A NAME="v%3AtextTagEditable"
></A
></A
><B
>textTagEditable</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagEditable"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether the text can be modified by the user.
</P
><P
>Default value: <TT
>True</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagEditableSet"
><A NAME="v%3AtextTagEditableSet"
></A
></A
><B
>textTagEditableSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagEditableSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects text editability.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagFont"
><A NAME="v%3AtextTagFont"
></A
></A
><B
>textTagFont</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagFont"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font description as a string, e.g. &quot;Sans Italic 12&quot;.
</P
><P
>Default value: &quot;&quot;
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagFontDesc"
><A NAME="v%3AtextTagFontDesc"
></A
></A
><B
>textTagFontDesc</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Font.html#t%3AFontDescription"
>FontDescription</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagFontDesc"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font description as a <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Font.html#t%3AFontDescription"
>FontDescription</A
></TT
> struct.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagFamily"
><A NAME="v%3AtextTagFamily"
></A
></A
><B
>textTagFamily</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagFamily"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Name of the font family, e.g. Sans, Helvetica, Times, Monospace.
</P
><P
>Default value: &quot;&quot;
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagFamilySet"
><A NAME="v%3AtextTagFamilySet"
></A
></A
><B
>textTagFamilySet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagFamilySet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the font family.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagStyle"
><A NAME="v%3AtextTagStyle"
></A
></A
><B
>textTagStyle</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AFontStyle"
>FontStyle</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagStyle"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font style as a <TT
><A HREF="Graphics-UI-Gtk-General-Style.html#t%3AStyle"
>Style</A
></TT
>, e.g. <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AStyleItalic"
>StyleItalic</A
></TT
>.
</P
><P
>Default value: <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AStyleNormal"
>StyleNormal</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagStyleSet"
><A NAME="v%3AtextTagStyleSet"
></A
></A
><B
>textTagStyleSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagStyleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the font style.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagTabsSet"
><A NAME="v%3AtextTagTabsSet"
></A
></A
><B
>textTagTabsSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagTabsSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Custom tabs for this text.
 textTagTabs :: TextTagClass self =&gt; Attr self TabArray
</P
><P
>Whether this tag affects tabs.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagVariant"
><A NAME="v%3AtextTagVariant"
></A
></A
><B
>textTagVariant</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AVariant"
>Variant</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagVariant"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font variant as a <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AVariant"
>Variant</A
></TT
>, e.g. <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AVariantSmallCaps"
>VariantSmallCaps</A
></TT
>.
</P
><P
>Default value: <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AVariantNormal"
>VariantNormal</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagVariantSet"
><A NAME="v%3AtextTagVariantSet"
></A
></A
><B
>textTagVariantSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagVariantSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the font variant.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagWeight"
><A NAME="v%3AtextTagWeight"
></A
></A
><B
>textTagWeight</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagWeight"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font weight as an integer, see predefined values in Graphics.Rendering.Pango.Enums.Weight; for
 example, Graphics.Rendering.Pango.Enums.WeightBold.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 400
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagWeightSet"
><A NAME="v%3AtextTagWeightSet"
></A
></A
><B
>textTagWeightSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagWeightSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the font weight.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagStretch"
><A NAME="v%3AtextTagStretch"
></A
></A
><B
>textTagStretch</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AStretch"
>Stretch</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagStretch"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font stretch as a <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AStretch"
>Stretch</A
></TT
>, e.g. <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AStretchCondensed"
>StretchCondensed</A
></TT
>.
</P
><P
>Default value: <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AStretchNormal"
>StretchNormal</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagStretchSet"
><A NAME="v%3AtextTagStretchSet"
></A
></A
><B
>textTagStretchSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagStretchSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether this tag affects the font stretch.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagSize"
><A NAME="v%3AtextTagSize"
></A
></A
><B
>textTagSize</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagSize"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font size in Pango units.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagSizeSet"
><A NAME="v%3AtextTagSizeSet"
></A
></A
><B
>textTagSizeSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagSizeSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the font size.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagScale"
><A NAME="v%3AtextTagScale"
></A
></A
><B
>textTagScale</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Prelude.html#t%3ADouble"
>Double</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagScale"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font size as a scale factor relative to the default font size. This
 properly adapts to theme changes etc. so is recommended.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 1
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagScaleSet"
><A NAME="v%3AtextTagScaleSet"
></A
></A
><B
>textTagScaleSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagScaleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag scales the font size by a factor.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagSizePoints"
><A NAME="v%3AtextTagSizePoints"
></A
></A
><B
>textTagSizePoints</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Prelude.html#t%3ADouble"
>Double</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagSizePoints"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Font size in points.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagJustification"
><A NAME="v%3AtextTagJustification"
></A
></A
><B
>textTagJustification</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-General-Enums.html#t%3AJustification"
>Justification</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagJustification"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Left, right, or center justification.
</P
><P
>Default value: <TT
><A HREF="Graphics-UI-Gtk-General-Enums.html#v%3AJustifyLeft"
>JustifyLeft</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagJustificationSet"
><A NAME="v%3AtextTagJustificationSet"
></A
></A
><B
>textTagJustificationSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagJustificationSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects paragraph justification.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagLanguage"
><A NAME="v%3AtextTagLanguage"
></A
></A
><B
>textTagLanguage</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagLanguage"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>The language this text is in, as an ISO code. Pango can use this as a
 hint when rendering the text. If not set, an appropriate default will be
 used.
</P
><P
>Default value: &quot;&quot;
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagLanguageSet"
><A NAME="v%3AtextTagLanguageSet"
></A
></A
><B
>textTagLanguageSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagLanguageSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the language the text is rendered as.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagLeftMargin"
><A NAME="v%3AtextTagLeftMargin"
></A
></A
><B
>textTagLeftMargin</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagLeftMargin"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Width of the left margin in pixels.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagLeftMarginSet"
><A NAME="v%3AtextTagLeftMarginSet"
></A
></A
><B
>textTagLeftMarginSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagLeftMarginSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the left margin.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagRightMargin"
><A NAME="v%3AtextTagRightMargin"
></A
></A
><B
>textTagRightMargin</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagRightMargin"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Width of the right margin in pixels.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagRightMarginSet"
><A NAME="v%3AtextTagRightMarginSet"
></A
></A
><B
>textTagRightMarginSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagRightMarginSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the right margin.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagIndent"
><A NAME="v%3AtextTagIndent"
></A
></A
><B
>textTagIndent</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagIndent"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Amount to indent the paragraph, in pixels.
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagIndentSet"
><A NAME="v%3AtextTagIndentSet"
></A
></A
><B
>textTagIndentSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagIndentSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects indentation.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagRise"
><A NAME="v%3AtextTagRise"
></A
></A
><B
>textTagRise</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagRise"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Offset of text above the baseline (below the baseline if rise is
 negative) in pixels.
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagRiseSet"
><A NAME="v%3AtextTagRiseSet"
></A
></A
><B
>textTagRiseSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagRiseSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether this tag affects the rise.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPixelsAboveLines"
><A NAME="v%3AtextTagPixelsAboveLines"
></A
></A
><B
>textTagPixelsAboveLines</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPixelsAboveLines"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Pixels of blank space above paragraphs.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPixelsAboveLinesSet"
><A NAME="v%3AtextTagPixelsAboveLinesSet"
></A
></A
><B
>textTagPixelsAboveLinesSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPixelsAboveLinesSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the number of pixels above lines.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPixelsBelowLines"
><A NAME="v%3AtextTagPixelsBelowLines"
></A
></A
><B
>textTagPixelsBelowLines</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPixelsBelowLines"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Pixels of blank space below paragraphs.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPixelsBelowLinesSet"
><A NAME="v%3AtextTagPixelsBelowLinesSet"
></A
></A
><B
>textTagPixelsBelowLinesSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPixelsBelowLinesSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the number of pixels below lines.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPixelsInsideWrap"
><A NAME="v%3AtextTagPixelsInsideWrap"
></A
></A
><B
>textTagPixelsInsideWrap</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPixelsInsideWrap"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Pixels of blank space between wrapped lines in a paragraph.
</P
><P
>Allowed values: &gt;= 0
</P
><P
>Default value: 0
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPixelsInsideWrapSet"
><A NAME="v%3AtextTagPixelsInsideWrapSet"
></A
></A
><B
>textTagPixelsInsideWrapSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPixelsInsideWrapSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the number of pixels between wrapped lines.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagStrikethrough"
><A NAME="v%3AtextTagStrikethrough"
></A
></A
><B
>textTagStrikethrough</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagStrikethrough"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether to strike through the text.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagStrikethroughSet"
><A NAME="v%3AtextTagStrikethroughSet"
></A
></A
><B
>textTagStrikethroughSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagStrikethroughSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects strikethrough.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagUnderline"
><A NAME="v%3AtextTagUnderline"
></A
></A
><B
>textTagUnderline</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#t%3AUnderline"
>Underline</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagUnderline"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Style of underline for this text.
</P
><P
>Default value: <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AUnderlineNone"
>UnderlineNone</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagUnderlineSet"
><A NAME="v%3AtextTagUnderlineSet"
></A
></A
><B
>textTagUnderlineSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagUnderlineSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects underlining.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagWrapMode"
><A NAME="v%3AtextTagWrapMode"
></A
></A
><B
>textTagWrapMode</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-General-Enums.html#t%3AWrapMode"
>WrapMode</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagWrapMode"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether to wrap lines never, at word boundaries, or at character
 boundaries.
</P
><P
>Default value: <TT
><A HREF="Graphics-UI-Gtk-General-Enums.html#v%3AWrapNone"
>WrapNone</A
></TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagWrapModeSet"
><A NAME="v%3AtextTagWrapModeSet"
></A
></A
><B
>textTagWrapModeSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagWrapModeSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects line wrap mode.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagInvisible"
><A NAME="v%3AtextTagInvisible"
></A
></A
><B
>textTagInvisible</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagInvisible"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this text is hidden.
</P
><P
>Note that there may still be problems with the support for invisible
 text, in particular when navigating programmatically inside a buffer
 containing invisible segments.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagInvisibleSet"
><A NAME="v%3AtextTagInvisibleSet"
></A
></A
><B
>textTagInvisibleSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagInvisibleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects text visibility.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagParagraphBackground"
><A NAME="v%3AtextTagParagraphBackground"
></A
></A
><B
>textTagParagraphBackground</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagParagraphBackground"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>The paragraph background color as a string.
</P
><P
>Default value: &quot;&quot;
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagParagraphBackgroundSet"
><A NAME="v%3AtextTagParagraphBackgroundSet"
></A
></A
><B
>textTagParagraphBackgroundSet</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagParagraphBackgroundSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether this tag affects the paragraph background color.
</P
><P
>Default value: <TT
>False</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagParagraphBackgroundGdk"
><A NAME="v%3AtextTagParagraphBackgroundGdk"
></A
></A
><B
>textTagParagraphBackgroundGdk</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagParagraphBackgroundGdk"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>The paragraph background color as a as a (possibly unallocated) <TT
><A HREF="Graphics-UI-Gtk-Gdk-GC.html#t%3AColor"
>Color</A
></TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagPriority"
><A NAME="v%3AtextTagPriority"
></A
></A
><B
>textTagPriority</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> self <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagPriority"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>'priority' property. See <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#v%3AtextTagGetPriority"
>textTagGetPriority</A
></TT
> and <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#v%3AtextTagSetPriority"
>textTagSetPriority</A
></TT
>
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="7"
><A NAME="7"
>Signals
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:textTagEvent"
><A NAME="v%3AtextTagEvent"
></A
></A
><B
>textTagEvent</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> self =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Signals.html#t%3ASignal"
>Signal</A
> self (<A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-GObject.html#t%3AGObject"
>GObject</A
> -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextIter.html#t%3ATextIter"
>TextIter</A
> -&gt; <A HREF="Graphics-UI-Gtk-Gdk-EventM.html#t%3AEventM"
>EventM</A
> <A HREF="Graphics-UI-Gtk-Gdk-EventM.html#t%3AEAny"
>EAny</A
> <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Bool.html#t%3ABool"
>Bool</A
>)</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#textTagEvent"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>An event has occurred that affects the given tag.
</P
><UL
><LI
> Adding an event handler to the tag makes it possible to react on
 e.g. mouse clicks to implement hyperlinking.
</LI
><LI
> The first argument is the object the event was fired from (typically a <TT
><A HREF="Graphics-UI-Gtk-Multiline-TextView.html#t%3ATextView"
>TextView</A
></TT
>).
 The second argument is the iterator indicating where the event happened.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
><A NAME="8"
><A NAME="8"
>Deprecated
</A
></A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:onTextTagEvent"
><A NAME="v%3AonTextTagEvent"
></A
></A
><B
>onTextTagEvent</B
> :: <A HREF="Graphics-UI-Gtk-Multiline-TextTag.html#t%3ATextTagClass"
>TextTagClass</A
> t =&gt; t -&gt; (<A HREF="Graphics-UI-Gtk-Gdk-Events.html#t%3AEvent"
>Event</A
> -&gt; <A HREF="Graphics-UI-Gtk-Multiline-TextIter.html#t%3ATextIter"
>TextIter</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> <A HREF="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
>) -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/System-IO.html#t%3AIO"
>IO</A
> (<A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Signals.html#t%3AConnectId"
>ConnectId</A
> t)</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Multiline-TextTag.html#onTextTagEvent"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>An event has occurred that affects the given tag.
</P
><UL
><LI
> Adding an event handler to the tag makes it possible to react on
 e.g. mouse clicks to implement hyperlinking.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="botbar"
>Produced by <A HREF="http://www.haskell.org/haddock/"
>Haddock</A
> version 2.6.1</TD
></TR
></TABLE
></BODY
></HTML
>