--- Van H Tran <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> Have you tried setting the sort func to NULL before
> inserting the rows? That should basically disable
> the
> sorting
> Cheers,
> TranVan Hoang
> 


This is the right way? :

gtk_tree_sortable_set_sort_func (sort, MYCOL, NULL,
NULL, NULL);
....
(add rows)
...
gtk_tree_sortable_set_sort_func (sort, MYCOL,
mysortfunc, NULL, NULL);


Thanks
ROtaiza



        
        
                
___________________________________________________________ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to