2003-02-12 02:00:12 +00:00
<Type Name= "SelectionMode" FullName= "Gtk.SelectionMode" >
2003-07-16 21:03:40 +00:00
<TypeSignature Language= "C#" Maintainer= "Hector Gomez M" Value= "public enum SelectionMode;" />
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 >
2003-02-23 08:44:11 +00:00
<summary > An enumeration used by TreeSelection.</summary>
<remarks >
2003-03-07 01:30:00 +00:00
<para >
This enumeration is used by <see cref= "T:Gtk.TreeSelection" /> to decide how selection behaves.
2003-02-23 08:44:11 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
<Interfaces >
<Interface >
<InterfaceName > System.IComparable</InterfaceName>
</Interface>
<Interface >
<InterfaceName > System.IConvertible</InterfaceName>
</Interface>
<Interface >
<InterfaceName > System.IFormattable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "None" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "None" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SelectionMode</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 08:44:11 +00:00
<summary > Nothing can be selected.</summary>
<remarks >
2003-03-07 01:30:00 +00:00
<para >
2003-02-23 08:44:11 +00:00
Nothing can be selected.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Single" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Single" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SelectionMode</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 08:44:11 +00:00
<summary > Only one item can be selected at any given moment. Other items can have focus, but will not be marked as selected.</summary>
<remarks >
2003-03-07 01:30:00 +00:00
<para >
2003-02-23 08:44:11 +00:00
Only one item can be selected at any given moment. Other items can have focus, but will not be marked as selected.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Browse" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Browse" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SelectionMode</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 08:44:11 +00:00
<summary > Only one item can be selected at any given moment. Any item currently having focus will be marked as selected.</summary>
<remarks >
2003-03-07 01:30:00 +00:00
<para >
2003-02-23 08:44:11 +00:00
Only one item can be selected at any given moment. Any item currently having focus will be marked as selected.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Multiple" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Multiple" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SelectionMode</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-11-04 19:57:10 +00:00
<summary > Several items may be selected or unselected with a click or using the spacebar. The selection can be done using the Ctrl and Shift modifier keys in the usual way.</summary>
2003-02-23 08:44:11 +00:00
<remarks >
2003-03-07 01:30:00 +00:00
<para >
2003-02-23 08:44:11 +00:00
Note that multiple selection should only be used where all items share the exact same callback routine.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Extended" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Extended" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SelectionMode</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-11-04 19:57:10 +00:00
<summary > This is the same as "Multiple", but deprecated. Use Multiple instead.</summary>
2003-02-23 08:44:11 +00:00
<remarks >
2003-03-07 01:30:00 +00:00
<para >
2003-02-23 08:44:11 +00:00
Note that extended selection should only be used where all items share the exact same callback routine.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
2004-06-24 16:16:19 +00:00
<Member MemberName= "value__" >
<MemberSignature Language= "C#" Value= "value__" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
<Parameters >
</Parameters>
<Docs >
<summary > Internal field.</summary>
<remarks > Do not use.</remarks>
</Docs>
</Member>
2003-02-12 02:00:12 +00:00
</Members>
2003-09-17 21:56:59 +00:00
</Type>