On Thu, 2005-10-20 at 17:44 +0200, Iago Rubio wrote:
[snip]
> gint
> your_tree_iter_compare_func (GtkTreeModel *model,
> GtkTreeIter *a,
> GtkTreeIter *b,
> gpointer user_data)
> {
> GtkTreePath* path_
On 10/21/05, Christian Neumair <[EMAIL PROTECTED]> wrote:
>
> Am Donnerstag, den 20.10.2005, 19:06 +0800 schrieb searun:
> > Hi ,
> >
> > Now i want to use GtkTreeSortable to sort a list. The first entry in the
> > gtk_tree_view is an information entry which needn't to be sorted, so i
> don't
> > w
On Thu, 2005-10-20 at 19:12 +0200, Christian Neumair wrote:
> Am Donnerstag, den 20.10.2005, 17:44 +0200 schrieb Iago Rubio:
> > On Thu, 2005-10-20 at 19:06 +0800, searun wrote:
> > > Hi ,
> > >
> > > Now i want to use GtkTreeSortable to sort a list. The first entry in the
> > > gtk_tree_view is a
Am Donnerstag, den 20.10.2005, 17:44 +0200 schrieb Iago Rubio:
> On Thu, 2005-10-20 at 19:06 +0800, searun wrote:
> > Hi ,
> >
> > Now i want to use GtkTreeSortable to sort a list. The first entry in the
> > gtk_tree_view is an information entry which needn't to be sorted, so i don't
> > want the
Am Donnerstag, den 20.10.2005, 19:06 +0800 schrieb searun:
> Hi ,
>
> Now i want to use GtkTreeSortable to sort a list. The first entry in the
> gtk_tree_view is an information entry which needn't to be sorted, so i don't
> want the GtkTreeIterCompareFunc function use the first entry. In my progra
On Thu, 2005-10-20 at 19:06 +0800, searun wrote:
> Hi ,
>
> Now i want to use GtkTreeSortable to sort a list. The first entry in the
> gtk_tree_view is an information entry which needn't to be sorted, so i don't
> want the GtkTreeIterCompareFunc function use the first entry. In my programe
> i che
Hi ,
Now i want to use GtkTreeSortable to sort a list. The first entry in the
gtk_tree_view is an information entry which needn't to be sorted, so i don't
want the GtkTreeIterCompareFunc function use the first entry. In my programe
i check GtkTreeIter, if it is the same as the first iter, the
GtkT