webservice contribution from thindil2@gmail.com
svn path=/trunk/gtk-sharp/; revision=100108
This commit is contained in:
parent
752e056edc
commit
1c0083d2ca
1 changed files with 3 additions and 3 deletions
|
@ -2114,8 +2114,8 @@ tree_view.AppendColumn ("title", text, "text", 0);
|
|||
<Parameter Name="focus_column" Type="Gtk.TreeViewColumn&" RefType="out" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="path">returns a <see cref="Gtk.TreePath" /> to the selected row, or <see langword="null" /> if there is no current selection.</param>
|
||||
<param name="focus_column">returns the focused <see cref="Gtk.TreeViewColumn" />, or <see langword="null" />.</param>
|
||||
<param name="path">returns a <see cref="T:Gtk.TreePath" /> to the selected row, or <see langword="null" /> if there is no current selection.</param>
|
||||
<param name="focus_column">returns the focused <see cref="T:Gtk.TreeViewColumn" />, or <see langword="null" />.</param>
|
||||
<summary>Gets the currently selected row and focused column.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
|
@ -2513,4 +2513,4 @@ tree_view.AppendColumn ("title", text, "text", 0);
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Add table
Reference in a new issue