svn path=/trunk/gtk-sharp/; revision=50314
This commit is contained in:
Miguel de Icaza 2005-09-20 18:11:02 +00:00
parent 5a35a7dcef
commit 1df637d9e6

View file

@ -219,8 +219,7 @@ public class TreeViewDemo {
} }
</code> </code>
</example></para> </example></para>
<para> <para>For a example how to handle selection events, or to determine the currently selected row, see <see cref="T:Gtk.TreeSelection" />.</para>
For a example how to handle selection events see <see cref="T:Gtk.TreeSelection" /></para>
</remarks> </remarks>
</Docs> </Docs>
<Base> <Base>
@ -2052,4 +2051,4 @@ tree_view.AppendColumn ("title", text, "text", 0);
</Docs> </Docs>
</Member> </Member>
</Members> </Members>
</Type> </Type>