svn path=/trunk/gtk-sharp/; revision=35663
This commit is contained in:
Miguel de Icaza 2004-11-04 19:57:10 +00:00
parent 5634a70cef
commit 8d94d831e8

View File

@ -89,7 +89,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Several items may be selected or unselected with a click or using the spacebar. They cannot be selected or unselected in any other way.</summary>
<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>
<remarks>
<para>
Note that multiple selection should only be used where all items share the exact same callback routine.
@ -105,7 +105,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Several items may be selected or unselected using drag, or the shift (selects all items from the leader to the current focus) or control (selects the item having current focus) keys.</summary>
<summary>This is the same as "Multiple", but deprecated. Use Multiple instead.</summary>
<remarks>
<para>
Note that extended selection should only be used where all items share the exact same callback routine.