From c254638a5a84ce48bc5c1260140bddc391a0d488 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 8 Aug 2005 04:28:14 +0000 Subject: [PATCH] Patch from Todd Berman svn path=/trunk/gtk-sharp/; revision=48101 --- doc/en/Gtk/TreeModelFilter.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/Gtk/TreeModelFilter.xml b/doc/en/Gtk/TreeModelFilter.xml index 362af8d1b..0bb521fa6 100644 --- a/doc/en/Gtk/TreeModelFilter.xml +++ b/doc/en/Gtk/TreeModelFilter.xml @@ -11,7 +11,7 @@ in a for display. - + using System; using Gtk; @@ -81,7 +81,7 @@ public class MyWindow : Window } } - + @@ -957,7 +957,7 @@ public class MyWindow : Window Constructor a , the model this object is to filter - a , the node to use as the model's root node. + a , the node to use as the model's root node, pass null to use the entire child tree model. @@ -1185,4 +1185,4 @@ public class MyWindow : Window - + \ No newline at end of file