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 61904 - string-to-iter function
string-to-iter function
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-10-07 20:14 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2001-10-07 20:14:45 UTC
Since it's pretty much required to go from string to iter in e.g. a 
"toggled" callback from GtkCellRendererToggle, maybe there should be 
a convenience function to hide the intermediate path step.
(i.e. right now you have to do path_from_string, get_iter_at_path)
Comment 1 Kristian Rietveld 2001-10-10 19:23:09 UTC
Fixed in CVS:

Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>

        * gtk/gtktreemodel.[ch]: added
gtk_tree_model_get_iter_from_string().

        Fixes bug #61904