Hello, everyone!

Could anyone please tell me if it's possible to extract the parent
GtkTreeModel out of GtkTreeViewColumn?

Or, if someone could maybe suggest a better way to extract the data from
the selected column in a function where GtkTreeViewColumn *column and int
row are arguments, e.g.

char *get_cell_contents (GtkTreeViewColumn *column, int row)
  {
  ???
  }

Thanks,

Andrej
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to