Re: Prevent sort of GtkListStore.
- From: dE <de techno gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Prevent sort of GtkListStore.
- Date: Wed, 12 Jun 2013 23:15:56 +0530
On 06/12/13 21:24, אנטולי קרסנר wrote:
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
There's some mention of gtk_tree_sortable_set_sort_column ( ) in
GtkTreeViewColumn documentation, but there's no mention of it anywhere
else. While compiling, this function is not found.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]