Re: Prevent sort of GtkListStore.
- From: אנטולי קרס נר <tombackton gmail com>
- To: dE <de techno gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Prevent sort of GtkListStore.
- Date: Wed, 12 Jun 2013 18:54:19 +0300
I'm not sure what's the GTK equivalent, but in gtkmm (the C++ binding)
it's possible to give a TreeView separate sorting which doesn't affect
the data, and have multiple Views to sort the same TreeStore using
different columns.
I assume it's possible for ListStore too. The GTK API ref / tutorial
probably mentions that where it explains sorting.
I hope that helps, a bit of digging there will probably get you what
you're looking for...
Anatoly
On ד', 2013-06-12 at 20:08 +0530, dE wrote:
With gtk_tree_view_column_set_sort_column_id (), it appears that
GtkListStore also gets sorted.
I don't want that to happen, since the data in it has to be compared.
How can I do this? Thanks!!
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]