<!-- ##### SECTION Title ##### -->
ECellText

<!-- ##### SECTION Short_Description ##### -->
Text Cell renderer.

<!-- ##### SECTION Long_Description ##### -->
<para>
   The ECellText implements an %ETable cell renderer (of type
   %ECell).  This one in particular uses the extensible editing
   features of %EText (which is a general canvas item for doing text
   editing). 
</para>

<para>
   You can use %ECellText renderer objects when you want to display
   strings that are in your %ETableModel.   
</para>

<para>
   The ETable widget typically takes care of creating these rendering
   objects for you when the type string has been specified.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
  %ECell, %ECellCheckbox, %ECellToggle, %ECellTree.
</para>

<!-- ##### TYPEDEF ECellText ##### -->
<para>

</para>


<!-- ##### USER_FUNCTION ECellTextFilter ##### -->
<para>
   The type for a filtering function that will be invoked to provide
   filtered data at runtime from the model. 
</para>

@Param1: 
@Returns: 


<!-- ##### MACRO E_CELL_TEXT_TYPE ##### -->
<para>

</para>



<!-- ##### FUNCTION e_cell_text_new ##### -->
<para>
   Creates a new %ECellText renderer object.
</para>

@fontname: 
@justify: 
@Returns: 


<!-- ##### ARG ECellText:strikeout_column ##### -->
<para>
   Use this argument to tell the ECellText which column in the model
   will contain a boolean value that will tell ECellText whether to
   render the data striked-out.
</para>

<!-- ##### ARG ECellText:bold_column ##### -->
<para>
   Use this argument to tell the ECellText which column in the model
   will contain a boolean value that will tell ECellText whether to
   render the string in a bold font.
</para>

<!-- ##### ARG ECellText:color_column ##### -->
<para>
   Use this argument to tell the ECellText which column in the model
   will contain a string value that is a parseable color
   representation (this color is parsed with gdk_color_parse()).
</para>


