Patch from Todd Berman
svn path=/trunk/gtk-sharp/; revision=48101
This commit is contained in:
parent
85d88fe1ca
commit
c254638a5a
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
in a <see cref="T:Gtk.TreeModel" /> for display.</summary>
|
in a <see cref="T:Gtk.TreeModel" /> for display.</summary>
|
||||||
<remarks />
|
<remarks />
|
||||||
<example>
|
<example>
|
||||||
<code lang="C#">
|
<code lang="C#">
|
||||||
using System;
|
using System;
|
||||||
using Gtk;
|
using Gtk;
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ public class MyWindow : Window
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</code>
|
</code>
|
||||||
</example>
|
</example>
|
||||||
<since version="Gtk# 2.4" />
|
<since version="Gtk# 2.4" />
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
|
@ -957,7 +957,7 @@ public class MyWindow : Window
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Constructor</summary>
|
<summary>Constructor</summary>
|
||||||
<param name="child_model">a <see cref="T:Gtk.TreeModel" />, the model this object is to filter</param>
|
<param name="child_model">a <see cref="T:Gtk.TreeModel" />, the model this object is to filter</param>
|
||||||
<param name="root">a <see cref="T:Gtk.TreePath" />, the node to use as the model's root node.</param>
|
<param name="root">a <see cref="T:Gtk.TreePath" />, the node to use as the model's root node, pass null to use the entire child tree model.</param>
|
||||||
<remarks />
|
<remarks />
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Add table
Reference in a new issue