Re: A Question about GtkTreeSortable

2005-10-21 Thread Iago Rubio
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_

Re: A Question about GtkTreeSortable

2005-10-20 Thread searun
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

Re: A Question about GtkTreeSortable

2005-10-20 Thread Iago Rubio
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

Re: A Question about GtkTreeSortable

2005-10-20 Thread Christian Neumair
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

Re: A Question about GtkTreeSortable

2005-10-20 Thread Christian Neumair
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

Re: A Question about GtkTreeSortable

2005-10-20 Thread 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 GtkTreeIterCompareFunc function use the first entry. In my programe > i che

A Question about GtkTreeSortable

2005-10-20 Thread 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 programe i check GtkTreeIter, if it is the same as the first iter, the GtkT