From e771819e78c0eb52a8bf5eb5b8c2978422b96211 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 26 Jul 2006 17:22:17 +0000 Subject: [PATCH] Contribution from alexandre.grin@gmail.com svn path=/trunk/gtk-sharp/; revision=63007 --- doc/en/Gtk/TreeStore.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index 309f9db18..60fb564b3 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -802,7 +802,13 @@ an object of type an object of type an object of type - Otherwise, is left invalid and is returned. + Otherwise, is left invalid and is returned. + + +path_string "0" represent the first node, "1" the second, and so on. +path_string "0:0" represent the first child of the first node, "0:1" the second child of the first node, and so on. + +