<refentry id="ETableSorted" revision="12 Jan 2001">
<refmeta>
<refentrytitle>ETableSorted</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GAL Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>ETableSorted</refname><refpurpose></refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>
<synopsis>



#define     <link linkend="E-TABLE-SORTED-TYPE-CAPS">E_TABLE_SORTED_TYPE</link>
typedef     <link linkend="ETableSorted">ETableSorted</link>;
<link linkend="ETableModel">ETableModel</link>* <link linkend="e-table-sorted-new">e_table_sorted_new</link>             (<link linkend="ETableModel">ETableModel</link> *etm,
                                             int col,
                                             <link linkend="GCompareFunc">GCompareFunc</link> compare);
void        <link linkend="e-table-sorted-resort">e_table_sorted_resort</link>           (<link linkend="ETableSorted">ETableSorted</link> *ets,
                                             int col,
                                             <link linkend="GCompareFunc">GCompareFunc</link> compare);

</synopsis>
</refsynopsisdiv>

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

  <link linkend="GtkObject">GtkObject</link>
   +----<link linkend="ETableModel">ETableModel</link>
         +----<link linkend="ETableSubset">ETableSubset</link>
               +----ETableSorted
</synopsis>

</refsect1>




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

</para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="E-TABLE-SORTED-TYPE-CAPS">E_TABLE_SORTED_TYPE</title>
<programlisting>#define E_TABLE_SORTED_TYPE        (e_table_sorted_get_type ())
</programlisting>
<para>

</para></refsect2>
<refsect2>
<title><anchor id="ETableSorted">ETableSorted</title>
<programlisting>typedef struct {
	ETableSubset base;

	short         sort_col;
	GCompareFunc  compare;
} ETableSorted;
</programlisting>
<para>

</para></refsect2>
<refsect2>
<title><anchor id="e-table-sorted-new">e_table_sorted_new ()</title>
<programlisting><link linkend="ETableModel">ETableModel</link>* e_table_sorted_new             (<link linkend="ETableModel">ETableModel</link> *etm,
                                             int col,
                                             <link linkend="GCompareFunc">GCompareFunc</link> compare);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>etm</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>col</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>compare</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>
<refsect2>
<title><anchor id="e-table-sorted-resort">e_table_sorted_resort ()</title>
<programlisting>void        e_table_sorted_resort           (<link linkend="ETableSorted">ETableSorted</link> *ets,
                                             int col,
                                             <link linkend="GCompareFunc">GCompareFunc</link> compare);</programlisting>
<para>

</para><informaltable pgwide=1 frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>ets</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>col</parameter>&nbsp;:</entry>
<entry>
</entry></row>
<row><entry align="right"><parameter>compare</parameter>&nbsp;:</entry>
<entry>


</entry></row>
</tbody></tgroup></informaltable></refsect2>

</refsect1>




</refentry>
