How to get the real selection order in a tree view?
- From: Jérôme Couderc <j couderc ifrance com>
- To: gtk-app-devel-list gnome org
- Subject: How to get the real selection order in a tree view?
- Date: Mon, 13 Sep 2004 22:46:43 +0200
Hi,
In my case, I need to get the real order of the selection of lines in a
list (created with gtk_tree_view_with_model).
For example, if were selected the line 3 and then the line 1, by using
the function "gtk_tree_selection_get_selected_rows" I get a list of
lines ordered : 1, then 3. Instead of 3, then 1.
So anyone has an idea to get the real order of the selection?
Thanks in advance for your help,
Regards,
Jerome
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]