Patches from pixelpapst@users.sourceforge.net
svn path=/trunk/gtk-sharp/; revision=39765
This commit is contained in:
parent
016f468b36
commit
9abec7ceb7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue