svn path=/trunk/gtk-sharp/; revision=39765
This commit is contained in:
Miguel de Icaza 2005-01-30 00:01:18 +00:00
parent 016f468b36
commit 9abec7ceb7

View File

@ -1343,7 +1343,7 @@ tree_view.AppendColumn ("title", text, "text", 0);
<Docs>
<summary>Allows the TreeView to be used as a source for drag-and-drop actions.</summary>
<param name="start_button_mask">a <see cref="T:Gdk.ModifierType" />, the mask of the allowed buttons for starting a drag</param>
<param name="targets">a <see cref="T:Gtk.TargetEntry[]" />, a table of supported targets for dragging to</param>
<param name="targets">a <see cref="T:Gtk.TargetEntry" />[], a table of supported targets for dragging to</param>
<param name="actions">a <see cref="T:Gdk.DragAction" />, what should be done with the dragged data.</param>
<remarks />
</Docs>
@ -1360,7 +1360,7 @@ tree_view.AppendColumn ("title", text, "text", 0);
</Parameters>
<Docs>
<summary>Turns this TreeView object into a destination for automatic drag-and-drop.</summary>
<param name="targets">a <see cref="T:Gtk.TargetEntry[]" />, a table of targets this TreeView will support.</param>
<param name="targets">a <see cref="T:Gtk.TargetEntry" />[], a table of targets this TreeView will support.</param>
<param name="actions">a <see cref="T:Gdk.DragAction" />, a bitmap of possible actions for a drag to this target</param>
<remarks />
</Docs>