After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 160879 - gtk_tree_row_reference_get_model
gtk_tree_row_reference_get_model
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.4.x
Other Linux
: High enhancement
: Small API
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-12-09 18:24 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2005-07-13 21:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-12-09 18:24:33 UTC
To me it sound like
  GtkTreeModel *gtk_tree_row_reference_get_model(GtkRowReference *reference);
just has been forgotten.
At least it would be just what I need in my case.
I could pass the GtkRowReference as user_data to my callback and in there get
model and path. From model and path in turn I could get the iter.
Comment 1 Kristian Rietveld 2005-07-13 21:27:24 UTC
added on cvs head.