Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 677c1b5134368504c2e447757584d19e > files > 717

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.ModelView.CellRendererText</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-ModelView-CellRendererText.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-ModelView-CellRendererText.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.ModelView.CellRendererText</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 <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRenderer"
>CellRenderer</A
></TT
> which displays a single-line text.
</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%3ACellRendererText"
>CellRendererText</A
> </TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</A
> o =&gt; <A HREF="#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> o </TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcastToCellRendererText"
>castToCellRendererText</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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AgTypeCellRendererText"
>gTypeCellRendererText</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%3AtoCellRendererText"
>toCellRendererText</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> o =&gt; o -&gt; <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcellRendererTextNew"
>cellRendererTextNew</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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcellRendererTextSetFixedHeightFromFont"
>cellRendererTextSetFixedHeightFromFont</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellText"
>cellText</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> cr =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> cr <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%3AcellTextMarkup"
>cellTextMarkup</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> cr =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> cr (<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%3AcellTextSingleParagraphMode"
>cellTextSingleParagraphMode</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextBackground"
>cellTextBackground</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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%3AcellTextBackgroundColor"
>cellTextBackgroundColor</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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%3AcellTextBackgroundSet"
>cellTextBackgroundSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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%3AcellTextForeground"
>cellTextForeground</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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%3AcellTextForegroundColor"
>cellTextForegroundColor</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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%3AcellTextForegroundSet"
>cellTextForegroundSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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%3AcellTextEditable"
>cellTextEditable</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextEditableSet"
>cellTextEditableSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextFont"
>cellTextFont</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextFontDesc"
>cellTextFontDesc</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextFamily"
>cellTextFamily</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextFamilySet"
>cellTextFamilySet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextStyle"
>cellTextStyle</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextStyleSet"
>cellTextStyleSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextVariant"
>cellTextVariant</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextVariantSet"
>cellTextVariantSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextWeight"
>cellTextWeight</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextWeightSet"
>cellTextWeightSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextStretch"
>cellTextStretch</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextStretchSet"
>cellTextStretchSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextSize"
>cellTextSize</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextSizePoints"
>cellTextSizePoints</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextSizeSet"
>cellTextSizeSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextScale"
>cellTextScale</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextScaleSet"
>cellTextScaleSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextRise"
>cellTextRise</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextRiseSet"
>cellTextRiseSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextStrikethrough"
>cellTextStrikethrough</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextStrikethroughSet"
>cellTextStrikethroughSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextUnderline"
>cellTextUnderline</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextUnderlineSet"
>cellTextUnderlineSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextLanguage"
>cellTextLanguage</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextLanguageSet"
>cellTextLanguageSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextEllipsize"
>cellTextEllipsize</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AEllipsizeMode"
>EllipsizeMode</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcellTextEllipsizeSet"
>cellTextEllipsizeSet</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextWidthChars"
>cellTextWidthChars</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextWrapMode"
>cellTextWrapMode</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-Layout.html#t%3ALayoutWrapMode"
>LayoutWrapMode</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcellTextWrapWidth"
>cellTextWrapWidth</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AcellTextAlignment"
>cellTextAlignment</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-Layout.html#t%3ALayoutAlignment"
>LayoutAlignment</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3Aedited"
>edited</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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="Graphics-UI-Gtk-ModelView-TreeModel.html#t%3ATreePath"
>TreePath</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</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%3AonEdited"
>onEdited</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> self =&gt; self -&gt; (<A HREF="Graphics-UI-Gtk-ModelView-TreeModel.html#t%3ATreePath"
>TreePath</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</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
> self)</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AafterEdited"
>afterEdited</A
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> self =&gt; self -&gt; (<A HREF="Graphics-UI-Gtk-ModelView-TreeModel.html#t%3ATreePath"
>TreePath</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</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
> self)</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
>A <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TT
> renders a given text in its cell, using the font,
 color and style information provided by its attributes. The text will be
 ellipsized if it is too long and the ellipsize property allows it.
</P
><P
>If the cellMode is CellRendererModeEditable, the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TT
>
 allows the user to edit its text using an <TT
><A HREF="Graphics-UI-Gtk-Entry-Entry.html#t%3AEntry"
>Entry</A
></TT
> widget.
</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
>
 | +----<TT
><A HREF="Graphics-UI-Gtk-Abstract-Object.html#t%3AObject"
>Object</A
></TT
>
 | +----<TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRenderer"
>CellRenderer</A
></TT
>
 | +----CellRendererText
 | +----<TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererCombo.html#t%3ACellRendererCombo"
>CellRendererCombo</A
></TT
>
</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:CellRendererText"
><A NAME="t%3ACellRendererText"
></A
></A
><B
>CellRendererText</B
>  </TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#CellRendererText"
>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:CellRendererText')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:CellRendererText" 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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</A
> <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-Abstract-Object.html#t%3AObjectClass"
>ObjectClass</A
> <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</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="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</A
> o =&gt; <A NAME="t:CellRendererTextClass"
><A NAME="t%3ACellRendererTextClass"
></A
></A
><B
>CellRendererTextClass</B
> o </TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#CellRendererTextClass"
>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:CellRendererTextClass')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:CellRendererTextClass" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> <A HREF="Graphics-UI-Gtk-ModelView-CellRendererCombo.html#t%3ACellRendererCombo"
>CellRendererCombo</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</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:castToCellRendererText"
><A NAME="v%3AcastToCellRendererText"
></A
></A
><B
>castToCellRendererText</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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#castToCellRendererText"
>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:gTypeCellRendererText"
><A NAME="v%3AgTypeCellRendererText"
></A
></A
><B
>gTypeCellRendererText</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#gTypeCellRendererText"
>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:toCellRendererText"
><A NAME="v%3AtoCellRendererText"
></A
></A
><B
>toCellRendererText</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> o =&gt; o -&gt; <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-Types.html#toCellRendererText"
>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:cellRendererTextNew"
><A NAME="v%3AcellRendererTextNew"
></A
></A
><B
>cellRendererTextNew</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-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#cellRendererTextNew"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Create a new CellRendererText object.
</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:cellRendererTextSetFixedHeightFromFont"
><A NAME="v%3AcellRendererTextSetFixedHeightFromFont"
></A
></A
><B
>cellRendererTextSetFixedHeightFromFont</B
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#cellRendererTextSetFixedHeightFromFont"
>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-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> self</TD
><TD CLASS="rdoc"
></TD
></TR
><TR
><TD CLASS="arg"
>=&gt; self</TD
><TD CLASS="rdoc"
></TD
></TR
><TR
><TD CLASS="arg"
>-&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Int.html#t%3AInt"
>Int</A
></TD
><TD CLASS="rdoc"
><TT
>numberOfRows</TT
> - Number of rows of text each cell renderer is
 allocated, or -1
</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="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t%3A%28%29"
>()</A
></TD
><TD CLASS="rdoc"
></TD
></TR
><TR
><TD CLASS="ndoc" COLSPAN="2"
>Sets the height of a renderer to explicitly be determined by the
 <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextFont"
>cellTextFont</A
></TT
> and Graphics.UI.Gtk.ModelView.CellRenderer.cellYPad
 attribute set on it. Further changes in these properties do not affect the
 height, so they must be accompanied by a subsequent call to this function.
 Using this function is unflexible, and should really only be used if
 calculating the size of a cell is too slow (ie, a massive number of cells
 displayed). If <TT
>numberOfRows</TT
> is -1, then the fixed height is unset, and
 the height is determined by the properties again.
</TD
></TR
></TABLE
></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:cellText"
><A NAME="v%3AcellText"
></A
></A
><B
>cellText</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> cr =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AAttr"
>Attr</A
> cr <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-ModelView-CellRendererText.html#cellText"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Define the attribute that specifies the text to be rendered. See
 also <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextMarkup"
>cellTextMarkup</A
></TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextMarkup"
><A NAME="v%3AcellTextMarkup"
></A
></A
><B
>cellTextMarkup</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> cr =&gt; <A HREF="/usr/share/doc/ghc/html/libraries/glib-0.11.2/System-Glib-Attributes.html#t%3AWriteAttr"
>WriteAttr</A
> cr (<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-ModelView-CellRendererText.html#cellTextMarkup"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Define a markup string instead of a text. See <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellText"
>cellText</A
></TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextSingleParagraphMode"
><A NAME="v%3AcellTextSingleParagraphMode"
></A
></A
><B
>cellTextSingleParagraphMode</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextSingleParagraphMode"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether or not to keep all text in a single paragraph.
</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:cellTextBackground"
><A NAME="v%3AcellTextBackground"
></A
></A
><B
>cellTextBackground</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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-ModelView-CellRendererText.html#cellTextBackground"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Text background color as a string.
</P
><P
>Default value: <TT
>&quot;&quot;</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextBackgroundColor"
><A NAME="v%3AcellTextBackgroundColor"
></A
></A
><B
>cellTextBackgroundColor</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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-ModelView-CellRendererText.html#cellTextBackgroundColor"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Text background color as a <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:cellTextBackgroundSet"
><A NAME="v%3AcellTextBackgroundSet"
></A
></A
><B
>cellTextBackgroundSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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-ModelView-CellRendererText.html#cellTextBackgroundSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether the 'cellTextBackground'\/'cellTextBackgroundColor' attribute is set.
</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:cellTextForeground"
><A NAME="v%3AcellTextForeground"
></A
></A
><B
>cellTextForeground</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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-ModelView-CellRendererText.html#cellTextForeground"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Text foreground color as a string.
</P
><P
>Default value: <TT
>&quot;&quot;</TT
>
</P
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextForegroundColor"
><A NAME="v%3AcellTextForegroundColor"
></A
></A
><B
>cellTextForegroundColor</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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-ModelView-CellRendererText.html#cellTextForegroundColor"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Text foreground color as a <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:cellTextForegroundSet"
><A NAME="v%3AcellTextForegroundSet"
></A
></A
><B
>cellTextForegroundSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRendererClass"
>CellRendererClass</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-ModelView-CellRendererText.html#cellTextForegroundSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether the 'cellTextForeground'\/'cellTextForegroundColor' attribute is set.
</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:cellTextEditable"
><A NAME="v%3AcellTextEditable"
></A
></A
><B
>cellTextEditable</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextEditable"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the text can be modified by the user.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextEditableSet"
><A NAME="v%3AcellTextEditableSet"
></A
></A
><B
>cellTextEditableSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextEditableSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextEditable"
>cellTextEditable</A
></TT
> flag affects text editability.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextFont"
><A NAME="v%3AcellTextFont"
></A
></A
><B
>cellTextFont</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextFont"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font description as a string.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextFontDesc"
><A NAME="v%3AcellTextFontDesc"
></A
></A
><B
>cellTextFontDesc</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextFontDesc"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font description as a Graphics.Rendering.Pango.FontDescription.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextFamily"
><A NAME="v%3AcellTextFamily"
></A
></A
><B
>cellTextFamily</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextFamily"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Name of the font family, e.g. Sans, Helvetica, Times, Monospace.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextFamilySet"
><A NAME="v%3AcellTextFamilySet"
></A
></A
><B
>cellTextFamilySet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextFamilySet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Determines if <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextFamily"
>cellTextFamily</A
></TT
> has an effect.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextStyle"
><A NAME="v%3AcellTextStyle"
></A
></A
><B
>cellTextStyle</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextStyle"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font style (e.g. normal or italics).
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextStyleSet"
><A NAME="v%3AcellTextStyleSet"
></A
></A
><B
>cellTextStyleSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextStyleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextStyle"
>cellTextStyle</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextVariant"
><A NAME="v%3AcellTextVariant"
></A
></A
><B
>cellTextVariant</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextVariant"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font variant (e.g. small caps).
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextVariantSet"
><A NAME="v%3AcellTextVariantSet"
></A
></A
><B
>cellTextVariantSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextVariantSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextVariant"
>cellTextVariant</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextWeight"
><A NAME="v%3AcellTextWeight"
></A
></A
><B
>cellTextWeight</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextWeight"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font weight, default: 400.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextWeightSet"
><A NAME="v%3AcellTextWeightSet"
></A
></A
><B
>cellTextWeightSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextWeightSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextWeight"
>cellTextWeight</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextStretch"
><A NAME="v%3AcellTextStretch"
></A
></A
><B
>cellTextStretch</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextStretch"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font stretch.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextStretchSet"
><A NAME="v%3AcellTextStretchSet"
></A
></A
><B
>cellTextStretchSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextStretchSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextStretch"
>cellTextStretch</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextSize"
><A NAME="v%3AcellTextSize"
></A
></A
><B
>cellTextSize</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextSize"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font size in points.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextSizePoints"
><A NAME="v%3AcellTextSizePoints"
></A
></A
><B
>cellTextSizePoints</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextSizePoints"
>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:cellTextSizeSet"
><A NAME="v%3AcellTextSizeSet"
></A
></A
><B
>cellTextSizeSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextSizeSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextSize"
>cellTextSize</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextScale"
><A NAME="v%3AcellTextScale"
></A
></A
><B
>cellTextScale</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextScale"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Font scaling factor. Default is 1.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextScaleSet"
><A NAME="v%3AcellTextScaleSet"
></A
></A
><B
>cellTextScaleSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextScaleSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextScale"
>cellTextScale</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextRise"
><A NAME="v%3AcellTextRise"
></A
></A
><B
>cellTextRise</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextRise"
>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).
</P
><P
>Allowed values: &gt;= -2147483647
</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:cellTextRiseSet"
><A NAME="v%3AcellTextRiseSet"
></A
></A
><B
>cellTextRiseSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextRiseSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextRise"
>cellTextRise</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextStrikethrough"
><A NAME="v%3AcellTextStrikethrough"
></A
></A
><B
>cellTextStrikethrough</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextStrikethrough"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether to strike through the text.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextStrikethroughSet"
><A NAME="v%3AcellTextStrikethroughSet"
></A
></A
><B
>cellTextStrikethroughSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextStrikethroughSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextStrikethrough"
>cellTextStrikethrough</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextUnderline"
><A NAME="v%3AcellTextUnderline"
></A
></A
><B
>cellTextUnderline</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextUnderline"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Style of underline for this text.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextUnderlineSet"
><A NAME="v%3AcellTextUnderlineSet"
></A
></A
><B
>cellTextUnderlineSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextUnderlineSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextUnderline"
>cellTextUnderline</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextLanguage"
><A NAME="v%3AcellTextLanguage"
></A
></A
><B
>cellTextLanguage</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextLanguage"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>The language this text is in, as an ISO code. Pango can use this as
 a hint when rendering the text. If you don't understand this parameter,
 you probably don't need it.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextLanguageSet"
><A NAME="v%3AcellTextLanguageSet"
></A
></A
><B
>cellTextLanguageSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextLanguageSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextLanguage"
>cellTextLanguage</A
></TT
> tag is used, default is <TT
>False</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextEllipsize"
><A NAME="v%3AcellTextEllipsize"
></A
></A
><B
>cellTextEllipsize</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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%3AEllipsizeMode"
>EllipsizeMode</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#cellTextEllipsize"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Specifies the preferred place to ellipsize the string, if the cell
 renderer does not have enough room to display the entire string.
 Setting it to <TT
><A HREF="/usr/share/doc/ghc/html/libraries/pango-0.11.2/Graphics-Rendering-Pango-Enums.html#v%3AEllipsizeNone"
>EllipsizeNone</A
></TT
> turns off
 ellipsizing. See the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextWrapWidth"
>cellTextWrapWidth</A
></TT
> property for another way of
 making the text fit into a given width.
</P
><UL
><LI
> Available in Gtk 2.6 or higher.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextEllipsizeSet"
><A NAME="v%3AcellTextEllipsizeSet"
></A
></A
><B
>cellTextEllipsizeSet</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextEllipsizeSet"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Whether the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextEllipsize"
>cellTextEllipsize</A
></TT
> tag affects the ellipsize mode.
</P
><UL
><LI
> Available in Gtk 2.6 or higher.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextWidthChars"
><A NAME="v%3AcellTextWidthChars"
></A
></A
><B
>cellTextWidthChars</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextWidthChars"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>The desired width of the cell, in characters. If this property is set
 to <TT
>-1</TT
>, the width will be calculated automatically, otherwise the cell
 will request either 3 characters or the property value, whichever is
 greater.
</P
><UL
><LI
> Available in Gtk 2.6 or higher.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextWrapMode"
><A NAME="v%3AcellTextWrapMode"
></A
></A
><B
>cellTextWrapMode</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-Layout.html#t%3ALayoutWrapMode"
>LayoutWrapMode</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#cellTextWrapMode"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Specifies how to break the string into multiple lines, if the cell
 renderer does not have enough room to display the entire string.
 This property has no effect unless the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextWrapWidth"
>cellTextWrapWidth</A
></TT
> property is set.
</P
><UL
><LI
> Available in Gtk 2.8 or higher.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextWrapWidth"
><A NAME="v%3AcellTextWrapWidth"
></A
></A
><B
>cellTextWrapWidth</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-ModelView-CellRendererText.html#cellTextWrapWidth"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Specifies the width at which the text is wrapped. The wrap-mode
 property can be used to influence at what character positions the
 line breaks can be placed. Setting wrap-width to <TT
>-1</TT
> turns wrapping off.
</P
><UL
><LI
> Available in Gtk 2.8 or higher.
</LI
></UL
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="topdecl"
><TABLE CLASS="declbar"
><TR
><TD CLASS="declname"
><A NAME="v:cellTextAlignment"
><A NAME="v%3AcellTextAlignment"
></A
></A
><B
>cellTextAlignment</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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-Layout.html#t%3ALayoutAlignment"
>LayoutAlignment</A
></TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#cellTextAlignment"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Specifies how to align the lines of text with respect to each other.
</P
><P
>Note that this property describes how to align the lines of text in case
 there are several of them. The
 Graphics.UI.Gtk.ModelView.CellRenderer.cellXAlign property of
 <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRenderer.html#t%3ACellRenderer"
>CellRenderer</A
></TT
>, on the other hand, sets the horizontal alignment of the
 whole text.
</P
><P
>Default value: Graphics.Rendering.Pango.Layout.AlignLeft
</P
><UL
><LI
> Available since Gtk+ version 2.10
</LI
></UL
></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:edited"
><A NAME="v%3Aedited"
></A
></A
><B
>edited</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</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="Graphics-UI-Gtk-ModelView-TreeModel.html#t%3ATreePath"
>TreePath</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</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-ModelView-CellRendererText.html#edited"
>Source</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="doc"
><P
>Emitted when the user finished editing a cell.
</P
><P
>Whenever editing is finished successfully, this signal is emitted which
 indicates that the model should be updated with the supplied value.
 The value is always a string which matches the <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellText"
>cellText</A
></TT
> attribute of
 <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererText"
>CellRendererText</A
></TT
> (and its derivates like <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererCombo.html#t%3ACellRendererCombo"
>CellRendererCombo</A
></TT
>).
</P
><UL
><LI
> This signal is not emitted when editing is disabled (see
 <TT
><A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#v%3AcellTextEditable"
>cellTextEditable</A
></TT
>) or when the user aborts editing.
</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:onEdited"
><A NAME="v%3AonEdited"
></A
></A
><B
>onEdited</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> self =&gt; self -&gt; (<A HREF="Graphics-UI-Gtk-ModelView-TreeModel.html#t%3ATreePath"
>TreePath</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</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
> self)</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#onEdited"
>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:afterEdited"
><A NAME="v%3AafterEdited"
></A
></A
><B
>afterEdited</B
> :: <A HREF="Graphics-UI-Gtk-ModelView-CellRendererText.html#t%3ACellRendererTextClass"
>CellRendererTextClass</A
> self =&gt; self -&gt; (<A HREF="Graphics-UI-Gtk-ModelView-TreeModel.html#t%3ATreePath"
>TreePath</A
> -&gt; <A HREF="/usr/share/doc/ghc/html/libraries/base-4.2.0.2/Data-Char.html#t%3AString"
>String</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
> self)</TD
><TD CLASS="declbut"
><A HREF="src/Graphics-UI-Gtk-ModelView-CellRendererText.html#afterEdited"
>Source</A
></TD
></TR
></TABLE
></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
>