GNOME Bugzilla – Bug 61904
string-to-iter function
Last modified: 2011-02-04 16:09:25 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)
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