2003-07-17 06:35:10 +00:00
<Type Name= "Tree" FullName= "Gtk.Tree" >
2004-01-13 01:30:01 +00:00
<TypeSignature Language= "C#" Value= "public class Tree" Maintainer= "Hector Gomez M" />
2003-07-17 06:35:10 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-07-17 06:35:10 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<AssemblyCulture > neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<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>
<Docs >
2004-01-13 01:30:01 +00:00
<summary > A tree <paramref name= "widget" /> .</summary>
<remarks >
2004-02-26 18:46:28 +00:00
<para >
2004-07-01 02:12:04 +00:00
<see cref= "T:Gtk.Tree" /> is deprecated and unsupported. It is known to be buggy. To use it, you must define the symbol <paramref name= "GTK_ENABLE_BROKEN" /> prior to includng the Gtk# header files. Use <see cref= "T:Gtk.TreeView" /> instead.
2004-01-13 01:30:01 +00:00
</para>
2004-02-26 18:46:28 +00:00
<para >
2004-01-13 01:30:01 +00:00
The <see cref= "T:Gtk.Tree" /> widget is a container that shows users a list of items, in a tree format complete withbranches and leafnodes. Branches can be expanded to show their child items, or collapsed to hide them.
</para>
</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
<Member MemberName= "SetRowDragData" >
<MemberSignature Language= "C#" Value= "public static bool SetRowDragData (Gtk.SelectionData selection_data, Gtk.TreeModel tree_model, Gtk.TreePath path);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "selection_data" Type= "Gtk.SelectionData" />
<Parameter Name= "tree_model" Type= "Gtk.TreeModel" />
<Parameter Name= "path" Type= "Gtk.TreePath" />
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-08-04 17:10:22 +00:00
<summary > Deprecated.</summary>
2003-07-17 06:35:10 +00:00
<param name= "selection_data" > a <see cref= "T:Gtk.SelectionData" /> </param>
<param name= "tree_model" > a <see cref= "T:Gtk.TreeModel" /> </param>
<param name= "path" > a <see cref= "T:Gtk.TreePath" /> </param>
<returns > a <see cref= "T:System.Boolean" /> </returns>
2004-08-04 17:10:22 +00:00
<remarks />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2004-09-29 18:45:59 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Tree ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
<summary > Deprecated.</summary>
<returns > a <see cref= "T:Gtk.Tree" /> </returns>
<remarks />
</Docs>
</Member>
2003-07-17 06:35:10 +00:00
<Member MemberName= "GetRowDragData" >
2004-09-29 18:45:59 +00:00
<MemberSignature Language= "C#" Value= "public static bool GetRowDragData (Gtk.SelectionData selection_data, out Gtk.TreeModel tree_model, out Gtk.TreePath path);" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "selection_data" Type= "Gtk.SelectionData" />
2004-09-29 18:45:59 +00:00
<Parameter Name= "tree_model" Type= "Gtk.TreeModel&" RefType= "out" />
<Parameter Name= "path" Type= "Gtk.TreePath&" RefType= "out" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-09-29 18:45:59 +00:00
<summary > Gets row information from a Drag Selection.</summary>
2003-07-17 06:35:10 +00:00
<param name= "selection_data" > a <see cref= "T:Gtk.SelectionData" /> </param>
<param name= "tree_model" > a <see cref= "T:Gtk.TreeModel" /> </param>
<param name= "path" > a <see cref= "T:Gtk.TreePath" /> </param>
<returns > a <see cref= "T:System.Boolean" /> </returns>
2004-09-29 18:45:59 +00:00
<remarks >
</remarks>
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
</Members>
2004-11-05 21:25:40 +00:00
</Type>