2003-02-12 02:00:12 +00:00
<Type Name= "TreeDragSource" FullName= "Gtk.TreeDragSource" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public abstract interface TreeDragSource;" Maintainer= "auto" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 02:00:12 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 02:00:12 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2003-02-12 02:00:12 +00:00
<Docs >
2004-08-06 13:18:10 +00:00
<summary > An interface to represent the rows of a tree when one of them is dragged to another location.</summary>
2004-08-04 17:10:22 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
<Base />
<Interfaces >
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "DragDataGet" >
<MemberSignature Language= "C#" Value= "public virtual bool DragDataGet (Gtk.TreePath path, Gtk.SelectionData selection_data);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "path" Type= "Gtk.TreePath" />
<Parameter Name= "selection_data" Type= "Gtk.SelectionData" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-08-04 17:10:22 +00:00
<summary > Asks the <see cref= "M:Gtk.TreeDragSource" /> to fill in <paramref name= "selection_data" /> with a representation of the row at <paramref name= "path" /> . Should robustly handle a path no longer found in the model.</summary>
2004-08-08 08:22:39 +00:00
<param name= "path" > a <see cref= "M:Gtk.TreePath" /> </param>
<param name= "selection_data" > a <see cref= "M:Gtk.SelectionData" /> object to fill with data</param>
2004-08-04 17:10:22 +00:00
<returns > A boolean; true if data of the required type was provided.</returns>
2004-08-17 20:43:49 +00:00
<remarks > FIXME: the original doc says, "selection_data-> target gives the required type of the data.", but there doesn't seem to be a parallel in Gtk#. Check this.</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "RowDraggable" >
<MemberSignature Language= "C#" Value= "public virtual bool RowDraggable (Gtk.TreePath path);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "path" Type= "Gtk.TreePath" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-08-04 17:10:22 +00:00
<summary > Check whether the row at <paramref name= "path" /> is draggable. If the source doesn't implement this method, the row is assumed to be draggable.</summary>
2004-08-08 08:22:39 +00:00
<param name= "path" > a <see cref= "M:Gtk.TreePath" /> </param>
2004-08-04 17:10:22 +00:00
<returns > A boolean, true if this row can be dragged.</returns>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "DragDataDelete" >
<MemberSignature Language= "C#" Value= "public virtual bool DragDataDelete (Gtk.TreePath path);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "path" Type= "Gtk.TreePath" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-08-04 17:10:22 +00:00
<summary >
Asks the TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop. Returns FALSE if the deletion fails because path no longer exists, or for some model-specific reason. Should robustly handle a path no longer found in the model.
</summary>
2004-08-08 08:22:39 +00:00
<param name= "path" > a <see cref= "M:Gtk.TreePath" /> to delete</param>
2004-08-04 17:10:22 +00:00
<returns > A boolean for whether the deletion succeeded.</returns>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
</Members>
2004-08-17 20:43:49 +00:00
</Type>