Getting a Column Number
- From: dhk <dhkuhl optonline net>
- To: gtk-app-devel-list gnome org
- Subject: Getting a Column Number
- Date: Tue, 15 Jul 2008 11:29:57 +0000
The following will get me the Column from a treeview, but from
focus_column I don't know if I'm in the first, second, third . . . or
last column.
GtkTreePath *tp=NULL;
GtkTreeViewColumn *focus_column=NULL;
gtk_tree_view_get_cursor(GTK_TREE_VIEW(treeview), &tp, &focus_column);
How do you get the column number from a GtkTreeViewColumn pointer? Is
there a way to get the previous and/or next Column or column number?
Thanks,
Dave
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]