<refentry id="ECellCheckbox">
<refmeta>
<refentrytitle>ECellCheckbox</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GAL Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>ECellCheckbox</refname><refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>

<synopsis>



#define     <link linkend="E-CELL-CHECKBOX-TYPE:CAPS">E_CELL_CHECKBOX_TYPE</link>
typedef     <link linkend="ECellCheckbox">ECellCheckbox</link>;
<link linkend="ECell">ECell</link>*      <link linkend="e-cell-checkbox-new">e_cell_checkbox_new</link>             (void);

</synopsis>
</refsynopsisdiv>

<refsect1>
<title>Object Hierarchy</title>
<synopsis>

  <link linkend="GtkObject">GtkObject</link>
   +----<link linkend="ECell">ECell</link>
         +----<link linkend="ECellToggle">ECellToggle</link>
               +----ECellCheckbox
</synopsis>

</refsect1>








<refsect1>
<title>Description</title>
<para>

</para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="E-CELL-CHECKBOX-TYPE:CAPS">E_CELL_CHECKBOX_TYPE</title>
<indexterm><primary>E_CELL_CHECKBOX_TYPE</primary></indexterm><programlisting>#define E_CELL_CHECKBOX_TYPE        (e_cell_checkbox_get_type ())
</programlisting>
<para>

</para></refsect2>
<refsect2>
<title><anchor id="ECellCheckbox">ECellCheckbox</title>
<indexterm><primary>ECellCheckbox</primary></indexterm><programlisting>typedef struct {
	ECellToggle parent;
} ECellCheckbox;
</programlisting>
<para>

</para></refsect2>
<refsect2>
<title><anchor id="e-cell-checkbox-new">e_cell_checkbox_new ()</title>
<indexterm><primary>e_cell_checkbox_new</primary></indexterm><programlisting><link linkend="ECell">ECell</link>*      e_cell_checkbox_new             (void);</programlisting>
<para>
Creates a new ECell renderer that can be used to render check
boxes.  the data provided from the model is cast to an integer.
zero is used for the off display, and non-zero for checked status.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> an ECell object that can be used to render checkboxes.
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>
